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.8k10MITPHPPHP &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 1mo 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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

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

3749d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/499b74be93262806cc426e685bda79db165e1eb928ed7f676d91b12d51db12c6?d=identicon)[mauro-moreno](/maintainers/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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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