relevo/php7-boilerplate

A tiny, yet powerful foundation for building modern web applications.

0.3.0 2016-06-11 16:01 UTC

This package is not auto-updated.

Last update: 2024-04-23 06:13:35 UTC


README

Gitter Packagist Licence

SensioLabsInsight

PHP7 Boilerplate is a tiny (42 LLOC), yet powerful foundation for building modern web applications. It does not impose a specific development philosophy or (micro)framework, so you're free to structure the code the way you want.

Features

Quick start

Create a new project with Composer:

composer create-project relevo/php7-boilerplate <project-path>

Go to the <project-path> and start the web server with Docker Compose:

docker-compose up

That's it! Your application will be available at localhost if you're using Linux, or at the IP address of the Docker Machine if you're on Mac OS X or Windows.