Phalcon (framework)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 190.85.13.5 (talk) at 17:41, 8 June 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Phalcon
Developer(s)Andres Gutierrez and others
Initial releaseNovember 14, 2012 (2012-11-14)[1]
Stable release
2.0.13[2] / 19 May 2016; 7 years ago (2016-05-19)
Repository
Written inC, PHP
PlatformUnix, Linux, Mac OS X, Windows [3]
TypeWeb application framework
LicenseBSD License [4]
Websitephalconphp.com/en/

Phalcon is a high-performance PHP web framework based on the model–view–controller (MVC) pattern. Originally released in 2012, it is an open-source framework licensed under the terms of the BSD License.

Unlike most PHP frameworks, Phalcon is implemented as a web server extension written in C, aiming to boost execution speed, reduce resource usage, and handle more HTTP requests per second than comparable frameworks written primarily in PHP. One drawback of this approach is that root/administrative access is required on the server to install Phalcon by building a custom binary or using a precompiled one.[5][6]

History

Phalcon was created by Andres Gutierrez (from Girardot, Colombia) and collaborators looking for a new approach to traditional web application frameworks written in PHP. The original intention was to use "Spark" as the name,[7] but the combination of words "PHP" and "Falcon" (which is one of fastest animals[8]) ended as the name of the framework. Phalcon's initial release was made available on November 14, 2012.

Phalcon 0.3.5 includes an ORM written in C, MVC components, and cache components. This release was followed by the Phalcon 0.5.0 that brought a high-level dialect of SQL called PHQL, and Phalcon 0.6.0 that introduced Volt, a template engine similar to Jinja. Phalcon 1.0 was released on March 21, 2013.[citation needed]

See also

References

  1. ^ "phalcon/cphalcon: Version 0.4.5 Stable". github.com. 2012-11-14. Retrieved 2015-03-09.
  2. ^ "Phalcon 2.0.13 released". phalconphp.com. Retrieved 27 May 2016.
  3. ^ "Installation — Phalcon 2.0.0 documentation". phalconphp.com.
  4. ^ "cphalcon/LICENSE.md at master · phalcon/cphalcon · GitHub". GitHub.
  5. ^ Lukasz Kujawa (2013-05-09). "Is Phalcon the promised land for PHP?". systemsarchitect.net. Retrieved 2015-03-14.
  6. ^ Brian Anglin (2014-01-02). "Phalcon PHP: What is it and Why Should I Care?". briananglin.me. Retrieved 2015-03-14.
  7. ^ "Interview with PhalconPHP Creator Andrés Gutiérrez". phalcon.io. 2015-05-19. Retrieved 2015-05-23.
  8. ^ "10 Fastest Animals On Earth". conservationinstitute.org. 2015-04-06. Retrieved 2015-05-23.

External links