Pop PHP Framework: Difference between revisions

Content deleted Content added
Nicks3123 (talk | contribs)
No edit summary
Nicks3123 (talk | contribs)
No edit summary
Line 22:
The '''Pop PHP Framework''' a [[Free software|free]] and [[Open-source software|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.
 
== 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 list of supporting components to assist in building applications.
 
Around the time that 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.
 
== Development ==
 
===Release history===
 
== References ==
Line 32 ⟶ 41:
* [http://cc.popphp.org/ Code Coverage]
* [https://github.com/popphp GitHub]
* [https://gitter.im/pop-php-framework/Lobby Gitter Chat Room]
 
{{PHP}}