2017 © Pedro Peláez
 

library phrank

A simple framework composed of other third-party libraries

image

bsm/phrank

A simple framework composed of other third-party libraries

  • Wednesday, May 6, 2015
  • by bsm
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phrank

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., (*1)

Phrank, (*2)

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:, (*3)

The Versions