PHPackages                             karabin/laravel-confetti - 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. karabin/laravel-confetti

ActiveLibrary

karabin/laravel-confetti
========================

PHP wrapper around Confetti API

1.0.0(2y ago)06MITPHPPHP ^8.1

Since Jan 31Pushed 2y ago2 watchersCompare

[ Source](https://github.com/KarabinSE/laravel-confetti)[ Packagist](https://packagist.org/packages/karabin/laravel-confetti)[ Docs](https://github.com/karabin/laravel-confetti)[ GitHub Sponsors](https://github.com/Karabin)[ RSS](/packages/karabin-laravel-confetti/feed)WikiDiscussions main Synced 1mo ago

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

PHP wrapper around Confetti API
===============================

[](#php-wrapper-around-confetti-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6b97d2e0328963c0a480faee8249f23af5fd126f06cbfd9e47ec8d84effb68e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61726162696e2f6c61726176656c2d636f6e66657474692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/karabin/laravel-confetti)

[![Total Downloads](https://camo.githubusercontent.com/9a159a36c980b6155f4e37358df7d8314d02bbccdfd45a7380a7eb8479e48334/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b61726162696e2f6c61726176656c2d636f6e66657474692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/karabin/laravel-confetti)

Basic API wrapper for [Confetti](https://confetti.events/) events api

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

[](#installation)

You can install the package via composer:

```
composer require karabin/laravel-confetti
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-confetti-config"
```

This is the contents of the published config file:

```
return [
    'token' => env('CONFETTI_API_KEY', ''),
];
```

Usage
-----

[](#usage)

Get all events

```
use Karabin\Confetti\Facades\Confetti;

$params = [
    'filter[signupType]' => 'rsvp',
    'filter[type]' => 'future',
    'page[size]' => 10,
    'page[number]' => $request->input('page', 1),
    'include' => 'categories,pages,pages.blocks,pages.blocks.images,images.image',
];
$events = Confetti::getEvents($params);
```

Get open events

```
use Karabin\Confetti\Facades\Confetti;

$params = [
    'filter[signupType]' => 'rsvp',
    'filter[type]' => 'future',
    'page[size]' => 10,
    'page[number]' => $request->input('page', 1),
    'include' => 'categories,pages,pages.blocks,pages.blocks.images,images.image',
];
$events = Confetti::getOpenEvents($params);
```

Get single event

```
use Karabin\Confetti\Facades\Confetti;

$params = [
    'include' => 'categories,pages,pages.blocks,pages.blocks.images,images.image',
];
$event = Confetti::getEvent($id, $params);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Albin J Nilsson](https://github.com/KarabinSE)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

832d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53842b68734249d1bd4581663ce93e12dd241047cbdc11c49065f294c0228d36?d=identicon)[Albin N](/maintainers/Albin%20N)

---

Top Contributors

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

---

Tags

laravelKarabinlaravel-confetti

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/karabin-laravel-confetti/health.svg)

```
[![Health](https://phpackages.com/badges/karabin-laravel-confetti/health.svg)](https://phpackages.com/packages/karabin-laravel-confetti)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[codebar-ag/laravel-zammad

Zammad integration with Laravel

106.1k](/packages/codebar-ag-laravel-zammad)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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