Coder Social home page Coder Social logo

cphalcon's Introduction

Phalcon Framework

Phalcon is a web framework delivered as a C extension 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, place it in your /php/ext folder and then append at the last line (or whatever line you wish) of your php.ini:

extension=php_phalcon.dll

Finally, just restart your webserver and voilà!

Hint: To ensure that your Phalcon's installation was successful, debug with <?php phpinfo(); ?> and search for the a section mentioning the Phalcon extension.

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 the 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

Meet the Incubator

Our community is developing amazing extra features for Phalcon everyday via Incubator. There are resources to enhance your experience with the framework and that enlarge the main features.

Just give a try and help us improve more & more our PHP's stronghold.

License

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

cphalcon's People

Contributors

andresgutierrez avatar axxeld avatar carvajaldiazeduar avatar cinderella-man avatar dreamsxin avatar endeveit avatar guweigang avatar hdogan avatar homburg avatar igorgolovanov avatar jerejones avatar kenjikobe avatar lantian avatar marciopaiva avatar niden avatar odiel avatar quasipickle avatar racklin avatar ricejasonf avatar romanodesouza avatar samhennessy avatar sescobb27 avatar sirian avatar sjinks avatar thedisco avatar tmihalik avatar vguardiola avatar viktoras25 avatar xboston avatar yvmarques avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.