matthewbdaly/unframework

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

0.0.18 2020-05-02 10:35 UTC

This package is auto-updated.

Last update: 2024-03-29 04:04:43 UTC


README

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.

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:

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

Installation

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