Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardhughes/php-boilerplate
A boilerplate for PHP applications
https://github.com/richardhughes/php-boilerplate
boilerplate boilerplate-application boilerplate-template docker docker-compose grumphp php7 php72 phpunit starter-app starter-kit starter-project starter-template strict strictmode
Last synced: 25 days ago
JSON representation
A boilerplate for PHP applications
- Host: GitHub
- URL: https://github.com/richardhughes/php-boilerplate
- Owner: richardhughes
- License: mit
- Created: 2018-06-21T16:03:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T19:18:24.000Z (about 6 years ago)
- Last Synced: 2024-09-29T16:02:01.862Z (about 1 month ago)
- Topics: boilerplate, boilerplate-application, boilerplate-template, docker, docker-compose, grumphp, php7, php72, phpunit, starter-app, starter-kit, starter-project, starter-template, strict, strictmode
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Boilerplate
Create a brand new project with strict pre-commit rules and with boilerplate code to get you up and running within minutes!
## Requirements
Install XDebug and it to your `php.ini` file (Check `php --ini` for location)
``
pecl install xdebug
``## Installation
Easiest way is via Composer:
```
composer create-project richardhughes/php-boilerplate
```
Or you can clone this repository and install dependencies
```
git clone https://github.com/richardhughes/php-boilerplate.git
```## Docker
Start the docker PHP container: `docker-compose up -d`