PHPackages                             rickselby/svglapchart - 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. rickselby/svglapchart

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

rickselby/svglapchart
=====================

v0.4(10y ago)027MITPHPPHP &gt;=5.4.0

Since May 6Pushed 1mo ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (6)Used By (0)

Generate SVG lap charts in PHP.

Example
-------

[](#example)

```
// Create the chart
$chart = new chart();

// Set information for each driver
foreach($drivers AS $driver) {
    $chart->setDriver($driver['name'], $driver['colour'], $driver['positions']);
}

// Set how many drivers were lapped on each lap
$chart->setLapped($lapped);

// Get the SVG
echo $chart->generate();
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance59

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Every ~6 days

Total

4

Last Release

3690d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cc8910980f053d8ceb2e9d938427cf03ae509884763a10f916b4eef5591934f?d=identicon)[rickselby](/maintainers/rickselby)

---

Top Contributors

[![rickselby](https://avatars.githubusercontent.com/u/1564517?v=4)](https://github.com/rickselby "rickselby (7 commits)")

---

Tags

svglapchart

### Embed Badge

![Health badge](/badges/rickselby-svglapchart/health.svg)

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

###  Alternatives

[fortawesome/font-awesome

The iconic font, CSS, and SVG framework

76.7k7.6M152](/packages/fortawesome-font-awesome)[components/flag-icon-css

A curated collection of all country flags in SVG — plus the CSS for easier integration.

12.2k1.7M23](/packages/components-flag-icon-css)[twbs/bootstrap-icons

Official open source SVG icon library for Bootstrap

8.0k2.2M83](/packages/twbs-bootstrap-icons)[simple-icons/simple-icons

SVG icons for popular brands

25.3k216.2k4](/packages/simple-icons-simple-icons)[rinvex/countries

Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.

1.7k8.0M62](/packages/rinvex-countries)[lipis/flag-icons

A curated collection of all country flags in SVG — plus the CSS for easier integration.

12.2k43.4k10](/packages/lipis-flag-icons)

PHPackages © 2026

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