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 release | March 19, 2011 |
Stable release | 3.6.0[1]
/ September 13, 2017 |
Written in | PHP |
Operating system | Cross-platform |
Type | Web framework |
License | BSD License |
Website | www |
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 and deprecating a few older components. Version 3.0 was released on July 9, 2016. The current version, 3.6.0, was released on September 13, 2017.
Release history
Verision 3.6.0 is the current version that is in active development. Version 2 is still available by no longer supported. Version 1 reached end of life on March 6, 2017. A current changelog is maintained for a recent list of changes and how they impact continuing development with Pop PHP.[2]
Error:Unknown type parameter
Version | Release date | Notes |
---|---|---|
1.0 | March 19 2012 | |
1.7 | December 1 2013 | |
1.7 | March 6, 2016 | EOL |
2.0 | July 12, 2015 | |
3.0 | July 9, 2016 | |
3.5 | February 27, 2017 | |
3.6 | September 13, 2017 | Current production version |
Source: Github[3]
Development
While the initial development of the Pop PHP Framework was focused on building web applications, version 3 fully supports console-based applications to be used on the CLI as well. Pop PHP incorporates current standards, trends and patterns in software development in an attempt to build an ecosystem that should be familiar to developers.
Pop PHP 3 is written for and currently supports PHP 7 and 5.6.
The Pop PHP Framework project welcomes community involvement and contribution via the available channels such as GitHub.[4]
Features
Popcorn
References
- ^ "popphp/popphp-framework: Release v3.6.0". github.com.
- ^ "Github: Pop PHP Framework Changelog". Pop PHP Framework.
- ^ "Github: Pop PHP Framework Releases". Pop PHP Framework.
- ^ "Pop PHP Development". Pop PHP Framework.