Diego Ninja 🥷🏻🇵🇸
banner
d-ninja.bsky.social
Diego Ninja 🥷🏻🇵🇸
@d-ninja.bsky.social
Software developer. Laravel dude. Amateur boxer. Music junkie. Father of two.

Github stars are always welcome ⭐
I'm excited to share the release 2.0 of Censor, a package designed to give your Laravel applications robust and flexible content moderation and sentiment analysis capabilities.

🚀 In this release:

- Sentiment analysis
- LLM-based checkers
- Normalized and enriched results

goto.now/UqDWX
GitHub - diego-ninja/laravel-censor: A censor and text filtering library for Laravel 10+
A censor and text filtering library for Laravel 10+ - diego-ninja/laravel-censor
goto.now
February 19, 2025 at 8:56 PM
I released Laravel Devices some time ago, a package designed to facilitate the tracking and managing of devices and user sessions in Laravel applications.

github.com/diego-ninja/...

#laravel #php #opensource #development #software

Let me know what you think! PRs welcome 🤘🏻
GitHub - diego-ninja/laravel-devices: This package provides session tracking functionalities, multi-session management and user device management features for laravel applications.
This package provides session tracking functionalities, multi-session management and user device management features for laravel applications. - diego-ninja/laravel-devices
github.com
December 10, 2024 at 9:27 AM
Just released Laravel Censor 🚀

A robust content moderation package for Laravel 10+ with built-in support for Azure AI, Perspective AI & more. Filter profanity and harmful content with ease.

github.com/diego-ninja/...

#Laravel #PHP #WebDev #OpenSource

Let me know what you think! PRs welcome 🙌
GitHub - diego-ninja/laravel-censor: A censor and text filtering library for Laravel 10+
A censor and text filtering library for Laravel 10+ - diego-ninja/laravel-censor
github.com
December 5, 2024 at 2:51 PM
<?php
$hello = function() {
echo "Hello World!";
};
$hello();
?>
November 18, 2024 at 2:34 PM