PHPackages                             adrianodemoura/paginate-ajax - 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. adrianodemoura/paginate-ajax

ActiveCakephp-plugin

adrianodemoura/paginate-ajax
============================

PaginateAjax plugin for CakePHP

1.0(6y ago)012MITPHPCI failing

Since Feb 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/adrianodemoura/paginate-ajax)[ Packagist](https://packagist.org/packages/adrianodemoura/paginate-ajax)[ Docs](https://github.com/adrianodemoura/paginate-ajax)[ RSS](/packages/adrianodemoura-paginate-ajax/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PaginateAjax
============

[](#paginateajax)

Considerations
--------------

[](#considerations)

Plugin to repagination.

Use the force, read the code.

Requirements
------------

[](#requirements)

cakePHP 3

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

[](#installation)

```
$ composer require adrianodemoura/paginate-ajax

```

### In `src/Application.php`:

[](#in-srcapplicationphp)

```
parent::bootstrap();
$this->addPlugin('PaginateAjax');

```

Usage
-----

[](#usage)

### In Controller:

[](#in-controller)

```
public function initialize()
{
    parent::initialize();
    $this->loadComponent('PaginateAjax.Paginator');
}

```

Check
-----

[](#check)

### In `vendor/cakephp-plugins.php`:

[](#in-vendorcakephp-pluginsphp)

```
'PaginateAjax' => $baseDir . '/vendor/adrianodemoura/paginate-ajax/',

```

### In `vendor/composer/autoload_psr4.php`:

[](#in-vendorcomposerautoload_psr4php)

```
'PaginateAjax\\' => array($vendorDir . '/adrianodemoura/paginate-ajax/src'),
'PaginateAjax\\Test\\' => array($vendorDir . '/adrianodemoura/paginate-ajax/tests'),

```

Test
----

[](#test)

access

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2275d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c3dd978bc9ef4bb5de3a6f8fcec48919627dee861a4eff9dcd05b477874d8c0?d=identicon)[AdrianoMoura](/maintainers/AdrianoMoura)

---

Tags

cakephpajaxpaginate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adrianodemoura-paginate-ajax/health.svg)

```
[![Health](https://phpackages.com/badges/adrianodemoura-paginate-ajax/health.svg)](https://phpackages.com/packages/adrianodemoura-paginate-ajax)
```

###  Alternatives

[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-ajax

A CakePHP plugin that makes working with AJAX a piece of cake.

55255.9k1](/packages/dereuromark-cakephp-ajax)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
