PHPackages                             mauro-moreno/laravel-highcharts - 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. mauro-moreno/laravel-highcharts

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

mauro-moreno/laravel-highcharts
===============================

This is a package for generating a Highchart JSON config.

v1.0.0(10y ago)163.8k9MITPHPPHP &gt;=5.5

Since Feb 5Pushed 10y ago4 watchersCompare

[ Source](https://github.com/mauro-moreno/laravel-highcharts)[ Packagist](https://packagist.org/packages/mauro-moreno/laravel-highcharts)[ RSS](/packages/mauro-moreno-laravel-highcharts/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

laravel-highcharts
==================

[](#laravel-highcharts)

This is a package for generating a Highchart JSON config.

Based in [PHP Highcharts](https://github.com/misd-service-development/php-highcharts).

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

[](#installation)

Run the following command and provide the latest stable version (e.g v2.4.15) :

```
composer require mauro-moreno/laravel-highcharts
```

or add the following to your `composer.json` file :

```
"mauro-moreno/laravel-highcharts": "^1.0.0"
```

Then register this service provider with Laravel :

```
'providers' => [
    ...
    Aivo\Highchart\HighchartServiceProvider::class,
    ...
]
```

Usage
-----

[](#usage)

Create a chart:

```
$chart = App::make('highchart')
    ->setTitle('Scatter plot with regression line')
    ->addSeries(
        array(
            ScatterSeries::factory()
                ->setName('Observations')
                ->addData(array(1, 1.5, 2.8, 3.5, 3.9, 4.2)),
            LineSeries::factory()
                ->setName('Regression line')
                ->addDataPoint(DataPoint::factory(0, 1.11))
                ->addDataPoint(DataPoint::factory(5, 4.51))
                ->getMarker()->setEnabled(false)->getSeries()
                ->setEnableMouseTracking(false),
        )
    )
;
$chart->render();

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.3% 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

Unknown

Total

1

Last Release

3794d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1187170?v=4)[Mauro Moreno](/maintainers/mauro-moreno)[@mauro-moreno](https://github.com/mauro-moreno)

---

Top Contributors

[![mauro-moreno](https://avatars.githubusercontent.com/u/1187170?v=4)](https://github.com/mauro-moreno "mauro-moreno (17 commits)")[![nrivas](https://avatars.githubusercontent.com/u/8493202?v=4)](https://github.com/nrivas "nrivas (3 commits)")[![nathanmarks](https://avatars.githubusercontent.com/u/4420103?v=4)](https://github.com/nathanmarks "nathanmarks (2 commits)")

---

Tags

laravelhighcharts

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mauro-moreno-laravel-highcharts/health.svg)

```
[![Health](https://phpackages.com/badges/mauro-moreno-laravel-highcharts/health.svg)](https://phpackages.com/packages/mauro-moreno-laravel-highcharts)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90128.1k](/packages/emargareten-inertia-modal)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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