Skip to content

sanderson/blog

 
 

Repository files navigation

Phalcon Blog

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.

NOTE

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.

Get Started

Requirements

To run this application on your machine, you need at least:

Installation

Install composer in a common location or in your project:

$ curl -s http:https://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).

License

Phalcon Blog is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors

About

The engine behind Phalcon's blog

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 61.5%
  • Volt 28.9%
  • CSS 9.4%
  • Shell 0.2%