PHPackages                             sosupp/slimer-billing - 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. [Payment Processing](/categories/payments)
4. /
5. sosupp/slimer-billing

ActiveLibrary[Payment Processing](/categories/payments)

sosupp/slimer-billing
=====================

Simple invoice/billing with billable items and all that is necessary for schools, SMEs, etc.

v0.0.1(yesterday)01↑2900%MITPHPPHP ^8.1|^8.2|^8.3

Since Jun 27Pushed yesterdayCompare

[ Source](https://github.com/sosupp/slimer-billing)[ Packagist](https://packagist.org/packages/sosupp/slimer-billing)[ Docs](https://github.com/sosupp/slimer-billing)[ RSS](/packages/sosupp-slimer-billing/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Introduction
============

[](#introduction)

Installation
============

[](#installation)

Using It in Your App
====================

[](#using-it-in-your-app)

Querying Polymorphic Billings
-----------------------------

[](#querying-polymorphic-billings)

1. Get all billings for a specific entity type $studentBillings = Billing::billableType(Student::class)-&gt;get();
2. Get all overdue billings $overdueBillings = Billing::overdue()-&gt;get();
3. Get billings for a specific student $student = Student::find(1); $studentBillings = $student-&gt;billings;
4. Get all billings with their items and payments $billings = Billing::with(\['items', 'payments', 'billable'\])-&gt;get();
5. Get billings by date range and status $billings = Billing::dateRange('2026-01-01', '2026-12-31') -&gt;status('paid') -&gt;get();

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/541df5d69e5191b9f9a243559472c4c700fa9c4eeba1cb7c1239dd2f37ded675?d=identicon)[sosupp](/maintainers/sosupp)

---

Top Contributors

[![sosupp](https://avatars.githubusercontent.com/u/20490921?v=4)](https://github.com/sosupp "sosupp (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sosupp-slimer-billing/health.svg)

```
[![Health](https://phpackages.com/badges/sosupp-slimer-billing/health.svg)](https://phpackages.com/packages/sosupp-slimer-billing)
```

###  Alternatives

[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.6k1.4M5](/packages/laraveldaily-laravel-invoices)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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