Pop PHP Framework

This is an old revision of this page, as edited by Nicks3123 (talk | contribs) at 20:36, 13 September 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Pop PHP Framework a free and open source PHP Web framework that was created by Nick Sagona. It is distributed under the BSD License and hosted on GitHub. The framework is intended to be utilized for rapid application development, with an emphasis on web applications.

Pop PHP Framework
Developer(s)Nick Sagona
Initial releaseMarch 19, 2011; 14 years ago (2011-03-19)
Stable release
3.6.0[1] / September 13, 2017; 7 years ago (2017-09-13)
Written inPHP
Operating systemCross-platform
TypeWeb framework
LicenseBSD License
Websitewww.popphp.org

History

Development on the Pop PHP Framework was officially begun by Nick Sagona in late 2011, when he refactored a set of older library components into the first version of Pop PHP, which was released on March 19, 2012. The focus was for Pop PHP to become a more modern, MVC-style web framework with a set of supporting components to assist in building web applications.

After PHP 5.4 was released, Pop PHP 2 was refactored to take advantage of the new features available on PHP 5.4, as well as fully leveraging Composer by breaking out almost all of the components into separate repositories on GitHub. Pop PHP 2 was first released on July 12, 2015.

Pop PHP 3 was a slight refactor of the existing framework, while adding a handful of new components. Version 3.0 was released on July 9, 2016. The current version, 3.6.0, was released on September 13, 2017.

Release history

Error:Unknown type parameter

Version Release date Notes
Unsupported: 1.0 March 19 2012
Unsupported: 1.7 December 1 2013
Unsupported: 1.7 March 6, 2016 EOL
Unsupported: 2.0 July 12, 2015
Supported: 3.0 July 9, 2016
Supported: 3.5 February 27, 2017
Latest version: 3.6 September 13, 2017 Current production version

Source: Github[2]

Development

Features

References

  1. ^ "popphp/popphp-framework: Release v3.6.0". github.com.
  2. ^ "Github: Pop PHP Framework". Pop PHP Framework.