2017 © Pedro Peláez
 

project unframework

Not a framework. An opinionated collection of PHP libraries and some simple glue code binding them together.

image

matthewbdaly/unframework

Not a framework. An opinionated collection of PHP libraries and some simple glue code binding them together.

  • Sunday, July 29, 2018
  • by matthewbdaly
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

unframework

Build Status Coverage Status Unframework is not a framework. It's an opinionated collection of off-the-shelf PHP components and some very basic glue to stick them together for cases where you don't want to use a full framework., (*1)

It's also a learning experience in how to build a small framework from scratch. It doesn't contain everything you need, just the basics such as:, (*2)

  • Twig templating
  • Caching
  • Doctrine ORM
  • Logging
  • Routing
  • Session support
  • A basic interactive shell

Installation

composer create-project --prefer-dist matthewbdaly/unframework myapp

The Versions