Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 23 hours ago
JSON representation

A boilerplate for PHP applications

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`