2017 © Pedro Peláez
 

library app

Mizmoz App

image

mizmoz/app

Mizmoz App

  • Sunday, May 6, 2018
  • by ianchadwick
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 33 % Grown

The README.md

Mizmoz App Framework (Incomplete, do not use)

Aims

  • Be lightweight, we'll only be serving API requests
  • Use PHP-FIG where possible
  • Be very opinionated (I hate boilerplate)
  • Handle both HTTP and CLI
// Use an index file for all configs
$config = new Config('./configs/index.php');

// At it's most basic
App::run($config);

Project Structure

/App
    /Http
        /App.php - HTTP Application
        /routes.php - contains all HTTP route definitions
    /Cli
        /App.php - CLI Application
        /commands.php - contains all console commands
    /Command
/config
/public
/tests

The Versions

06/05 2018
29/03 2018

0.1.0

0.1.0.0

Mizmoz App

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ian Chadwick