Libraries tagged by instanceof
thecodingmachine/swift-mail-template-interface
30229 Downloads
This package contains the SwiftMailTemplate interface that can be used to render a swift mail instance.
squidit/container-mason
398 Downloads
PSR-11 compatible Interface to unify the creation of new container instances and objects
salamikola/laravel-ddscanner
1513 Downloads
This package scans through laravel project to remove or comment out instances of dd/ddd function
sagor110090/livewire-modal
111 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
6702 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.
p3ym4n/jdate
1808 Downloads
Date converter from Jalali to Georgian and vice versa. It has Carbon instance inside and it's Laravel friendly.
nglasl/silverstripe-extensible-search
29628 Downloads
This module allows user customisation and developer extension of a search page instance, including analytics and suggestions.
neos/contentrepositoryregistry
1693 Downloads
Global registry for Neos Content Repository instances
mvccore/ext-cache
314 Downloads
MvcCore - Extension - Cache - register and use cache instances, cache interface.
mouf/utils.common.validators
162193 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
66492 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.common.formatters
33141 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
64424 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).
mouf/html.utils.weblibrarymanager.component-installer
353926 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
142817 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.