PHPackages                             pguso/jquery-plugin-circliful - 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. pguso/jquery-plugin-circliful

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

pguso/jquery-plugin-circliful
=============================

jQuery circle statistic plugin

1.2.1(7y ago)879274302[13 issues](https://github.com/pguso/jquery-plugin-circliful/issues)[7 PRs](https://github.com/pguso/jquery-plugin-circliful/pulls)TypeScript

Since Jun 9Pushed 3y ago49 watchersCompare

[ Source](https://github.com/pguso/jquery-plugin-circliful)[ Packagist](https://packagist.org/packages/pguso/jquery-plugin-circliful)[ RSS](/packages/pguso-jquery-plugin-circliful/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (4)Used By (0)

Circle Statistics
=================

[](#circle-statistics)

Test it

New implementation of circliful, without any dependencies - dependencies are only used for development like webpack, jest, typescript, tslint and babel.

- show Infos as Circle Statistics, no images used
- based on SVG
- many options can be set
- fully responsive

How to use circliful
--------------------

[](#how-to-use-circliful)

Include circliful to your Site via script tag. If you want to use font-awesome icons you need to include the files separately.

Github clone / download

```

    circliful.newCircle({
        percent: 50,
        id: 'circle',
        type: 'simple',
    });

```

npm package

```
npm i js-plugin-circliful

```

```
import {circliful} from 'js-plugin-circliful';

circliful.newCircle({
  percent: 50,
  id: 'circle',
  type: 'simple',
});
```

```
@import 'js-plugin-circliful/dist/main.css';
```

```

```

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

[](#documentation)

- [Api](./docs/api.md)
- [Create custom circle](./docs/create-new-circle.md)
- [Setup dev enviroment (with webpack)](./docs/dev-environment.md)
- [List of available options](./docs/options.md)
- [Style your cirles via css](./docs/style-elements.md)

If you feel there is something missing in the documentation or the library please open a issue.

Donation
--------

[](#donation)

If you find this plugin useful or/and use it commercially feel free to donate me a cup of coffee :)

[![](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D3F2MMNDHQ9KQ)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~195 days

Total

4

Last Release

2676d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ecb686c96a6c7a66da245bbff6269fbbe966102abf6d42ce0a4cd39ed8d3b2c?d=identicon)[pguso](/maintainers/pguso)

---

Top Contributors

[![pguso](https://avatars.githubusercontent.com/u/4007140?v=4)](https://github.com/pguso "pguso (4 commits)")[![nebhead](https://avatars.githubusercontent.com/u/19876886?v=4)](https://github.com/nebhead "nebhead (1 commits)")

### Embed Badge

![Health badge](/badges/pguso-jquery-plugin-circliful/health.svg)

```
[![Health](https://phpackages.com/badges/pguso-jquery-plugin-circliful/health.svg)](https://phpackages.com/packages/pguso-jquery-plugin-circliful)
```

###  Alternatives

[zlikavac32/php-enum

Better PHP enum support

225.6k5](/packages/zlikavac32-php-enum)

PHPackages © 2026

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