Tiny, fast and simple PHP boilerplate built on top of FlightPHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Anthony Axenov 1184c5b692
v1.0.1 (#1)
6 months ago
.idea Initial commit 6 months ago
app Initial commit 6 months ago
cache Initial commit 6 months ago
config Initial commit 6 months ago
docker Initial commit 6 months ago
docs Initial commit 6 months ago
i18n Initial commit 6 months ago
public Initial commit 6 months ago
tests Initial commit 6 months ago
views Links on home page 6 months ago
.dockerignore Initial commit 6 months ago
.env.example Initial commit 6 months ago
.gitignore Initial commit 6 months ago
.phpunit.result.cache Initial commit 6 months ago
LICENSE Initial commit 6 months ago
README.md Update README.md 6 months ago
TODO.md Initial commit 6 months ago
bless Initial commit 6 months ago
composer.json Bump version 6 months ago
composer.lock Initial commit 6 months ago
docker-compose.yml Initial commit 6 months ago
phpunit.xml Initial commit 6 months ago

README.md

BlessPHP

Tiny, fast and simple PHP boilerplate built on top of FlightPHP.

Good enough to use as skeleton for prototypes and some pet-projects.

The name carries two meanings: the desire for minimalism (to be less) and the praise of the triumphant history of php.

Quick start

$ composer create-project axenov/blessphp myproject
$ cd myproject && ./bless init

Tech stack

This project is build with

Support

License

The MIT License