Libraries tagged by Package Class
formfeed-uk/nova-theming-classes
82031 Downloads
A Laravel Nova package to add theming classes to components.
naucon/file
23432 Downloads
This package contains php classes to access, change, copy, delete, move, rename files and directories.
christophwurst/nextcloud
1106128 Downloads
Composer package containing Nextcloud's public API (classes, interfaces)
naucon/utility
66602 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
naucon/breadcrumbs
21712 Downloads
The breadcrumb package helps to integrate a common breadcrumb navigation into a web application. The package includes two components: A breadcrumbs class to add breadcrumb elements and a breadcrumbs helper to render html markup in php or smarty templates.
guava/filament-icons
715 Downloads
This package allows you to generate enum classes for ANY blade icon set you have installed, making working with them a breeze!
jdavidbakr/multi-server-event
172566 Downloads
This package extends Laravel's native Command Event class to allow for managing events fired on the same system with multiple servers, preventing an event from firing more than once
pear/html_common2
474545 Downloads
Abstract base class for HTML classes (PHP5 port of HTML_Common package).
jcergolj/laravel-form-request-assertions
26085 Downloads
Package for unit test laravel form request classes
azimkordpour/power-enum
11341 Downloads
This light package provides some methods to your Enum classes to make the most of them.
ytake/valueobjects
85483 Downloads
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.(temporary package)
steefdw/standards-enums
44994 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
securetrading/data
453205 Downloads
Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.
mouf/utils.common.conditioninterface
509256 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.
kirschbaum-development/paragon
12069 Downloads
A Laravel package for generating enum-like objects in typescript based on PHP enum classes.