relevo/php7-boilerplate

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

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 1

Type:project

pkg:composer/relevo/php7-boilerplate

0.3.0 2016-06-11 16:01 UTC

This package is not auto-updated.

Last update: 2025-10-07 13:36:38 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.