Libraries tagged by instance of
renoki-co/clusteer
1188 Downloads
Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.
carloswph/tonton
115 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
taoceanz/silverstripe-instance-shortcodes
2819 Downloads
Facilitate using shortcodes, but rendered in instance context (rather than static) giving it access to the model data of the page.
salamikola/laravel-ddscanner
1525 Downloads
This package scans through laravel project to remove or comment out instances of dd/ddd function
fruux/ec2dns
143 Downloads
ec2dns is a set of command line tools that makes it easy to display public hostnames of EC2 instances and ssh into them via their tag name.
squidit/container-mason
413 Downloads
PSR-11 compatible Interface to unify the creation of new container instances and objects
mittwald/mw_matomo_widget
300 Downloads
Dashboard widget that displays visitor data of your Matomo instance
nglasl/silverstripe-extensible-search
29658 Downloads
This module allows user customisation and developer extension of a search page instance, including analytics and suggestions.
mouf/html.template.menus.basicmenu
142875 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.
novactive/ezsiteaccessfactorybundle
1736 Downloads
eZPlatform bundle that will allow you to create SiteAccess (website) on the fly on top of an existing eZ Platform instance
sagor110090/livewire-modal
122 Downloads
This Laravel Livewire package simplifies the implementation of dynamic, responsive modals in your web applications. With a focus on seamless integration and flexibility, this package allows developers to easily create and manage modals without the need for JavaScript or additional front-end dependencies. Featuring out-of-the-box support for multiple modal instances, dynamic content, and customizable design options, it’s perfect for crafting modern, interactive interfaces. Whether you need confirmation dialogs, form modals, or notification pop-ups, this package delivers a clean, reusable solution for your Livewire-powered applications.
qc/qc-be-domain-color
6787 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.
mouf/utils.common.formatters
33172 Downloads
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
mouf/security.rightsservice
64433 Downloads
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
diontech/laravel-extended-scheduler
1297 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.