PHPackages                             tigress/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. [Image &amp; Media](/categories/media)
4. /
5. tigress/charts

ActiveLibrary[Image &amp; Media](/categories/media)

tigress/charts
==============

Lightweight GD-based chart generation for PHP (bar charts, etc.)

2025.12.09.0(5mo ago)011GPL-3.0-or-laterPHPPHP &gt;=8.5

Since May 9Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/RudyMas/tigress_charts)[ Packagist](https://packagist.org/packages/tigress/charts)[ RSS](/packages/tigress-charts/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Tigress Charts
==============

[](#tigress-charts)

A lightweight PHP library to generate simple GD-based chart images (starting with bar charts). Built to be integrated into the Tigress Framework or used standalone.

Features
--------

[](#features)

- 🟦 Bar charts with automatic or custom coloring
- 📐 Adjustable width &amp; height
- 🖼️ Output as PNG image

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

[](#installation)

```
composer require tigress/charts
```

Usage
-----

[](#usage)

```
use Tigress\Charts;

$data = [
    ['label' => 'Jan', 'value' => 120],
    ['label' => 'Feb', 'value' => 80, 'color' => [255, 0, 0]],
    ['label' => 'Mar', 'value' => 150],
];

Charts::bar()
    ->setTitle('Monthly Sales')
    ->setData($data)
    ->setSize(800, 400)
    ->render(__DIR__ . '/chart.png');
```

Roadmap
-------

[](#roadmap)

- Bar chart
- Line chart
- Pie chart

License
-------

[](#license)

GPL-3.0-or-later

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance78

Regular maintenance activity

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~71 days

Total

4

Last Release

151d ago

PHP version history (2 changes)2025.05.09.0PHP &gt;=8.4

2025.12.09.0PHP &gt;=8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/32e6bb9d6dd13fe312acf0e50cf8a745d5a468682a7b7b00a4c6759ad44abeb9?d=identicon)[rudymas](/maintainers/rudymas)

---

Top Contributors

[![RudyMasGoNext](https://avatars.githubusercontent.com/u/144022376?v=4)](https://github.com/RudyMasGoNext "RudyMasGoNext (10 commits)")[![RudyMas](https://avatars.githubusercontent.com/u/17342220?v=4)](https://github.com/RudyMas "RudyMas (1 commits)")

### Embed Badge

![Health badge](/badges/tigress-charts/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495225.1k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)

PHPackages © 2026

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