Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 3.34 KB

README.md

File metadata and controls

62 lines (46 loc) · 3.34 KB

Pop PHP Framework

Join the chat at https://gitter.im/popphp/2

RELEASE INFORMATION

Pop PHP Framework 2.0.0
Released July 11, 2015

OVERVIEW

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:

Components
pop-acl pop-feed pop-mail
pop-archive pop-file pop-nav
pop-auth pop-filter pop-paginator
pop-cache pop-form pop-payment
pop-code pop-ftp pop-pdf
pop-config pop-geo popphp
pop-console pop-http pop-shipping
pop-crypt pop-i18n pop-validator
pop-data pop-image pop-version
pop-db pop-loader pop-view
pop-dom pop-log pop-web

INSTALL

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

DISCUSSION

There is an IRC channel for Pop PHP over at irc://freenode/popphp.