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

ActiveLibrary

efficioconsulting/laravel-highcharts
====================================

This is a package for generating a Highchart JSON config.

1.0.0(10y ago)021MITPHPPHP &gt;=5.5

Since Jan 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/efficioconsulting/laravel-highcharts)[ Packagist](https://packagist.org/packages/efficioconsulting/laravel-highcharts)[ RSS](/packages/efficioconsulting-laravel-highcharts/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (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 v1.0.0) :

```
composer require efficioconsulting/laravel-highcharts
```

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

```
"efficioconsulting/laravel-highcharts": "1.0.0"
```

Then register this service provider with Laravel :

```
'Aivo\Highchart\HighchartServiceProvider',
```

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

3779d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/792cb13b4ea93d98feeaae6a24012bdc54f25d1cfc178312643432cfa6f84303?d=identicon)[rad-mira-labs](/maintainers/rad-mira-labs)

---

Top Contributors

[![mauro-moreno](https://avatars.githubusercontent.com/u/1187170?v=4)](https://github.com/mauro-moreno "mauro-moreno (16 commits)")[![mira-labs](https://avatars.githubusercontent.com/u/8261443?v=4)](https://github.com/mira-labs "mira-labs (7 commits)")[![efficioconsulting](https://avatars.githubusercontent.com/u/16590662?v=4)](https://github.com/efficioconsulting "efficioconsulting (3 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/efficioconsulting-laravel-highcharts/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)[mauro-moreno/laravel-highcharts

This is a package for generating a Highchart JSON config.

163.8k](/packages/mauro-moreno-laravel-highcharts)

PHPackages © 2026

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