PHPackages                             chuano/fpdf-circle-charts - 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. chuano/fpdf-circle-charts

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

chuano/fpdf-circle-charts
=========================

Library that extends FPDF with circle percentage charts

1.0.1(9y ago)1221GPL-3.0+PHPPHP &gt;=5.3.3

Since Nov 23Pushed 9y agoCompare

[ Source](https://github.com/chuano/FPDFCircleCharts)[ Packagist](https://packagist.org/packages/chuano/fpdf-circle-charts)[ RSS](/packages/chuano-fpdf-circle-charts/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

FPDFCircleCharts
================

[](#fpdfcirclecharts)

Library that extends FPDF with circle percentage charts

[![screenshot.jpg](https://raw.githubusercontent.com/chuano/FPDFCircleCharts/master/screenshot/screenshot.jpg)](https://raw.githubusercontent.com/chuano/FPDFCircleCharts/master/screenshot/screenshot.jpg)

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

[](#installation)

```
$ composer require chuano/fpdf-circle-charts ~1.0
```

Usage
-----

[](#usage)

```
$pdf = new FPDFCircleCharts();
$pdf->AddPage();

// Chart width and height
$width = 190;
// Padding inside chart box
$padding = 10;
// Percentage completed
$percentage = 75;
// Draw the chart
$pdf->CircleChart($width, $padding, $percentage);

// Output
$pdf->Output();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~7 days

Total

2

Last Release

3450d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/583f35fc9cf09ed5cd8f7601ea9c22e16498f2453a80e08a6b739366d8a75216?d=identicon)[chuano](/maintainers/chuano)

---

Top Contributors

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

---

Tags

chartscirclechartfpdfphp

### Embed Badge

![Health badge](/badges/chuano-fpdf-circle-charts/health.svg)

```
[![Health](https://phpackages.com/badges/chuano-fpdf-circle-charts/health.svg)](https://phpackages.com/packages/chuano-fpdf-circle-charts)
```

###  Alternatives

[tig/postnl-magento2

TIG Magento 2 PostNL extension

58544.2k4](/packages/tig-postnl-magento2)[mapbender/mapbender

Mapbender library

10117.4k5](/packages/mapbender-mapbender)

PHPackages © 2026

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