Portfolio

Hey, I started building Piotta.app, a new personal, secure, expenses tracking dashboard. You can register, analyse, see statistics and keep track of your transactions and recurring payments. It's a...
My first PR for PestPHP (https://github.com/pestphp/pest/pull/492) has just been merged 🥰 It implements the `@covers` functionality to specify what classes or functions are being covered with the g...
Released a new Laravel library to help testing JSON validation errors by rules. The current way to test HTTP errors is broken: it tests that the validation fails or you have to manually specify the...
Nop, the solution to prevent concurrent access and content overwrites, has finally its own integration with Filament Admin! Discover more: https://github.com/nop-app/filament Meet Nop: https://nop.is
Released a new package: Laravel FusionAuth JWT 🥳 FusionAuth is a great free alternative to Auth0 and this package implements an Auth Guard to work with their JWT to authenticate the current user. I...
🎉 Nop finally is out! 🎉 It helps you to stop content overwrites by preventing multiple users from accessing the same page simultaneously. Guests can eventually ask for access to page owner. Users w...
Filament Memory Tracker is a package for Filament (Laravel admin dashboard) to keep and track the history of memory used by your workers (custom and default Laravel queue too!) and then display it ...
When I started playin' around with Go I was looking for something like Laravel and, although there were a few valid alternatives (like Revel), there was something missing: social authentication. I ...
Twitch does not need any introduction, right? And their APIs are so powerful that having a PHP library to handle their PubSub events was needed. That's why I created Twitch PubSub: built for Larave...
PHP has an array destructuring feature, but let's be honest: it's not as cool and powerful as the JS one. What I did is just a package for Laravel - extending its Array helper class - to have even ...
Filament is a great free and open-source Laravel dashboard package and Plausible is a privacy-oriented statistics service. What's missing on them? A connection! This is a simple package to integrat...
I was looking for a simple Cache library for Redis and Node.js, similar to how Laravel handles it, but I was not able to find it, so... I just created it! https://github.com/danilopolani/redache