2017 © Pedro Peláez
 

project tuppence-boilerplate

image

photogabble/tuppence-boilerplate

  • Wednesday, April 4, 2018
  • by carbontwelve
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Tuppence Boilerplate

An Incredibly small PSR-7 "framework", (*1)

Latest Stable Version License , (*2)

About this boilerplate

This boilerplate wraps Tuppence with some project structure and includes a service provider for the Plates PHP template system and Docrtine ORM., (*3)

Install

Install this project with composer composer create-project photogabble/tuppence-boilerplate., (*4)

For development, you can use php -S 127.0.0.1:3000 -t public to serve your project locally on http://127.0.0.1:3000., (*5)

PSR-7 Support

Tuppence supports PSR-7 and therefore you will find a lot of PSR-7 middleware libraries work out of the box, for example the below are known to work:, (*6)

bryanjhv/slim-session

Middleware for initiating and managing Sessions., (*7)

akrabat/rka-ip-address-middleware

Middleware that determines the clients IP address and stores it as a ServerRequest attribute., (*8)

php-middleware/php-debug-bar

Framework-agnostic middleware for attaching PHP Debug Bar to your response., (*9)

The Versions

04/04 2018
20/12 2017

dev-issue2-add-console-helpers

dev-issue2-add-console-helpers

  Sources   Download

MIT

The Requires

 

The Development Requires