Libraries tagged by INSS
psr-discovery/container-implementations
3232700 Downloads
Lightweight library that discovers available PSR-11 Container implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/cache-implementations
3233736 Downloads
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/all
3229820 Downloads
Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
prewk/result
481751 Downloads
Result object for PHP inspired by Rust
prewk/option
482635 Downloads
Option object for PHP inspired by Rust
pkerrigan/xray
821883 Downloads
A basic PHP instrumentation library for AWS X-Ray
pecee/simple-router
142172 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
onnov/detect-encoding
2390177 Downloads
Text encoding definition class instead of mb_detect_encoding. Defines: utf-8, windows-1251, koi8-r, iso-8859-5, ibm866, .....
nucleos/dompdf-bundle
329050 Downloads
This bundle provides a wrapper for using dompdf inside symfony.
nette/safe
227443 Downloads
🛡 PHP functions rewritten to throw exceptions instead of returning false or triggering errors.
mike182uk/paypal-ipn-listener
453216 Downloads
A PayPal IPN (Instant Payment Notification) listener for PHP
matt-daneshvar/laravel-survey
31456 Downloads
Create surveys inside your Laravel app
magepal/magento2-reindex
506904 Downloads
Reindex your Magento2 store quickly and easily from backend/admin, instead of command line.
magento/composer
6921933 Downloads
Magento composer library helps to instantiate Composer application and run composer commands.
krowinski/php-mysql-replication
57819 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.