Skip to content

Kachit/phalcon-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Phalcon library

Coverage Status Build Status Total Downloads Latest Stable Version License

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();

About

My Phalcon library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published