Skip to content
forked from phalcon/cphalcon

High performance, full-stack PHP framework delivered as a C extension.

License

BSD-3-Clause and 2 other licenses found

Licenses found

BSD-3-Clause
LICENSE.txt
Unknown
LICENSE-PHP.txt
Unknown
LICENSE-ZEND.txt
Notifications You must be signed in to change notification settings

alexbusu/cphalcon

Repository files navigation

Phalcon Framework

Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.

Get Started

Phalcon is written in C with platform independence in mind. As a result, Phalcon is available on Microsoft Windows, GNU/Linux, Mac OS X, You can either download a binary package for the system of your choice or build it from sources.

Windows

For use phalcon on windows you only should to download a DLL library (http://phalconphp.com/download). Edit your php.ini file and then add:

extension=php_phalcon.dll

Finally restart your webserver.

Linux/Unix/Mac

On a Unix based platform you can easily compile and install the extension from sources.

Requirements

We need some packages previously installed.

  • PHP 5.x development resources
  • GCC compiler

Ubuntu:

sudo apt-get install php5-dev php5-mysql gcc make

Suse:

yast2 -i php5-pear php5-devel libmysqlclient gcc make autoconf2.13

Compilation

Follow these instructions to generate a binary extension for your platform:

git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install

Add extension to your php.ini

extension=phalcon.so

Finally restart the webserver

External Links

Current Build Status

Phalcon Framework is built under Travis CI service. Every commit pushed to this repository will queue a build into the continuous integration service and will run all PHPUnit tests to ensure that everything is going well and the project is stable. The current build status is:

Build Status

License

Phalcon is open-sourced software licensed under the New BSD License. See the docs/LICENSE.txt file for more information.

About

High performance, full-stack PHP framework delivered as a C extension.

Resources

License

BSD-3-Clause and 2 other licenses found

Licenses found

BSD-3-Clause
LICENSE.txt
Unknown
LICENSE-PHP.txt
Unknown
LICENSE-ZEND.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.6%
  • Zephir 24.4%
  • Shell 0.6%
  • PowerShell 0.3%
  • Volt 0.1%
  • M4 0.0%