PHPackages                             san/san-album-pagination-with-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. san/san-album-pagination-with-ajax

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

san/san-album-pagination-with-ajax
==================================

ZF2 Module that utilize Sample of Ajax in Album module using ViewJsonStrategy.

3341PHP

Since Feb 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/samsonasik/SanAlbumPaginationWithAjax)[ Packagist](https://packagist.org/packages/san/san-album-pagination-with-ajax)[ RSS](/packages/san-san-album-pagination-with-ajax/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

~ Import Sql dump to your database

```
--
-- Table structure for table `album`
--

DROP TABLE IF EXISTS `album`;
CREATE TABLE IF NOT EXISTS `album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `artist` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `album`
--

INSERT INTO `album` (`id`, `artist`, `title`) VALUES
(1, 'Bruno Mars', 'Gotex'),
(2, 'Syahrini', 'Membahana'),
(3, 'Justin Timberlake', 'Love');

```

~ Require it via composer command

```
composer require san/san-album-pagination-with-ajax

```

~ Register to your config/application.config.php

```
return array(
    'modules' => array(
        'AssetManager',
        'Application',
        'SanAlbumPaginationWithAjax'
        ),
    'module_listener_options' => array(
        'module_paths' => array(
            './module',
            './vendor',
            ),
        'config_glob_paths' => array('config/autoload/{,*.}{global,local}.php')
        )
    );
```

It will automatically install ZF2 AssetManager module, no need to install manually, or move js file into public folder.

Access
------

[](#access)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/19076b7688ca1c8ee79ab3ac6fa6acdd7b96012973aba3b1a06cbb3154d7f3e5?d=identicon)[samsonasik](/maintainers/samsonasik)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/san-san-album-pagination-with-ajax/health.svg)

```
[![Health](https://phpackages.com/badges/san-san-album-pagination-with-ajax/health.svg)](https://phpackages.com/packages/san-san-album-pagination-with-ajax)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[florianv/business

DateTime calculations in business hours

359775.9k1](/packages/florianv-business)[ether/seo

SEO utilities including a unique field type, sitemap, &amp; redirect manager

284458.7k15](/packages/ether-seo)[froala/yii2-froala-editor

A beautiful WYSIWYG HTML text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

109229.5k6](/packages/froala-yii2-froala-editor)[kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

91256.5k8](/packages/kartik-v-yii2-social)[silverstripe/subsites

Run multiple sites from a single SilverStripe install.

65392.9k20](/packages/silverstripe-subsites)

PHPackages © 2026

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