Libraries tagged by separated files
formatsoft/format_t3tools
14360 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.
silber/client-templates
90 Downloads
Renders client templates from separate files into the main view of your application
yiranzai/file-cache
3 Downloads
PHP File Cache, use Separate Chaining resolve hash conflict. one cache, one file, one bucket.
runcloudio/flysystem-b2
2682 Downloads
Backblaze adapter for the flysystem filesystem abstraction library. A fork from https://github.com/mhetreramesh/flysystem-backblaze and maintained as separate package.
twoh/twoh_base
7 Downloads
This extension allows you to move the TYPO3 context into separate files instead of working with the `AdditionalConfiguration.php`.
romi45/yii2-rbac-collector
5657 Downloads
Using extension you can organize your RBAC configuration in separate files in application modules.
alex-kalanis/kw_afterload
8 Downloads
Autoloading configurations by separate files
scottybo/laravel-translator
207 Downloads
Fork of thiagocordeiro/laravel-translator to search translation keys in PHP and Vue/JS and insert into separate json files to be translated
mhsdesign/neos-afxfiles
9 Downloads
Provides option to use AFX in separate template files.
innoweb/silverstripe-fail2ban
21 Downloads
Logs failed logins into a separate log file to be consumed by Fail2ban to block IPs with failed logins.
meuhmeuhconcept/pdf-manipulator
65 Downloads
Manipulate pdf file (merge, separate, convert...) with PHP (wrapper for poppler-utils)
pawell67/cleaner
1 Downloads
Automates moving PHP tool configuration files to a separate directory.
piotrpress/wordpress-config
379 Downloads
This library separates WordPress configuration constants from wp-config.php to .config file.
igor822/query-parser
39 Downloads
This project is a different approach to separate your queries search to run into database, when a simple (or comples) ORM is too complicated to run all your queries or simply can't do what you need, you can use QueryParser for put your queries into a YAML file and easily get from source
garmonic/laravel-features-arch
9 Downloads
This package helps you to divide you Laravel project code by features, encapsulated in separate folders. Each feature has its own container, configuration, routes, views and providers. You can enable and disable your features in general config file.