Skip to content
High performance, full-stack PHP framework delivered as a C extension.
PHP Zephir Shell PowerShell Volt Makefile
Branch: master
Clone or download

Latest commit

niden Merge branch '4.0.x'
* 4.0.x: (116 commits)
  Regenerating ext again
  Updated changelog for PECL
  Updated optimized build files
  Generating ext folder
  Updated version for release
  [#14858] - PHPCS
  [#14858] - Corrected and added more tests
  [#14858] - Updated changelog
  [#14858] - Moved models to check outside the models folder to avoid collisions
  [#14858] - Fixed test
  [#14858] - Fixed dirFromFile to remove "." for Windows
  add backer (github)
  Update changelog [skip ci]
  Update tests schemas
  Add condition to add 'default NULL' with 'ON UPDATE'
  Fix query
  Add test case with 'default null on update'
  Remove Products model
  Move setDatabase() inside mvcModelCriteriaJoinManyToManyMultipleSchema() method
  Remove duplicate setDatabase() method
  ...
Latest commit d3e9463 Mar 7, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.ci Fixed Travis db name Jan 27, 2020
.github #14862 - Set POSTGRES_USER to default 'postgres' Feb 25, 2020
3rdparty Move lemon template to the common place [skip appveyor] Sep 24, 2019
build Regenerating ext again Mar 7, 2020
ext Regenerating ext again Mar 7, 2020
optimizers [4.0.x] - Updated the domain Aug 25, 2019
phalcon Updated version for release Mar 7, 2020
resources resources update Feb 16, 2020
tests [#14858] - PHPCS Mar 5, 2020
.codecov.yml add merge check with threshold of 0.5% [skip appveyor] Aug 4, 2019
.editorconfig Improved editor config [ci skip] Aug 2, 2019
.gitattributes -text https://github.community/t5/GitHub-Actions/git-config-core-auto… Jan 26, 2020
.gitignore Confirmed valid traits; Paginator db tests; New models Feb 3, 2020
.php_cs.dist Added _generated Codeception folder to phpcs ignore. Jun 29, 2019
.travis.yml Upgrade Zephir to 0.12.17 Feb 14, 2020
BACKERS.md add backer (github) Mar 5, 2020
CHANGELOG-4.0.md Updated version for release Mar 7, 2020
CHANGELOG.md update changelog v3 Nov 26, 2019
CODE_OF_CONDUCT.md [4.0.x] - Updated domain to phalcon.io Aug 25, 2019
CODE_OWNERS.TXT Add PECL to @ruudboon's description [ci skip] Jan 5, 2020
CONTRIBUTING.md [4.0.x] - Updated domain to phalcon.io Aug 25, 2019
LICENSE.txt Update license Aug 6, 2018
Makefile Tweaking Missed Command Aug 29, 2019
README.md Corrected shield link to issues [skip ci] Dec 23, 2019
appveyor.yml Updated version for release Mar 7, 2020
codeception.yml Added languae Jan 15, 2020
composer.json [unit] - Added PSR 1.0 to composer Feb 22, 2020
config.json Updated version for release Mar 7, 2020
package.xml Updated changelog for PECL Mar 7, 2020
phpcs.xml PHPCS Feb 3, 2020

README.md

Phalcon Framework

Discord Build Status Windows Build Code Coverage Contributors

Phalcon Backers OpenCollective OpenCollective

4.0 Issues 4.0 Pull Requests 4.1 Issues

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

A big thank you to our Backers; you rock!

Getting Started

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.

NOTE: Phalcon requires the PSR PHP extension to be installed and enabled.

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/_ci/generate-api-docs.php. Steps:

  • Clone the phalcon repo
  • Checkout the tag you would like to generate docs for.
  • Run php tests/_ci/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.

Links

General

Support

Social Media

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

License

Phalcon is open source software licensed under the BSD 3-Clause License.

Copyright © 2011-present, Phalcon Team.

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.

You can’t perform that action at this time.