Pop PHP Framework: Difference between revisions

Content deleted Content added
m Reverted edits by 122.170.7.64 (talk) to last version by Mindmatrix
Nicks3123 (talk | contribs)
No edit summary
Line 7:
| developer = Nick Sagona
| released = {{Release date and age|2012|03|19}}
| latest release version = 4.67.0<ref>{{cite web
| url = https://github.com/popphp/popphp-framework/releases/tag/4.67.0
| title = popphp/popphp-framework: Release v4.67.0
| website = github.com
}}</ref>
| latest release date = {{Start date and age|20212022|0211|1216}}
| repo = {{URL|https://github.com/popphp/popphp-framework|Pop PHP Repository}}
| programming language = [[PHP]]
Line 31:
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 last version, 3.8.0, was released on August 25, 2018. The EOL version 3.8.9 was released on February 24, 2020.
 
Pop PHP 4 was another refactor of the existing framework that upgraded and improved existing components. Version 4 supports PHP 7.3 or greater and PHP 5.6 is no longer supported. The current version, 4.67.0, was released on FebruaryNovember 1216, 20212022 and includes support for PHP 8.
 
The framework has been included on a number of "best of" lists for new and up-and-coming PHP Frameworks.<ref>{{
Line 57:
===Release history===
 
Version 4.67.0 is the current version that is in active development. Versions 3 and earlier have reached end of life and are no longer supported. 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 139:
! {{Version |c |4.6.0}}
| February 12, 2021
|
|-
! {{Version |c |4.7.0}}
| November 16, 2022
| Current production version
|
|-
|}
Line 146 ⟶ 151:
== Development ==
 
While the initial development of the Pop PHP Framework was focused on building web applications, since version 3, Pop PHP fully supports console-based applications to be used on the [[Command-line interface|CLI]] as well. Pop PHP incorporates current standards, trends and patterns in software development in an attempt to build an ecosystem that is familiar to developers. The framework is heavily unit-tested using [[PHPUnit]] and runs through the [[TravisGitHub CIActions]] continuous integrationworkflow platform to ensure the builds of the individual framework components are passing.<ref>{{cite web |url=https://travis-cigithub.orgcom/popphpfeatures/actions |title=TravisGitHub CI: Pop PHP FrameworkActions|website=travis-cihttps://github.orgcom/features/actions}}</ref>
 
Pop PHP 4.7.0 is currently written for and supports PHP 8, with backward compatibility for PHP 7.34.
 
The Pop PHP Framework project welcomes community involvement and contribution via the current available channels.<ref>{{cite web |url=https://www.popphp.org/development |title=Pop PHP Development|website=popphp.org}}</ref>