tm / new-php-project
My personal template for a new PHP project.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
README
Features
- Folder definition
- Basic Git configuration
- Basic composer file
- Travis CI configuration
- PHPUnit configuration
- License
- Contributing instruction
Install
composer create-project tm/new-php-project new-project --no-interaction --stability=dev
cd new-project
git init
cat .gitconfig > .git/config
Contributing
Please refer to CONTRIBUTING.md for information on how to contribute.