Download the PHP package greeny/package-template without Composer
On this page you can find all versions of the php package greeny/package-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download greeny/package-template
More information about greeny/package-template
Files in greeny/package-template
Download greeny/package-template
More information about greeny/package-template
Files in greeny/package-template
Vendor greeny
Package package-template
Short Description Core files of any PHP package for easy setup
License MIT
Package package-template
Short Description Core files of any PHP package for easy setup
License MIT
Please rate this library. Is it a good library?
Informations about the package package-template
Package template for PHP
This is a template for PHP library. It features pre-installed libraries:
- nette/tester
- slevomat/coding-standard
- consistence/coding-standard
- jakub-onderka/php-parallel-lint
- phpstan/phpstan
It also has .travis.yml file for fast setup.
Made for PHP 7.1 and tested on it, may work on earlier versions with some modifications to enabled Sniffs and PHPStan tests.
Starting new package
-
create project
composer create-project greeny/package-template YourAwesomeProjectName
- change composer.json to provide correct information about your package / vendor name, autoloading settings, description and author
- write code to src folder
- test your code using
composer build
- setup travis integration (enable travis testing for your repository, there is already .travis.yml file present)
- profit
Feel free to use this and/or suggest changes. I am open to anything.
All versions of package-template with dependencies
PHP Build Version
Package Version
No informations.
The package greeny/package-template contains the following files
Loading the files please wait ....