Libraries tagged by perf
mcustiel/php-simple-di
584386 Downloads
Minimalist library to manage dependency injection with low memory usage and high performance.
marein/symfony-lock-doctrine-migrations-bundle
210905 Downloads
Perform concurrent doctrine migrations safely.
jms/twig-js
391427 Downloads
twig.js, flexible, secure, and high-performance templating engine for Javascript
innoge/laravel-policy-soft-cache
71198 Downloads
This package helps prevent performance problems with frequent Policy calls within your application lifecycle.
infocyph/uid
12485 Downloads
High-performance ID toolkit for PHP with UUID, ULID, TypeID, ObjectID, coordinated IDs, and compact ID utilities.
infocyph/intermix
16354 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
getkirby/staticache
19622 Downloads
Static site performance on demand
genaker/module-opcache
45239 Downloads
PHP OPCache and Magento Performance monitoring and analytics
fastd/fastd
15710 Downloads
A High Performance API Framework By Swoole Extension
denzyl/phanalist
48044 Downloads
Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code.
cortexphp/json-repair
10594 Downloads
Repair invalid JSON strings by fixing common syntax errors like single quotes, unquoted keys, trailing commas, and missing brackets. Perfect for parsing LLM outputs and malformed API responses.
chubbyphp/chubbyphp-framework
46902 Downloads
A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.
causal/ig_ldap_sso_auth
405413 Downloads
LDAP / SSO Authentication - This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (ldaps://). In case of use in an intranet environment, this extension is a perfect match since it natively brings Single Sign-On (SSO) capability to TYPO3 without any complex configuration.
carlosio/opcache-dashboard
55764 Downloads
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
byjg/jwt-session
88137 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.