Libraries tagged by code execution
pteich/simplelock
13 Downloads
A simple locking/semaphore library for PHP 5.3+ with different adapters. Prevents flooding and multiple execution of code parts.
proteins/deferred
3 Downloads
Ensure deferred execution of code, even in case of fatal error.
tavgear/benchmark
4 Downloads
Flexible utility for measuring execution time of code using customizable timers. Various output formats supported. Used for initial debugging and code optimization.
reinanhs/sqlcommenter-hyperf
42 Downloads
SQLCommenter implementation for Hyperf. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver and opentelemetry traceparent.
miladhspr/performance-analyzer
3 Downloads
A Test PHP class to measure the execution time of code segments.
googletest/sqlcommenter-laravel
4 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
chrisharrison/lock
2830 Downloads
Avoid simultaneous execution of PHP code by first gaining a lock.
edbizarro/timer
8789 Downloads
Measure execution time of your code
emoretti/kronos
26 Downloads
Kronos is a PHP library, which allows to calculate the execution time of a page and code blocks (called CheckPoint), with an accuracy up to 1 μs
andydune/object-cache-proxy
16 Downloads
Allow cache results for execution object method. Transparent to working code.
dragon-code/laravel-data-dumper
6008 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
humbug/humbug
153457 Downloads
Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.
zetacomponents/workflow
165874 Downloads
The purpose of the Workflow component is to provide the core functionality of an activity-based workflow system including the definition and execution of workflow specifications.
x-graphql/codegen
17477 Downloads
Generating PHP code for executing GraphQL
zetacomponents/php-generator
136099 Downloads
Provides a simple interface for creating PHP files and executing PHP code.