Download .zip |
Info | Documentation | View files (19) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2017-11-07 (1 month ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
php-skeleton 1.0.0 | MIT/X Consortium ... | 5.6 | PHP 5, Files and Folders, Project Man..., C... |
Description | Author | |
This package can generate code and files for PHP project skeletons. |
This project was created in order to provide project skeleton to start new PHP project.
This project is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.
You'll need Composer.
composer create-project josantonius/php-skeleton {project-path}
What is the vendor name ?
(MyVendor): Josantonius
What is the package name ?
(MyPackage): AwesomeProject
What is the package prefix ?
():
What is the version ?
(1.0.0):
What is your name ?
(Josantonius):
What is your email ?
(hello@josantonius.com):
Various config files are ready for continuous integration.
* phpunit.xml.dist for phpunit * phpmd.xml for PHPMD * phpcs.xml for PHP_CodeSniffer * .php_cs for php-cs-fixer * .travis.yml for Travis CI
composer tests
run phpcs
, phpmd
and phpunit
. Run phpunit
for unit test only.
composer tests
composer fix
run php-cs-fixer
and phpcbf
to fix up the PHP code to follow the coding standards.
composer fix
If you would like to help, please take a look at the list of issues or the To Do checklist.
Pull requests
composer install
to install the dependencies.
This will also install the dev dependencies.composer fix
to excute code standard fixers.This project is licensed under MIT license. See the LICENSE file for more info.
Files |
File | Role | Description | ||
---|---|---|---|---|
src (2 files, 1 directory) | ||||
tests (1 file) | ||||
.editorconfig | Data | Auxiliary data | ||
.php_cs.dist | Example | Example script | ||
.travis.yml | Data | Auxiliary data | ||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
CONDUCT.md | Data | Auxiliary data | ||
gitattributes.txt | Doc. | Documentation | ||
LICENSE | Lic. | License text | ||
phpcs.ruleset.xml | Data | Auxiliary data | ||
phpmd.xml | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README-ES.md | Doc. | Documentation | ||
README.md | Doc. | Documentation | ||
README_EN.md | Doc. | Documentation | ||
README_ES.md | Doc. | Documentation |
Files | / | src |
File | Role | Description | ||
---|---|---|---|---|
Exception (1 file) | ||||
Installer.php | Class | Class source | ||
Skeleton.php | Class | Class source |
Version Control | Unique User Downloads | |||||||
100% |
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.