PHPackages                             asxer/svg-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. asxer/svg-charts

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

asxer/svg-charts
================

SVG Charts Generator for Laravel &amp; DOMPDF

v1.0.7(5y ago)031MITPHPPHP &gt;=5.6

Since Jul 27Pushed 5y agoCompare

[ Source](https://github.com/Asxer/svg-charts)[ Packagist](https://packagist.org/packages/asxer/svg-charts)[ RSS](/packages/asxer-svg-charts/feed)WikiDiscussions master Synced 3w ago

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

SVG Charts
==========

[](#svg-charts)

A package for Laraver to generate SVG charts compatible with [DOMPDF](https://github.com/dompdf/dompdf).

### Installation

[](#installation)

Via Composer

```
$ composer require dpodsiadlo/svg-charts
```

### Configuration

[](#configuration)

Once installed, register Laravel service provider, in your `config/app.php`:

```
'providers' => [
	...
    DPodsiadlo\SvgCharts\Providers\SvgChartsProvider::class,
]
```

### Basic Usage

[](#basic-usage)

#### Line chart

[](#line-chart)

[![Line chart example](examples/images/ps1.png)](examples/images/ps1.png)

Blade template implementation:

```
@inject('svgCharts', '\DPodsiadlo\SvgCharts\SvgCharts')     {{-- Injecting the service --}}

```

### License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~263 days

Total

8

Last Release

2038d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6561224?v=4)[Roman Dubrovin](/maintainers/Asxer)[@Asxer](https://github.com/Asxer)

---

Top Contributors

[![daniel-hungrymedia](https://avatars.githubusercontent.com/u/94077062?v=4)](https://github.com/daniel-hungrymedia "daniel-hungrymedia (6 commits)")[![Asxer](https://avatars.githubusercontent.com/u/6561224?v=4)](https://github.com/Asxer "Asxer (4 commits)")[![dpodsiadlo](https://avatars.githubusercontent.com/u/10677414?v=4)](https://github.com/dpodsiadlo "dpodsiadlo (2 commits)")[![joserick](https://avatars.githubusercontent.com/u/15143699?v=4)](https://github.com/joserick "joserick (2 commits)")

---

Tags

laravelsvgcharts

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k36.0M371](/packages/yajra-laravel-datatables-oracle)[livewire/flux

The official UI component library for Livewire.

9527.8M126](/packages/livewire-flux)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[webwizo/laravel-shortcodes

Wordpress like shortcodes for Laravel 11, 12 and 13

217700.9k8](/packages/webwizo-laravel-shortcodes)[grafite/forms

A remarkably magical form package for Laravel.

376.9k1](/packages/grafite-forms)

PHPackages © 2026

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