Libraries tagged by separated
ttskch/doctrine-orm-criteria
2465 Downloads
Doctrine ORM Criteria allows you to separate any complex "search condition" as a Criteria with a specialized API for QueryBuilder of doctrine/orm.
runopencode/query-resources-loader-bundle
6244 Downloads
Provides you with possibility to keep long queries in separate files in 'query' directory in your project.
rollerworks/search-dev
17 Downloads
RollerworksSearch monolith development (use separate packages instead)
oooiik/laravel-query-filter
299 Downloads
In Laravel, it is convenient to write the query filter related to the model in a separate class
okami101/laravel-admin
2098 Downloads
Admin panel generator for Laravel 8 and based on Vuetify Admin, a separate SPA admin framework running on top of REST APIs.
kakaprodo/custom-data
3688 Downloads
A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.
jlorente/laravel-eloquent-splitted-dates-trait
5440 Downloads
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
jigeshraval/laravel-admin-dashboard
622 Downloads
Laravel VueJS/Vuetify Powered admin, booting up required components that separates Admin and Front and provides rich tools such as Media Library
formatsoft/format_t3tools
14116 Downloads
This TYPO3 extension checks the size of all database tables and/or the size of all log files at regular intervals. If a certain size is exceeded, a mail can be sent. There is a separate scheduler task for each check.
creode/mu-plugin-installer
35 Downloads
Facilitates WordPress MU-Plugin installation and separates them into different files.
cognitive/file-system
50210 Downloads
Lite library to work with file system like Composer\Util\Filesystem but separate and so lite
amine-lejmi/messenger-maker
1034 Downloads
Separate and enhance the creation of symfony messenger queries, events and commands messages.
tomschlick/townhouse
20 Downloads
A Multitenancy package for Laravel that keeps each tenant in a separate database.
silverstripe/mobile
9807 Downloads
The mobile module provides detection for mobile devices, and can serve a different SilverStripe theme to them.The module can either use redirection to a separate mobile domain, or serve mobile optimized content under the same URLs.
vxsoft/laravel-repository
16 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.