PHPackages                             imreallyunoriginal/plottwist - 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. [Templating &amp; Views](/categories/templating)
4. /
5. imreallyunoriginal/plottwist

ActiveLibrary[Templating &amp; Views](/categories/templating)

imreallyunoriginal/plottwist
============================

A Laravel wrapper for ChartJS

0.1.0(2y ago)06[2 PRs](https://github.com/imReallyUnoriginal/PlotTwist/pulls)MITPHPPHP ^8.1

Since Jan 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/imReallyUnoriginal/PlotTwist)[ Packagist](https://packagist.org/packages/imreallyunoriginal/plottwist)[ Docs](https://github.com/imreallyunoriginal/PlotTwist)[ RSS](/packages/imreallyunoriginal-plottwist/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (5)Used By (0)

PlotTwist
=========

[](#plottwist)

[![Latest Version on Packagist](https://camo.githubusercontent.com/731d36708529a8268d4d85e6ac60395048fb6dd4103d3b4e2b077bb134a599d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d7265616c6c79756e6f726967696e616c2f706c6f7474776973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imreallyunoriginal/plottwist)[![Total Downloads](https://camo.githubusercontent.com/64462ed7180b7dbed9ac4dd1fb65949ad8d23d19fa337dc847606e25d2fea7e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d7265616c6c79756e6f726967696e616c2f706c6f7474776973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imreallyunoriginal/plottwist)

A simple, intuitive, and eloquent Laravel PHP wrapper for ChartJS

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

[](#installation)

You can install the package via composer:

```
composer require imreallyunoriginal/plottwist
```

Usage
-----

[](#usage)

```
Chart::radar('Test Chart', [
    Chart::dataset('Test 1', [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]),
    Chart::dataset('Test 2', [12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1]),
])->setLabels(['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'])

Chart::line('Chart Title')
    ->addDataset('Dataset 1 Label', [
        'Label 1' => 16,
        'Label 2' => 32,
        'Label 3' => 10,
        'Label 4' => 12,
        'Label 5' => 10,
    ])
```

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see the [Contributing File](CONTRIBUTING.md) for more information.

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/284a964a56f49edd89c214e67bcc6269b74abc49ba2527f51e49aec85a891546?d=identicon)[imReallyUnoriginal](/maintainers/imReallyUnoriginal)

---

Top Contributors

[![imReallyUnoriginal](https://avatars.githubusercontent.com/u/67382670?v=4)](https://github.com/imReallyUnoriginal "imReallyUnoriginal (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelimReallyUnoriginalplottwist

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/imreallyunoriginal-plottwist/health.svg)

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

###  Alternatives

[ryangjchandler/blade-capture-directive

Create inline partials in your Blade templates with ease.

8222.2M12](/packages/ryangjchandler-blade-capture-directive)[spatie/laravel-blade-comments

Add debug comments to your rendered output

177325.5k](/packages/spatie-laravel-blade-comments)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

882.3k](/packages/daikazu-laravel-glider)[combindma/dash-ui

A streamlined and stylish UI component library for Laravel Blade, crafted with TailwindCSS and AlpineJs for simplicity and elegance.

631.4k](/packages/combindma-dash-ui)

PHPackages © 2026

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