PHPackages                             fightmaster/porpaginas-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. fightmaster/porpaginas-bundle

ActiveSymfony-bundle

fightmaster/porpaginas-bundle
=============================

Symfony bundle for the porpaginas beberlei/porpaginas.

0.0.1(12y ago)0506MITPHPPHP &gt;=5.3.3

Since Jan 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/fightmaster/PorpaginasBundle)[ Packagist](https://packagist.org/packages/fightmaster/porpaginas-bundle)[ Docs](https://github.com/fightmaster/PorpaginasBundle)[ RSS](/packages/fightmaster-porpaginas-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

PorpaginasBundle
================

[](#porpaginasbundle)

Introduction
------------

[](#introduction)

PorpaginasBundle is wrapper for [porpaginas](https://github.com/beberlei/porpaginas) library.

[![Build Status](https://camo.githubusercontent.com/e14a8f76fa9e70ab7e4e1a20696efc438215121ff1166b6e19e636d6b2ab250e/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f66696768746d61737465722f506f72706167696e617342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/fightmaster/PorpaginasBundle)

Installation
------------

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

To install PorpaginasBundle with Composer just add the following to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "fightmaster/porpaginas-bundle": "dev-master"
    }
}
```

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:

```
$ php composer.phar update fightmaster/porpaginas-bundle
```

Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
