sonidelav / php-micro-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Micro Framework

A PHP Framework that can be compiled in a single .php file

Installation

$ composer install

Console

$ php console

output:

Builder Console v1.0.0

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  help         Displays help for a command
  list         Lists commands
 app
  app:compile  Compile Application to a Single PHP File

Thank you

Notes

  • Is still in WIP mode.

About


Languages

Language:PHP 100.0%