You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phalcon is written in Zephir/C with platform independence in mind.
As a result, Phalcon is available on Microsoft Windows, GNU/Linux, FreeBSD and macOS.
You can either download a binary package for the system of your choice or build it from source.
Installation
For detailed installation instructions you can check our installation page in the docs.
Generating API Documentation
Generating new documentation files for docs repository can be done using the script in tests/__config/generate-api-docs.php.
Steps:
Clone the phalcon repo
Checkout the tag you would like to generate docs for.
Run php tests/__config/generate-api-docs.php
The files *.md files in nikos/api/ will contain the documentation
For publishing to the Phalcon website this repo is used.
See the LICENSE.txt file for more. Additional licenses of packages that Phalcon uses, is inspired by or has adapted is located in the 3rdparty/licenses directory.
About
High performance, full-stack PHP framework delivered as a C extension.