matthewbdaly/unframework

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

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

pkg:composer/matthewbdaly/unframework

0.0.18 2020-05-02 10:35 UTC

This package is auto-updated.

Last update: 2025-09-29 02:20:58 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