PHPackages                             league/fractal-paginator-phalcon - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. league/fractal-paginator-phalcon

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

league/fractal-paginator-phalcon
================================

Fractal paginator adapter for Phalcon

262[1 issues](https://github.com/thephpleague/fractal-paginator-phalcon/issues)[1 PRs](https://github.com/thephpleague/fractal-paginator-phalcon/pulls)PHP

Since May 9Pushed 5y ago3 watchersCompare

[ Source](https://github.com/thephpleague/fractal-paginator-phalcon)[ Packagist](https://packagist.org/packages/league/fractal-paginator-phalcon)[ RSS](/packages/league-fractal-paginator-phalcon/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Fractal Phalcon Pagination Adapter
==================================

[](#fractal-phalcon-pagination-adapter)

[![Latest Version](https://camo.githubusercontent.com/63fa759811f1f5891a9da3c4746db721f214da4b87487ef7892a465f47d2ef6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7468657068706c65616775652f6672616374616c2d706167696e61746f722d7068616c636f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/thephpleague/fractal-paginator-phalcon/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/6d493bebebcddbc0d4737d6944c232f9c0d78fddc2d2c62b6a5aa50e29f4d336/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468657068706c65616775652f6672616374616c2d706167696e61746f722d7068616c636f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265266c6162656c3d7465737473)](https://travis-ci.org/thephpleague/fractal-paginator-phalcon)[![Build Status](https://camo.githubusercontent.com/ea22f4c89f004ab27535b439a0f079908bef3ba90f53560acc668f77554650c3/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f6275696c642f67682f7468657068706c65616775652f6672616374616c2d706167696e61746f722d7068616c636f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265266c6162656c3d636f64652b7374796c65)](https://circleci.com/gh/thephpleague/fractal-paginator-phalcon)[![Coverage Status](https://camo.githubusercontent.com/6777876ce2e01134bdb2925e1cc5e0dc4554760cc7104c34f1ec61628dd2fbf4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7468657068706c65616775652f6672616374616c2d706167696e61746f722d7068616c636f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/fractal-paginator-phalcon/code-structure)[![Quality Score](https://camo.githubusercontent.com/a25ef8582dd54559720843056e8eec52e344026ddc3c13d62fd0faea446ad2ee/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7468657068706c65616775652f6672616374616c2d706167696e61746f722d7068616c636f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/fractal-paginator-phalcon)[![Total Downloads](https://camo.githubusercontent.com/61b590f2908d2dee49b0660d81344f5dd7c2488e3751bbbb46848b459bb11b75/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65616775652f6672616374616c2d706167696e61746f722d7068616c636f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/league/fractal-paginator-phalcon)

Fractal provides a presentation and transformation layer for complex data output, the like found in RESTful APIs, and works really well with JSON. Think of this as a view layer for your JSON/YAML/etc.

When building an API it is common for people to just grab stuff from the database and pass it to `json_encode()`. This might be passable for "trivial" APIs but if they are in use by the public, or used by mobile applications then this will quickly lead to inconsistent output.

Install
-------

[](#install)

Via Composer

```
$ composer require league/fractal-paginator-phalcon
```

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

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 7.2
- PHP 7.3
- PHP 7.4
- HHVM

Documentation
-------------

[](#documentation)

Fractal has [full documentation](http://fractal.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).

Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/fractal/tree/gh-pages/).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/thephpleague/fractal/blob/master/LICENSE) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/842d2fe13512e82f0f9b6f0d79dba8eba1595a3cefd31dd51723960436133307?d=identicon)[KorvinSzanto](/maintainers/KorvinSzanto)

---

Top Contributors

[![KorvinSzanto](https://avatars.githubusercontent.com/u/1007419?v=4)](https://github.com/KorvinSzanto "KorvinSzanto (7 commits)")

### Embed Badge

![Health badge](/badges/league-fractal-paginator-phalcon/health.svg)

```
[![Health](https://phpackages.com/badges/league-fractal-paginator-phalcon/health.svg)](https://phpackages.com/packages/league-fractal-paginator-phalcon)
```

###  Alternatives

[xmolecules/phpmolecules

Libraries to help developers express architectural abstractions in PHP code

3310.0k1](/packages/xmolecules-phpmolecules)[kuvvu/envexample

Create an update env.example with artisan

112.0k1](/packages/kuvvu-envexample)

PHPackages © 2026

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