Libraries tagged by separated
webignition/yaml-document-set-parser
26961 Downloads
Separate a collection of yaml documents into an array of yaml documents
synio/laravel-gmail-service-account-mail-driver
2390 Downloads
Use GMail API to send mails from any user/mailbox of your Workspace organization using a service account without needing separate mailbox credentials
symfony/symfony1
105592 Downloads
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
runopencode/query-resources-loader-bundle
5019 Downloads
Provides you with possibility to keep long queries in separate files in 'query' directory in your project.
nickfan/channel-log
13802 Downloads
Support Laravel Log data to separate channel log files with config
ngiraud/nova-header-field
16564 Downloads
Simple field to add a header to separate panels in the form.
kakaprodo/custom-data
3510 Downloads
A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.
formatsoft/format_t3tools
10295 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.
bscheshirwork/yii2-redis-session
15075 Downloads
Yii2 session based on Redis, can separate session by user
bonny/wordpress-simple-history
4236 Downloads
View recent changes made within WordPress, directly on your dashboard or on a separate page.
b13/headertypes
8998 Downloads
Add a separate header type field to tt_content for headers and subheaders
amine-lejmi/messenger-maker
334 Downloads
Separate and enhance the creation of symfony messenger queries, events and commands messages.
integratedexperts/robo-git-artefact
83800 Downloads
Build artifact from your codebase in CI and push it to a separate git repo.
vxsoft/laravel-repository
6 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.
ttskch/doctrine-orm-criteria
932 Downloads
Doctrine ORM Criteria allows you to separate any complex "search condition" as a Criteria with a specialized API for QueryBuilder of doctrine/orm.