Skip to content

A template for speeding up the process of creating new PHP projects.

License

Notifications You must be signed in to change notification settings

aldjordje/php-project-template

Repository files navigation

PHP Project Template

A template for speeding up the process of creating new PHP projects. Includes phpunit and php-cs-fixer.

Don't forget to update files!

  1. composer.json (name, description, keywords, authors, namespace)
  2. CHANGELOG.md
  3. README.md

Optionally you can update

  1. LICENSE
  2. .editorconig
  3. .gitignore
  4. .gitattributes
  5. .php-cs-fixer.dist.php
  6. phpunit.xml.dist

Usage

You can run tests with composer command:

$ composer test

Check coding standards:

$ composer cs-check

Fix coding standards:

$ composer cs-fix

About

A template for speeding up the process of creating new PHP projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages