Download the PHP package danbettles/php-project-template without Composer
On this page you can find all versions of the php package danbettles/php-project-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-project-template
PHP Project Template
A most basic PHP project template with PHPUnit, PHPStan, and PHP_CodeSniffer ready to roll. The project will be ISC-licensed by default.
Additionally, the following Composer scripts are included to help you quickly get going.
composer app:test
: runs the PHPUnit unit testscomposer app:analyse
: runs PHPStan at level 11composer app:lint
: runs PHP_CodeSniffercomposer app:check-quality
: runs the PHPUnit unit tests, PHPStan, and then PHP_CodeSniffer
Instructions
Run composer create-project danbettles/php-project-template <path>
— substituting <path>
with the pathname of the directory you'd like created — and then:
- Replace "php-project-template" with the name of your Git repository
- Replace "PHP Project Template" with the name of your project
- Except in
phpcs.xml
, replace "DanBettles" with your vendor namespace - Replace "PhpProjectTemplate" with the namespace of your app
- In
composer.json
, update the type of the package — if need be - Update the year and name in
LICENSE
- Rewrite this file
- Run
composer update
- Start building from
tests/SomethingTest.php
andsrc/Something.php
All versions of php-project-template with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
The package danbettles/php-project-template contains the following files
Loading the files please wait ....