Skip to content

crowdvalley/php-starterapp-mountainview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-starterapp-mountainview

============

A starter application in PHP Symfony for building a digital finance marketplace on top of the Crowd Valley API, using the 'Mountain View' theme.

Installation using Composer

  1. Clone this repository to your local development environment.

  2. If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

php composer.phar install
  1. Copy the file ~/php-starterapp-mountainview/app/config/parameters.yml.dist to ~/php-starterapp-mountainview/app/config/parameters.yml

  2. Enter your Crowd Valley credentials, which would have been provided to you by your Crowd Valley contact or when setting up a developer account on www.crowdvalley.com, in the new parameters.yml file:

    cv_api_key: <enter your API Key here>
    cv_api_secret: <enter your API Secret here>
    cv_network: <enter your Network Name here>
  1. Finally, you can run:
composer install

The files will be downloaded and by default placed into a vendors folder within the root of your application.

  1. From the project's directory, run php app/console assets:install web to install the application's assets.

  2. From the same directory, run php app/console server:run to run the application using the built-in server.

  3. Start setting up your Offering data by logging in to your admin Back Office application at https://backoffice.sandbox.crowdvalley.com

About

Starter Application in PHP Symfony using the 'Mountain View' template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published