Libraries tagged by instance of
renoki-co/clusteer
1185 Downloads
Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.
carloswph/tonton
85 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
salamikola/laravel-ddscanner
1482 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
387 Downloads
PSR-11 compatible Interface to unify the creation of new container instances and objects
nglasl/silverstripe-extensible-search
29590 Downloads
This module allows user customisation and developer extension of a search page instance, including analytics and suggestions.
mouf/html.template.menus.basicmenu
142773 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
1703 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
108 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
6640 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
33120 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
64399 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
1281 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.
jessegall/php-data-container
525 Downloads
A trait that provides a convenient solution for objects to use an array as their data source. As well as offering the possibility to share the same data between instances.
saggre/laravel-model-instance
513 Downloads
Create new instances of Eloquent models with CLI