Download the PHP package homeapp/php-skeleton without Composer
On this page you can find all versions of the php package homeapp/php-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download homeapp/php-skeleton
More information about homeapp/php-skeleton
Files in homeapp/php-skeleton
Download homeapp/php-skeleton
More information about homeapp/php-skeleton
Files in homeapp/php-skeleton
Vendor homeapp
Package php-skeleton
Short Description A basic template for creating php packages with basic setup: psalm, php-cs-fixer, phpunit, CI with running test
License proprietary
Package php-skeleton
Short Description A basic template for creating php packages with basic setup: psalm, php-cs-fixer, phpunit, CI with running test
License proprietary
Please rate this library. Is it a good library?
Informations about the package php-skeleton
A skeleton project
How to use
composer create-project homeapp/php-skeleton repositry-name
After creating project
Change in composer.json
Change the README.md
Tools
To fix code style issues
vendor/bin/php-cs-fixer fix
To run test
vendor/bin/phpunit
To run static analizer
vendor/bin/psalm --no-cache
TODO
- Remove minimum-stability: dev when BackwardCompatibilityCheck will be released 5.1 version
All versions of php-skeleton with dependencies
PHP Build Version
Package Version
No informations.
The package homeapp/php-skeleton contains the following files
Loading the files please wait ....