2017 © Pedro Peláez
 

library phalcon-lib

Phalcon base library

image

kachit/phalcon-lib

Phalcon base library

  • Sunday, September 6, 2015
  • by kachit
  • Repository
  • 1 Watchers
  • 2 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

My Phalcon library

Coverage Status Build Status Total Downloads Latest Stable Version License, (*1)

Launch web application

<?php
$config = 'path/to/config/mvc/file.php';
$bootstrap = new Kachit\Phalcon\Bootstrap\Mvc($config);

$application = $bootstrap->registerApplication();

echo $application->handle()->getContent();

Launch console application

<?php
$config = 'path/to/config/cli/file.php';
$bootstrap = new Kachit\Phalcon\Bootstrap\Cli($config);

$application = $bootstrap->registerApplication();

$application->handle();

The Versions

06/09 2015
30/07 2015