User:Jigpuzzled/sandbox

From Wikipedia, the free encyclopedia
PHPixie
Stable release
1.45 / December 16, 2012 (2012-12-16)
Operating systemCross-platform
PlatformPHP 5.3
Available inMultilingual
TypeWeb application framework
LicenseBSD License
Websitephpixie.com

PHPixie is a PHP open source web application framework that implements the HMVC pattern.

History[edit]

PHPixie started in early 2012 as a fork of Kohana framework aiming to tailor it for read-only websites with performance in mind[1]. In July 2012 patches covered most of the Kohana core so the decision was made to rewrite the system from the ground up resulting in the 1.0 release[2].

Project guideline[edit]

The project guideline is:

  • Focus on speed and page load time.[3]
  • Unlike some other lightweight frameworks that don't provide a full stack of features PHPixie does provide a limited full stack that sacrifices features for efficiency.
  • PHPixie should be easy to learn and immediately understandable to developers with experience in Codeigniter or Kohana.
  • While providing a stable codebase it mustn't stand in developers' way by forcing high level abstractions.

Architecture overview[4][edit]

Features overview[edit]

External links[edit]

References[edit]

  1. ^ "Speed up your Kohana". Draconys' Blog. dracony.org. 2012.
  2. ^ "Introducing PHPixie". Draconys' Blog. dracony.org. 2012.
  3. ^ "PHP Framework Benchmark". PHPixie Blog. phpixie.com. 2012.
  4. ^ "PHPixie overview". Ftamework Matrix. matrix.include-once.org. 2012.
  5. ^ "Routing Tutorial". PHPixie Docs. phpixie.com. 2012.
  6. ^ "ORM Tutorial". PHPixie Docs. phpixie.com. 2012.


Category:PHP programming language Category:PHP frameworks Category:Web application frameworks