bsm / phrank
A simple framework composed of other third-party libraries
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bsm/phrank
Requires
- php: >=5.5.0
- d11wtq/boris: 1.*
- gabordemooij/redbean: =3.5.1
- j4mie/idiorm: *
- j4mie/paris: *
- monolog/monolog: *
- slim/extras: 2.*
- slim/slim: 2.*
- slim/views: 0.1.*
- twig/twig: 1.*
This package is not auto-updated.
Last update: 2025-10-07 10:48:11 UTC
README
Phrank is a small amount of plumbing code that ties in other well-constructed libraries and frameworks. Together, these libraries provide a full MVC-style framework.
Quickstart
$ composer install
$ createdb phrank
$ php phrank/bin/new_app.php
$ php -S 127.0.0.1:8000 -t public
Docs
There are no docs for Phrank yet, but most of the magic was written by other talented people, and you can find their docs here: