2017 © Pedro Peláez
 

symfony-bundle paginator-bundle

This bundle creates a paginator service for the Symfony framework

image

efrag/paginator-bundle

This bundle creates a paginator service for the Symfony framework

  • Saturday, November 12, 2016
  • by efrag
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

EfragPaginatorBundle

Build Status, (*1)

The EfragPaginatorBundle provides a Symfony service that generates a simple pagination array with links to the provided named route., (*2)

Basic installation instructions can be found below and a more extended documentation of functionality is available in the docs section., (*3)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*4)

    $ composer require efrag/paginator-bundle "~2"

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*5)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*6)


<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Efrag\Bunlde\PaginatorBundle\EfragPaginatorBundle(), ); // ... } // ... }

The Versions

12/11 2016

dev-master

9999999-dev

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

12/11 2016

1.2.x-dev

1.2.9999999.9999999-dev

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

12/11 2016

v1.2.2

1.2.2.0

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

27/04 2016

v1.2.1

1.2.1.0

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

25/04 2016

v1.2.0

1.2.0.0

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

23/04 2016

1.1.x-dev

1.1.9999999.9999999-dev

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

23/04 2016

v1.1.1

1.1.1.0

This bundle creates a paginator service for the Symfony framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

23/04 2016

v1.1.0

1.1.0.0

This bundle creates a paginator service

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

23/04 2016

1.0.x-dev

1.0.9999999.9999999-dev

This bundle creates a paginator service

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki

23/04 2016

v1.0.0

1.0.0.0

This bundle creates a paginator service

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eleni Fragkiadaki