2017 © Pedro PelĂĄez
 

symfony-bundle porpaginas-bundle

Symfony bundle for the porpaginas beberlei/porpaginas.

image

fightmaster/porpaginas-bundle

Symfony bundle for the porpaginas beberlei/porpaginas.

  • Friday, January 31, 2014
  • by fightmaster
  • Repository
  • 1 Watchers
  • 0 Stars
  • 506 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PorpaginasBundle

Introduction

PorpaginasBundle is wrapper for porpaginas library., (*1)

Build Status, (*2)

Installation

To install PorpaginasBundle with Composer just add the following to your composer.json file:, (*3)

// 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:, (*4)

$ 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:, (*5)

<?php
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new Porpaginas\PorpaginasBundle\PorpaginasBundle(),
    // ...
);

Configuration

By default, you need to specify only what you use paginator (knp_paginator). Library supports only KnpPaginator., (*6)

Below you find a reference of all configuration options with their default values:, (*7)

# config.yml
porpaginas:
    paginator: knp_paginator
   #paginator: pagerfanta

The Versions

31/01 2014

dev-master

9999999-dev https://github.com/fightmaster/PorpaginasBundle

Symfony bundle for the porpaginas beberlei/porpaginas.

  Sources   Download

MIT

The Requires

 

by Dmitry Petrov aka fightmaster

page paging pagination paginator

31/01 2014

0.0.1

0.0.1.0 https://github.com/fightmaster/PorpaginasBundle

Symfony bundle for the porpaginas beberlei/porpaginas.

  Sources   Download

MIT

The Requires

 

by Dmitry Petrov aka fightmaster

page paging pagination paginator