Download the PHP package kreait/php-boilerplate without Composer
On this page you can find all versions of the php package kreait/php-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kreait/php-boilerplate
More information about kreait/php-boilerplate
Files in kreait/php-boilerplate
Download kreait/php-boilerplate
More information about kreait/php-boilerplate
Files in kreait/php-boilerplate
Vendor kreait
Package php-boilerplate
Short Description A boilerplate for new composer based PHP projects.
License MIT
Package php-boilerplate
Short Description A boilerplate for new composer based PHP projects.
License MIT
Keywords boilerplateSkeleton
Please rate this library. Is it a good library?
Informations about the package php-boilerplate
PHP Boilerplate
A boilerplate for new composer based PHP projects.
Getting started
Update composer.json
Replace the Namespaces in the autoload
and autoload-dev
sections with your project's namespaces
and run composer dump-autoload
.
(Optional) Update .gitattributes
Remove the comments in .gitattributes
so that unneeded files for your package won't get included in your releases.
(Optional) Add composer.lock
to the .gitignore
file
If you're creating an application instead of a library, it is considered good practice to commit the composer.lock
file together with the rest of the code.
Start coding! :smile:
All versions of php-boilerplate with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package kreait/php-boilerplate contains the following files
Loading the files please wait ....