Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 262 | All time: 7,789 This week: 488 |
Version | License | PHP version | Categories | |||
php-skeleton 1.0.0 | MIT/X Consortium ... | 5.6 | PHP 5, Files and Folders, Project Man..., C... |
Description | Authors Akihito Koriyama Contributor | |
This package can generate code and files for PHP project skeletons. Innovation Award |
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
This project is licensed under MIT license. See the LICENSE file for more info.
Files (19) |
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 (19) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Exception (1 file) | ||||
Installer.php | Class | Class source | ||
Skeleton.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
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.