Libraries tagged by classe
mouf/utils.common.conditioninterface
505716 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.
milesasylum/schnoop-schema
124422 Downloads
Schnoop Schema is a collection of PHP classes for describing a MySQL database schema.
mg-code/yii2-helpers
20453 Downloads
A collection of useful helper classes for Yii framework 2.0
menarasolutions/geographer-laravel
100729 Downloads
Geographer integration classes for Laravel and Lumen
mateffy/laravel-codebase-mcp
609 Downloads
An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.
luyadev/luya-bootstrap4
41422 Downloads
Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.
loophp/psr-http-message-bridge-bundle
72497 Downloads
Register symfony/psr-http-message-bridge classes in your Symfony application.
linio/util
70721 Downloads
Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.
laravel-css-inliner/css-inliner
100843 Downloads
Converts CSS classes to inline styles within Laravel email
lagdo/facades
4732 Downloads
Base classes to implement service facades.
kylekatarnls/html-object
246320 Downloads
A set of classes to create and manipulate HTML objects abstractions
kununu/testing-bundle
36837 Downloads
Testing made easy by providing helper classes and fixtures loading
koriym/psr4list
502967 Downloads
Returns the name of the classes in PSR4 path
kirschbaum-development/paragon
11161 Downloads
A Laravel package for generating enum-like objects in typescript based on PHP enum classes.
juststeveking/parameterbag
251735 Downloads
A flexible parameter bag in place of standard arrays on PHP classes