matthieujabbour / php-dev-kit
Everything you need to develop back-end PHP projects with maximum productivity.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: ^7.3
- phpunit/phpunit: ^8
- spatie/phpunit-watcher: ^1.8
This package is auto-updated.
Last update: 2024-09-21 23:01:02 UTC
README
This package contains all the configurations and frameworks that can be useful when developing a backend PHP project.
Caveat: heroku
CLI is required for this project.
Everything is already shipped-in : testing (with PHPUnit), server (with Heroku), building script, ...
Installation
git clone git@github.com:matthieujabbour/php-dev-kit.git
composer install
Build and deploy for production
Perform a merge request to master
branch.
Maintenance
In order to keep this package up-to-date, dependencies updates should be checked and updated regularily, using the composer outdated -D
and composer update --with-dependencies
commands. Here is the list of repositories changelogs to watch for updates:
License
Copyright 2016 - present, Matthieu Jabbour.