Libraries tagged by separator
webzera/laradmin
5 Downloads
This is for separate admin panel control
vulcandigital/silverstripe-rapidobjectcreateadmin
11 Downloads
Allows you to rapidly create record after record. Handy for when you want to separate "Add New" functionality
vtitar/background-tasks-symfony
3 Downloads
Symfony BackgroundTasksBundle. Create and process tasks that will be executed via cron. Could be configured time when execute, separate process for specific task groups.
vortechron/multi-tenant
2 Downloads
Run multiple websites using the same laravel installation while keeping tenant specific data separated for fully independant multi-domain setups.
voboghure/php-mvc-core
7 Downloads
At the heart of the framework is the MVC pattern, which separates the application logic into three distinct components: the Model, the View, and the Controller.
virgiliopontes/autowheremysql
24 Downloads
With this package, it's easy to create visions where your users become more powerful. You give them the power to filter fields all fields in a query, without the need to create each field separately.
vergissberlin/typo3-thumbor
2 Downloads
TYPO3 CMS extension with fluid image view helpers to use thumbor as cropping service. It speeds up your thumbnail generation and adds some AI features like face recognition. To use it, you have to start the service separately.
vaszloy/yii2-redis-session
6 Downloads
Yii2 session based on Redis, can separate session by user
vadimdol/symfony1
285 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!
uzdevid/conflux-http
35 Downloads
Conflux HTTP — This is a flexible architecture for integration with external HTTP services, built on the basis of the PSR-18 and Guzzle. Each request is made out as a separate class that implements the necessary interfaces, providing readability, testability and expansion.
twoh/twoh_base
5 Downloads
This extension allows you to move the TYPO3 context into separate files instead of working with the `AdditionalConfiguration.php`.
toppy/tweakwise-client
2 Downloads
Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along with the query string (GET Request) via the URL. --- Authentication Authentication takes place by means of a unique key valid for each instance. This key is sent along with the particular service immediately after the call and must be placed before any parameters. This key is issued by Tweakwise.
teepluss/harvey
190 Downloads
Laravel4 separate validation
teepluss/component
224 Downloads
Component is used to separate small parts from the main view and still works perfectly.
techsemicolon/laravel-dynamic-user-connection
200 Downloads
A laravel package to dynamically have separate database connection setup for each user.