Pop PHP Framework: Difference between revisions

Content deleted Content added
Nicks3123 (talk | contribs)
No edit summary
Nicks3123 (talk | contribs)
No edit summary
Line 24:
== 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 listset of supporting components to assist in building web applications.
 
Around the time thatAfter 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_(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. Version 3.0 was released on July 9, 2016. The current version, 3.6.0, was released on September 13, 2017.
== Development ==
 
===Release history===
 
<!--Template:Version - for version & release history. Documentation & examples: -->
{{Version |t |show=11111}}
{| class="wikitable sortable"
! Version
! Release date
! Notes
|-
! {{Version |o |1.0}}
| March 19 2012
| NA
|-
! {{Version |o |1.7}}
| December 1 2013
| NA
|-
! {{Version |o |1.7}}
| March 6, 2016
| EOL
|-
! {{Version |o |2.0}}
| July 12, 2015
| NA
|-
! {{Version |co |3.0}}
| July 9, 2016
| NA
|-
! {{Version |co |3.5}}
| February 27, 2017
| NA
|-
! {{Version |c |3.6}}
| September 13, 2017
| NA
|-
|}
Source: Github<ref>{{cite web |url=https://github.com/popphp/popphp-framework/releases |title=Github: Pop PHP Framework|publisher=Pop PHP Framework}}</ref>
 
== Development ==
 
== Features ==
 
== References ==