Libraries tagged by instance
renoki-co/clusteer
1192 Downloads
Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.
qc/qc-be-domain-color
8418 Downloads
This extension inject CSS in the BE interface to modify the color of the left/Modules frame. The color is associated to one or many domains. It can be useful when you get many TYPO3 instances, local DDEV/Docker installations or development servers and you want to really make the production server stand out.
om/from-array
11226 Downloads
fromArray trait allow create objects instances loaded with initial data array
oliverde8/asynchronous-jobs
2813 Downloads
Execute new php instances easily as you would threads.
nicosomb/wallabag-camo-bundle
2682 Downloads
Add an http proxy to route images through SSL for your wallabag instance.
nglasl/silverstripe-extensible-search
30001 Downloads
This module allows user customisation and developer extension of a search page instance, including analytics and suggestions.
netlogix/datadeploymenttasks
1905 Downloads
Run tasks after syncing data into a Neos instance (eg. for staging or development environments)
mouf/utils.common.validators
163151 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
mouf/utils.common.lock
67195 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
mouf/utils.cache.cache-interface
376186 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/html.utils.weblibrarymanager.component-installer
356599 Downloads
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.
mouf/html.template.menus.basicmenu
143746 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
michaelbelgium/mybb-to-flarum
836 Downloads
Migrate a MyBB Forum to a fresh Flarum instance
michaelbelgium/laravel-youtube-api
370 Downloads
Add a youtube api to your Laravel instance
masterro/laravel-file-cleaner
7074 Downloads
Laravel console command for deleting temp files and associated model instances.