Skip to content

A basic template for creating php packages with basic setup: psalm, php-cs-fixer, phpunit, CI with running test", "type": "project

Notifications You must be signed in to change notification settings

homeappcorporate/php-skeleton

Repository files navigation

A skeleton project

How to use

composer create-project homeapp/php-skeleton repositry-name

After creating project

Change in composer.json

"name":
"description": 
"Homeapp\\LibraryOrProjectName\\":

Change the README.md

Tools

To fix code style issues

vendor/bin/php-cs-fixer fix

To run test

vendor/bin/phpunit

To run static analizer

vendor/bin/psalm --no-cache

TODO

  1. Remove minimum-stability: dev when BackwardCompatibilityCheck will be released 5.1 version

About

A basic template for creating php packages with basic setup: psalm, php-cs-fixer, phpunit, CI with running test", "type": "project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages