tm / new-php-project
This package is abandoned and no longer maintained.
No replacement package was suggested.
My personal template for a new PHP project.
Package info
github.com/tommy-muehle/php-repository-starter
Type:project
pkg:composer/tm/new-php-project
1.2.0
2016-10-18 21:19 UTC
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.