Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.
This is the official Phalcon Blog you can adapt it to your own needs or improve it if you want. We expect to implement as many features as possible to showcase the framework and its potential.
Please write us if you have any feedback.
Thanks.
The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch.
To run this application on your machine, you need at least:
-
= PHP 5.5
- Composer
- Apache Web Server with mod_rewrite enabled or Nginx Web Server
- Latest stable Phalcon Framework release extension enabled
Install composer in a common location or in your project:
$ curl -s http://getcomposer.org/installer | php
Create the composer.json file as follows:
{
"require": {
"phalcon/blog": "dev-master"
}
}
Run the composer installer:
$ php composer.phar install
Create var/config/config.php
file (use config.sample.php
as example).
Phalcon Blog is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors