Phalcon Library
Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption., (*1)
This is a repository to publish/share/experiment with new adapters, prototypes or functionality that can potentially be incorporated into the framework., (*2)
The code in this repository is written in PHP., (*3)
Installation
Installing via Composer
Install Composer in a common location or in your project:, (*4)
curl -s http://getcomposer.org/installer | php
Create the composer.json
file or add new require line as follows:, (*5)
{
"require": {
"manacode/phalconlibs": "dev-master"
}
}
Run the composer installer:, (*6)
$ php composer.phar install
Installing via GitHub
Just clone the repository in a common location or inside your project:, (*7)
git clone https://github.com/manacode/phalconlibs.git
Autoloading the Library
Add or register the following namespace strategy to your Phalcon\Loader in order
to load classes from the phalconlibs repository:, (*8)
$loader = new Phalcon\Loader();
$loader->registerNamespaces([
'Manacode\Phalcon' => '/path/to/manacode/phalconlibs/'
]);
$loader->register();
Library Index
Translate
License
PhalconLibs is open-sourced software licensed under the New BSD License. © Manacode Team and contributors, (*9)