PHPackages                             olelo/cassy - 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. olelo/cassy

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

olelo/cassy
===========

Small helper to create olelo Cassy URLs in PHP

1.4.0(6y ago)02.3k↓50%[3 PRs](https://github.com/olelo-io/cassy/pulls)MITPHP

Since Oct 31Pushed 3y agoCompare

[ Source](https://github.com/olelo-io/cassy)[ Packagist](https://packagist.org/packages/olelo/cassy)[ RSS](/packages/olelo-cassy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (10)Used By (0)

olelo Cassy - Helper
====================

[](#olelo-cassy---helper)

This is a little helper to easily include the [olelo Cassy CDN](https://www.olelo.io/cassy) in your PHP projects.

Prerequisites
-------------

[](#prerequisites)

You need an olelo account and the Cassy module enabled. Technically you could use this package anyway - however, there would be no sense in it.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require olelo/cassy

```

Usage
-----

[](#usage)

```
$cassy = new \Olelo\Cassy\Cassy();
$yourCdnUrl = $cassy->getCdnUrl('https://your-url.com/something');

```

#### Laravel

[](#laravel)

A Laravel service provider with a facade is contained in this package. It is automatically detected. You can use it like:

```
use Olelo\Cassy\Facades\Cassy;

$yourCdnUrl = Cassy::cdn('https://your-url.com/something');

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~38 days

Recently: every ~48 days

Total

6

Last Release

2195d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dd4066526f273592da88a5b863d5302bb171dd626ffd3e646a0f282a0dc4db2?d=identicon)[oleloSebastian](/maintainers/oleloSebastian)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/olelo-cassy/health.svg)

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

PHPackages © 2026

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