Libraries tagged by logic
phinq/phinq
8748 Downloads
A library for querying data and performing statistical operations in an logical, object-oriented fashion.
omegaalfa/collection
6 Downloads
This library implements the Trie routing logic
ofcold/presentable
12 Downloads
Decorate your objects using presenters. Primarily to keep presentation logic out of your models.
nanicas/legacy-laravel-toolkit-library
68 Downloads
Abstraction of all common logic with laravel
morebec/orkestra-worker
395 Downloads
Simple library to trivially implement background workers to perform long-running business logic
mediawiki/proofread-page
255 Downloads
The ProofreadPage extension adds book proofreading capacity to MediaWiki. It can render a book either as a column of OCR text beside a column of scanned images, or broken into its logical organization (such as chapters or poems) using transclusion.
mathematicator-core/vizualizator
2950 Downloads
Core logic for elegant graphic visualization. Render to SVG, PNG, JPG and Base64.
manasahtech/web
13 Downloads
The web package offers a robust, flexible system for handling HTTP requests/responses. It features straightforward routing, middleware support, and multi-HTTP method handling. This reliable web infrastructure allows developers to focus on core application features and business logic.
lxberlin/netefx-validator
8671 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
linio/rule-engine
4042 Downloads
Versatile rule engine that allows to apply logic to a given context.
linhunix/mcp
12 Downloads
LinHUniX Master Control Program Package This package enable the mvc logic without use a big framework
lidai/laravel-redirects
389 Downloads
Nested URLs redirect logic for Laravel
legiaifenix/databasegate
106 Downloads
Laravel database manager to help make it more structural and visually logical to developers
kiritokatklian/laravel-sort-request
180 Downloads
Sorting logic for your requests, simplified.
kettasoft/booter
12 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.