deozza/philarmony-utils
Utility helpers for Philarmony projects. A small collection of PHP/Laravel-oriented functions and convenience tools intended to reduce boilerplate and streamline common tasks across applications and packages.
PhilarmonyUtils::formatDate(), PhilarmonyUtils::generateSlug()) that could reduce boilerplate in a Laravel application. If the team already uses similar custom utilities, this could streamline codebase consistency.generateSlug() handling of Unicode).generateSlug() with accented characters).Str::slug() in Laravel).StringHelper) with PhilarmonyUtils in a non-critical module.composer.json and replace remaining custom utilities.deprecated() helper.mbstring for Unicode support). Verify no hidden dependencies.composer require deozza/philarmony-utils.AppServiceProvider:
Facade\Ignition::ignore(function () {
return app()->bound('philarmony-utils');
});
use PhilarmonyUtils;).generateSlug() for SEO URLs").Cache::remember()).formatDate() with invalid timestamps) could corrupt data.generateSlug(string $input, string $separator = '-')).generateSlug() with HTML tags").How can I help you explore Laravel packages today?