Libraries tagged by performance profiling
matraux/php-benchmark
24 Downloads
Benchmarking tool for PHP 8.4+ to measure code performance with accurate time and memory profiling.
phalcon/cphalcon
245513 Downloads
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
stefangabos/zebra_session
121370 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
zphp/zphp
1045 Downloads
ZPHP is a light that is dedicated to gaming, social networking, web, mobile server-side frameworks. Providing high performance real-time communication solutions.
voku/session2db
19987 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
jeffersongoncalves/laravel-umami
1700 Downloads
This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you time and effort. With minimal configuration, you can leverage Umami's powerful analytics features to gain a clearer understanding of your audience and website usage.
jeffersongoncalves/filament-umami
1305 Downloads
This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you time and effort. With minimal configuration, you can leverage Umami's powerful analytics features to gain a clearer understanding of your audience and website usage.
jeffersongoncalves/filament-pixel
772 Downloads
Filament Pixel is a Laravel package that seamlessly integrates Meta Pixel analytics into your Blade templates. Using your Meta Pixel ID, it enables easy tracking of website visits and user interactions, providing valuable insights into your audience and website performance. With minimal setup, you can leverage Meta’s powerful analytics features directly within your application, helping you optimize your digital strategy and improve user engagement.
jeffersongoncalves/laravel-fathom
1093 Downloads
This Laravel package seamlessly integrates Fathom analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you time and effort. With minimal configuration, you can leverage Fathom's powerful analytics features to gain a clearer understanding of your audience and website usage.
claytonpulman/zebra_session_plus
126 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking - now with redis cache support
mannion007/php-binary-search
2291 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
axcherednikov/eventloop
3 Downloads
Native PHP extension providing a high-performance event loop with epoll/kqueue/poll support. API-compatible with Revolt.
crazy-goat/workerman-bundle
74 Downloads
Symfony bundle providing a Workerman runtime for high-performance long-running HTTP servers, with built-in task scheduler, process supervisor, PHAR packaging, and event-loop integration.
corpsee/php-utf-8
300 Downloads
A library for UTF-8 in PHP providing UTF-8 aware functions to mirror PHP's own string functions. The library doesn't require PHP mbstring extension although, if found, it will use it to gain performance.
syeedalireza/design-patterns-benchmark
0 Downloads
Academic research package providing comprehensive performance analysis and complexity metrics for all 23 Gang of Four (GoF) design patterns in PHP