PHP 5, Performance and optimization This package can measure the time and memory that a PHP script uses. It can start taking note of a given moment that a script is running and record the start time and memory the script is using. The package can also keep track of the time that elapsed and the memory ...
Performance and optimization, PHP 8 This package can measure the carbon footprint of applications. It can start measuring the time of the start of a part of a code of a PHP application. When that part of the code and the execution, the package can measure the CO2 impact using proxy classes that provide ...
Time and Date, Debug, Performance and..., P... This package can measure PHP execution time and invoke callbacks. It can start tracking the time of an initiated task and finish measuring time after a callback function is called. The package can also invoke a given callback function when the current ...
PHP 5, Debug This class can output information about variables and other data. It can take the value of a variable and outputs its type followed by the value or data structure. NULL, empty strings and boolean values are denoted in a special way. The output is encoded depending on whether PHP is running ...
Unix, Performance and optimization, P... This package can run in parallel PHP code tasks and await for them. It provides a class that can take a list of one or more tasks to be executed using PHP code provide as callback functions. The class can execute the code of the tasks in parallel using the ...
Language, Performance and optimization, P... This package can run scripts in parallel using the PHP CLI command. It provides a class that can start processes to run given PHP scripts in parallel using the PHP CLI command. It can run on UNIX based systems like Linux and Windows. The package also provides ...
HTTP, Libraries, Design Patterns, Per... This package can be used to implement microservices using Open Swoole. It provides a framework of classes that developers can use to implement Web applications based on service classes. The framework uses the Open Swoole PHP extension to implement single thread ...
Networking, PHP 5, Cache This package can store and retrieve data in groups using Redis. It can connect to a Redis instance and store data associated to given values within a given group specified by name. The package can also invalidate data stored with given keys or even invalidate all data in ...
PHP 5, Logging, Performance and optim... This class can log time and resources used during PHP script execution until they exit without having to change the actual script code. It appends to a log file the time a script took execute since the class was loaded, as well the maximum usage of RAM, the ...
Libraries, PHP 8 This class provides helper class functions to use with XOOPS. It provides a set of classes useful to use in Web application development using XOOPS. Currently it provides classes to the following: - Generate HTML tags from parameter values - Generate URLs for XOOPS modules, assets ...