PHPackages                             phpanonymous/c3js - 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. phpanonymous/c3js

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

phpanonymous/c3js
=================

C3JS By phpanonymous (Mahmoud Ibrahim)

0.0.10(2y ago)51.1k3MITJavaScript

Since Sep 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/arabnewscms/c3js)[ Packagist](https://packagist.org/packages/phpanonymous/c3js)[ RSS](/packages/phpanonymous-c3js/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

c3js on laravel version 8,9,10
==============================

[](#c3js-on-laravel-version-8910)

c3js charts and graph easy way to make Chart with C3js #Free Package To Make Your KPI and Charts By PHPanonymous (Mahmoud Ibrahim)

[![alt text](https://raw.githubusercontent.com/arabnewscms/c3js/master/Screenshot%20at%20Jun%2027%2023-02-54.png)](https://raw.githubusercontent.com/arabnewscms/c3js/master/Screenshot%20at%20Jun%2027%2023-02-54.png)

installation
============

[](#installation)

`composer require phpanonymous/c3js`

publish provider
================

[](#publish-provider)

`php artisan vendor:publish --provider="Phpanonymous\C3JS\C3JSProvider"`or
`php artisan vendor:publish`and choose c3js package number in your list

usage
=====

[](#usage)

provide this on your header make sure to use jquery library `  {!! C3js::c3jAsset() !!}`

widget
======

[](#widget)

this example to how to make your first chart

use the C3js::widget static function

```
use Phpanonymous\C3JS\C3js;
$chart_1 = C3js::widget([
'bindto'   => "#chartJs",
'data'     => [
	'x'       => 'x',
	'columns' => [
		['x', '2016-01-01', '2016-02-01', '2016-03-01', '2016-04-01', '2016-05-01', '2016-06-01'],
		['data1', 30, 200, 100, 400, 150, 250],
		['data2', 50, 20, 10, 40, 15, 25],
	],
	'types'  => [
		'data1' => 'bar',
		'data2' => 'bar',
	],
],

'axis'        => [
	'y'          => [
		'label'     => [
			'text'     => 'Y Label',
			'position' => 'outer-middle',
		],
	],
	'x'        => [
		'type'    => 'timeseries',
		'tick'    => [
			'format' => '%Y-%m-%d',
		],
		'label'     => [
			'text'     => 'X Label',
			'position' => 'outer-middle',
		],
	],
],

]);

```

this package based on c3js library
==================================

[](#this-package-based-on-c3js-library)

this is demo package is beta not released just soon we are publish release version 1

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

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

981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e69eb26372ee1008cb285858b579b1162bde21b3c6af6bc5e73505eb8ae89d5?d=identicon)[PhpAnonymous](/maintainers/PhpAnonymous)

---

Top Contributors

[![arabnewscms](https://avatars.githubusercontent.com/u/17859436?v=4)](https://github.com/arabnewscms "arabnewscms (34 commits)")

---

Tags

phplaravelIt application With It-platinum

### Embed Badge

![Health badge](/badges/phpanonymous-c3js/health.svg)

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

###  Alternatives

[amranidev/laracombee

Recommendation system for laravel

11636.7k1](/packages/amranidev-laracombee)[salmanzafar/laravel-geocode

A Laravel Library to find Lat and Long of a given Specific Address

153.9k](/packages/salmanzafar-laravel-geocode)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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