PHPackages                             healkiss/listitems - 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. healkiss/listitems

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

healkiss/listitems
==================

Allow to use jquery render easily. With a bit php you can use search, filter and pagination. Js is provided in the library

012JavaScript

Since Oct 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Healkiss/ListItems)[ Packagist](https://packagist.org/packages/healkiss/listitems)[ RSS](/packages/healkiss-listitems/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ListItems
=========

[](#listitems)

WHAT:

Allow to use jquery render easily.

(With a bit php you can add search, filter and pagination. Js and html are provided in the library for these purposes.)

USE:

If you want the pagination, install [http://botmonster.com/jquery-bootpag/#.VBGuVmB\_tcY](http://botmonster.com/jquery-bootpag/#.VBGuVmB_tcY) (fixes are included in the files template.js)

SETUP:

Add an id, a data-itemtype and a data-url in the main DIV

```

```

Set a data-bind in each block you want dynamic

```

    /a>

```

Set a case in Singleton.listItems

```
case "article":
  this.displayList = this.displayArticles;
  break;
```

In proto.displayArticles add a directive for each data-bind

```
postDate: {
    text: function(params) { return this.postDate; },
},
publisher: {
    text: function(params) { return this.publisherName; },
    href: function(params) { return this.publisherPath; },
},
```

The url need to return a Json(phpArray).

USE :

```
entity.setTabsClicks(); //if you need tabs
entity.setSelectFilter(); //if you need filters
entity.setCheckboxClicks(); //if you need checkbox
entity.setSearch(); //if you need search bar
entity.list();
```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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/113026cd5fd1b0ea192d52447aa714a2f59d5a294dae9b4b8a1b7100aa5fb2f7?d=identicon)[healkiss](/maintainers/healkiss)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/healkiss-listitems/health.svg)

```
[![Health](https://phpackages.com/badges/healkiss-listitems/health.svg)](https://phpackages.com/packages/healkiss-listitems)
```

###  Alternatives

[simbiat/ddcicons

Class to provide path to icons for Matomo Device Detector

121.1k](/packages/simbiat-ddcicons)

PHPackages © 2026

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