Pop PHP Framework 2.0.2
Released June 27, 2016
This repository contains the composer.json file to install the full Pop PHP Framework. The core Pop PHP components and the additional 32 components will be installed:
There are multiple ways you can get Pop PHP Framework into your project.
You can add it to an existing project:
$ composer require popphp/popphp-framework
You can add it your project's composer.json
file:
"require": {
"popphp/popphp-framework": "2.0.*"
}
You can create a new project and install it into that project:
$ composer create-project popphp/popphp-framework project-folder
Or, you can clone this repository and install it directly:
$ composer install
There is an IRC channel for Pop PHP over at irc://freenode/popphp.