Skip to content

mattcvincent/phpspec-phpunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

A PHP starter project with phpspec and PHPUnit

Use this project to quickly boostrap a new PHP project.

##Requirements:

##Directions:

###Clone this project

git clone [email protected]:gcummins/phpspec-phpunit.git quickstart

###Change to the project directory

cd quickstart

###Install the dependencies

composer install

###Add your code

Place your code in public/index.php. You will configure your webserver to find your code here.

###Configure your webserver

Set the 'public' directory as your webserver root, then view the application in a browser.

About

A PHP starter project with phpspec and PHPUnit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%