PHPackages                             alcallej/darkgantt - 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. alcallej/darkgantt

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

alcallej/darkgantt
==================

A very simple Gantt chart

021CSS

Since Jul 2Pushed 7y agoCompare

[ Source](https://github.com/alcallej/darkgantt)[ Packagist](https://packagist.org/packages/alcallej/darkgantt)[ RSS](/packages/alcallej-darkgantt/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

darkgantt
=========

[](#darkgantt)

A simple Gantt Chart in PHP

usage
=====

[](#usage)

```
use Dark\Dummy\Gantt\Gantt;

$dates = array(
    array('start' => '2018-10-08', 'end' => '2021-10-24', 'label' => 'Activity period'),
    array('start' => '2018-10-09', 'end' => '2018-12-25', 'label' => 'Activity 2'),
    array('start' => '2018-12-25', 'end' => '2019-06-12', 'label' => 'Activity 3'),
    array('start' => '2019-06-12', 'end' => '2019-10-25', 'label' => 'Activity 4')
);

$gantt = new Gantt($dates);

echo "

";
echo $gantt;
echo "
";
```

screenshot
==========

[](#screenshot)

[![Gantt Chart](/images/gantt.png)](/images/gantt.png)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4991807?v=4)[Alex Callejas](/maintainers/alcallej)[@alcallej](https://github.com/alcallej)

---

Top Contributors

[![alcallej](https://avatars.githubusercontent.com/u/4991807?v=4)](https://github.com/alcallej "alcallej (6 commits)")

### Embed Badge

![Health badge](/badges/alcallej-darkgantt/health.svg)

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

###  Alternatives

[sevaske/zatca

Zatca laravel library

161.1k](/packages/sevaske-zatca)

PHPackages © 2026

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