PHPackages                             gesdinet/infinitescroll-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gesdinet/infinitescroll-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

gesdinet/infinitescroll-bundle
==============================

Infinite Scroll Symfony bundle

v0.1.1(6y ago)0594MITPHPPHP &gt;=7.0CI failing

Since Dec 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gesdinet/InfiniteScrollBundle)[ Packagist](https://packagist.org/packages/gesdinet/infinitescroll-bundle)[ RSS](/packages/gesdinet-infinitescroll-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

InfiniteScrollBundle
====================

[](#infinitescrollbundle)

This bundle helps to implement data source actions for [infinite-scroll](https://github.com/metafizzy/infinite-scroll) JavaScript plugin when it's used in [remote-type processing](https://infinite-scroll.com/extras.html#loading-json) mode.

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

[](#requirements)

PHP needs to be a minimum version of PHP 7.0.

Symfony must be of 2.7 or above.

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

[](#installation)

### Step 1: Download the Bundle

[](#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:

```
composer require gesdinet/infinitescroll-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

If you are using Symfony 3 or below, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
public function registerBundles()
{
    $bundles = [
        // ...
        new Gesdinet\InfiniteScrollBundle\GesdinetInfiniteScrollBundle(),
    ];
}
```

In symfony 4+ this is no longer necessary :)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2377d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6a33e58698c721e8320faec7ff2781101b276c0cb2eaa70619084a1d60ab889?d=identicon)[markitosgv](/maintainers/markitosgv)

---

Top Contributors

[![markitosgv](https://avatars.githubusercontent.com/u/1706470?v=4)](https://github.com/markitosgv "markitosgv (3 commits)")

---

Tags

bundlesymfonybundleinfinitescrollscrollinfinite

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/gesdinet-infinitescroll-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gesdinet-infinitescroll-bundle/health.svg)](https://phpackages.com/packages/gesdinet-infinitescroll-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M374](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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