Libraries tagged by instana
squidit/container-mason
1092 Downloads
PSR-11 compatible Interface to unify the creation of new container instances and objects
shirtplatform/core
5979 Downloads
A Magento 2 module that instantiates ShirtPlatform connection
shel/neos-healthcheck
240 Downloads
Rest endpoint to check the health and customisable metrics of a Neos CMS instance
renoki-co/clusteer
1209 Downloads
Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.
razorpay/ec2-metadata
145896 Downloads
This tool is a rewrite of the EC2 Instance Metadata API for PHP.
qc/qc-be-domain-color
8936 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.
pigeonboys/fastsub
1322 Downloads
A blazing-fast, Redis-powered subscription service for instant, cached access across projects.
phpfui/instadoc
984 Downloads
Instant and always up to date documentation for PHP projects
php-collective/file-storage-factories
3558 Downloads
This library is a factory to instantiate storage adapters based on the Flysystem library.
phauthentic/file-storage-factories
2614 Downloads
This library is a factory to instantiate storage adapters based on the Flysystem library.
olssonm/horizon-status
183 Downloads
Utility to check the status of Lavarel Horizon instances programmatically
nprupico/phpinsights
4178 Downloads
Instant PHP quality checks from your console.
mteu/typo3-monitoring
97 Downloads
Exposes health status information of selected components in your TYPO3 instance to be integrated in external monitoring
mouf/utils.common.validators
163447 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
67292 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.