PHPackages                             careset/zermelobladetreecard - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. careset/zermelobladetreecard

AbandonedArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

careset/zermelobladetreecard
============================

Zermelo, a PHP reporting engine for Laravel. The Bootstrap Tree Card Reporting Engine

v1.0(5y ago)1216Apache-2.0JavaScriptPHP &gt;=7.2.0

Since Jul 27Pushed 5y ago3 watchersCompare

[ Source](https://github.com/CareSet/ZermeloBladeTreeCard)[ Packagist](https://packagist.org/packages/careset/zermelobladetreecard)[ RSS](/packages/careset-zermelobladetreecard/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

ZermeloBladeTreeCard
====================

[](#zermelobladetreecard)

Blade based bootstrap 4.3+ "tree card" based view for Zermelo reporting engine. Basically this view allows for a table to take this specific format:

rootroot\_urlbranchbranch\_urlleafleaf\_urlAppsMusicShazamAppsMusicAmazon MusicAppsMusicSpotifyAppsMusicNapsterAppsVideoNetflixAppsVideoYoutubeWebSearchYahooWebSearchDogpileWebSearchGoogleWebSocialTwitterWebSocialRedditAnd turn into this: (screenshot soon)

How to get started using it
---------------------------

[](#how-to-get-started-using-it)

### Installation

[](#installation)

This package requires the Zermelo package. You will nedd to follow the [zermelo installation instructions](https://github.com/CareSet/Zermelo)on how to configure your app to use zermelo.

After that is complete, use composer to install, and artisan to configure the Tree Card Report

```
composer require careset/zermelobladetreecard

```

Then use artisan to configure it

```
php artisan zermelo:install_zermelobladetreecard

```

This may ask you to confirm the replacement of some assets... you can safely choose to replace or not replace, it makes little difference.

### How the cards work

[](#how-the-cards-work)

The cards are based on the [bootstrap card system](https://getbootstrap.com/docs/4.1/getting-started/introduction/) implemented using blade templates..

### Run an example

[](#run-an-example)

To test if you have installed correctly, see if you have Zermelo Card urls in your route using artisan..

```
./artisan route:list | grep ZermeloTreeCard

```

You should see 3 different routes in the result... if you see nothing.. something has gone wrong...

Then copy over the example data and reports to your installation

```
mysqladmin -u YOURDBUSER -p create zermelo_tree_cards
mysql -u YOURDBUSER -p zermelo_tree_cards < vendor/careset/zermelobladetreecard/examples/data/zermelo_tree_cards.sql
cp vendor/careset/zermelobladetreecard/examples/reports/TreeCardTest.php app/Reports/

```

That will create the zermelo\_tree\_cards test database, populate it with example data... And copy the Card test report to your installation...

Remember that you will need to ensure that your laravel DB user has SELECT access to the zermelo\_cards database..

Then point your browser to

and you should see the content

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 79.2% 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 ~94 days

Recently: every ~140 days

Total

8

Last Release

2188d ago

Major Versions

v0.9 → v1.02020-05-15

PHP version history (2 changes)0.0.1PHP &gt;=7.0.0

v0.9PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/529070a1000481c1ec43116693d5ca874222641f3f6d863bc5c57074f2319be8?d=identicon)[ftrotter](/maintainers/ftrotter)

---

Top Contributors

[![ftrotter](https://avatars.githubusercontent.com/u/83133?v=4)](https://github.com/ftrotter "ftrotter (42 commits)")[![kchapple](https://avatars.githubusercontent.com/u/271809?v=4)](https://github.com/kchapple "kchapple (11 commits)")

---

Tags

zermelolaraveldatatablesreportingreportbootstrapreportsd3vega

### Embed Badge

![Health badge](/badges/careset-zermelobladetreecard/health.svg)

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

###  Alternatives

[jimmyjs/laravel-report-generator

Rapidly Generate Simple Pdf &amp; Excel Report on Laravel 5 (Using Barryvdh/DomPdf or Barryvdh/laravel-snappy &amp; maatwebsite/excel)

580157.4k1](/packages/jimmyjs-laravel-report-generator)[samuelterra22/laravel-report-generator

Rapidly Generate Simple Pdf, Excel &amp; CSV Reports on Laravel (Using Barryvdh/DomPdf or Barryvdh/laravel-snappy &amp; maatwebsite/excel)

125.3k](/packages/samuelterra22-laravel-report-generator)

PHPackages © 2026

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