Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.55 KB

README.md

File metadata and controls

53 lines (35 loc) · 2.55 KB

Phalcon Incubator

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is a repository to publish/share/experimient with new adapters, prototypes or functionality that potentially can be incorporated to the C-framework.

Also we welcome submissions from the community of snippets that could extend the framework more.

The code in this repository is written in PHP.

Autoloading from the Incubator

Add or register the following namespace strategy to your Phalcon\Loader in order to load classes from the incubator repository:

$loader = new Phalcon\Loader();

$loader->registerNamespaces(array(
	'Phalcon' => '/path/to/incubator/Library/Phalcon/'
));

$loader->register();

Contributions Index

Cache

ORM

Template Engines

Translate

Session