Download the PHP package gigerit/larapex-charts without Composer

On this page you can find all versions of the php package gigerit/larapex-charts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package larapex-charts

Larapex Charts

Latest Stable Version Total Downloads GitHub Actions License

Larapex Charts is a Laravel wrapper for the ApexCharts JavaScript charting library.

This package is the gigerIT-maintained fork of arielmejiadev/larapex-charts. It continues the original package with ongoing maintenance, compatibility updates, code cleanups, optimizations, and support for current Laravel versions, including Laravel 13.

It is a drop-in replacement for the original package. Existing applications do not need code changes, namespace changes, config changes, or view changes. The public API, service provider, facade, publishable assets, and generated chart stubs remain compatible with the original package.

Check the upstream documentation on: Larapex Chart Docs.

About this fork

This fork keeps Larapex Charts usable in modern Laravel applications while preserving the original developer experience. The goal is to provide a reliable maintenance path for projects that already depend on Larapex Charts and for new projects that want the same simple chart-building API.

Maintained improvements include:

Drop-in replacement

Use this fork when you want a maintained version of Larapex Charts without rewriting existing application code.

If your application currently uses arielmejiadev/larapex-charts, replace the Composer dependency with this fork:

No PHP imports need to change. Continue using the existing namespace:

The package also declares a Composer replacement for the original package name, so downstream packages that require arielmejiadev/larapex-charts can be satisfied by this fork.

Installation

Install the maintained fork with Composer:

Usage

Basic example

In your controller add:

Remember to import the Facade to your controller with:

Or importing the LarapexChart class:

Then in your view (Blade file) add:

More complex example

You can create a variety of charts including: Line, Area, Bar, Horizontal Bar, Heatmap, pie, donut and Radialbar.

More examples

Check the documentation on: Larapex Chart Docs

Laravel Boost

This package ships a Laravel Boost skill for AI-assisted development. When an application has both gigerit/larapex-charts and laravel/boost installed, Boost can discover the package skill from resources/boost/skills/larapex-charts-development/SKILL.md and install it for supported agents during php artisan boost:install or php artisan boost:update --discover.

Contributing

This fork is maintained by gigerIT. Contributions that improve compatibility, reliability, tests, documentation, or package hygiene are welcome.

Before submitting changes, run the test suite and static analysis:

The package was originally created by Ariel Mejia Dev. This fork preserves the original package API and credits while continuing maintenance for modern Laravel projects.

License

MIT

Roadmap for future versions


All versions of larapex-charts with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^11.0|^12.0|^13.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gigerit/larapex-charts contains the following files

Loading the files please wait ...