Skip to content

aisuhua/blog-1

 
 

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://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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.4%
  • Volt 21.6%
  • CSS 6.5%
  • Other 0.5%