Skip to content

uawcob/cashnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a base template for a project using PHPUnit and MySQL dev/test/prod packages.

Requirements

  • PHP >= 5.5.9

The install script uses wget to download the dependency package manager Composer v1.1.2. If you do not have wget, then you will need to manually download Composer and place composer.phar in the project root directory.

Installation

If you're installing this for production use, then you can get all the dependencies with the script.

./install --prod

Development

You can run the install script with the --dev flag to grab the developer tools like PHPUnit.

./install --dev

Testing

To run the test suite, use the test script.

./test

The verbose flag will show more detailed output.

./test -v

Written with StackEdit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published