Pop PHP Framework: Difference between revisions

Content deleted Content added
Nicks3123 (talk | contribs)
No edit summary
m Typo/general fixes, replaced: Verision → Version
Line 26:
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 in PHP 5.4, as well as fully leveraging [[Composer_Composer (software)|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 supports PHP 7 and 5.6 and was released on July 9, 2016. The current version, 3.8.0, was released on August 25, 2018.
Line 54:
===Release history===
 
VerisionVersion 3.8.0 is the current version that is in active development. Version 2 is still available but 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 continued development with Pop PHP.<ref>{{cite web |url=https://github.com/popphp/popphp-framework/blob/master/CHANGELOG.md |title=Github: Pop PHP Framework Changelog|website=github.com}}</ref>
<!--Template:Version - for version & release history. Documentation & examples: -->
{{Version |t |show=11111}}
Line 159:
=== Popcorn ===
 
Popcorn is a standalone web-based component that serves as a REST-based micro-framework layer to allow developers to quickly build REST-based web applications and APIs. With it, a developer can enforce routes by request methods and direct HTTP requests accordingly.<ref>{{cite web |url=https://www.popphp.org/#popcorn|title=Popcorn|website=popphp.org}}</ref> <ref>{{cite web |url=https://www.popphp.org/overview#popcorn|title=Popcorn Overview|website=popphp.org}}</ref> <ref>{{cite web |url=https://github.com/popphp/popcorn|title=Popcorn on GitHub|website=github.com}}</ref>
 
== References ==