Skip to content
forked from phalcon/incubator

Incubator adapters/functionality for the Phalcon PHP Framework

Notifications You must be signed in to change notification settings

Xrymz/incubator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Incubator adapters/functionality for the Phalcon PHP Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%