Phalcon (framework)
From Wikipedia, the free encyclopedia
| Initial release | November 14, 2012[1] |
|---|---|
| Stable release | 1.3.4[2] / 28 October 2014 |
| Preview release | 2.0-RC / 3 March 2015 |
| Development status | Active |
| Written in | C, C++, PHP |
| Platform | Unix, Linux, Mac OS X, Windows [3] |
| Type | Web application framework |
| License | BSD License [4] |
| Website | phalconphp |
Phalcon is a high-performance web framework for PHP based on the 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 an extension written in C/C++ in order to optimize performance. This is intended to boost execution speed and resource usage with the goal of handling more 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 in order to install Phalcon (via building or pre-compiled binary).[5][6]
See also[edit]
- Zephir (programming language)
- CodeIgniter, native PHP web application framework with similar focus on performance
References[edit]
- ^ "phalcon/cphalcon: Version 0.4.5 Stable". github.com. 2012-11-14. Retrieved 2015-03-09.
- ^ "phalcon/cphalcon: Version 1.3.4 Stable". github.com. 2014-10-28. Retrieved 2015-03-17.
- ^ "Installation — Phalcon 1.3.0 documentation". phalconphp.com.
- ^ "cphalcon/LICENSE.md at master · phalcon/cphalcon · GitHub". GitHub.
- ^ Lukasz Kujawa (2013-05-09). "Is Phalcon the promised land for PHP?". systemsarchitect.net. Retrieved 2015-03-14.
- ^ Brian Anglin (2014-01-02). "Phalcon PHP: What is it and Why Should I Care?". briananglin.me. Retrieved 2015-03-14.
External links[edit]
|
|||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| This Web software–related article is a stub. You can help Wikipedia by expanding it. |