PHP Classes

Packages of Dwight José Trujillo Barco

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Dwight José Trujillo Barco (2)  >  Mission progress status  >  Reputation  
Picture of Dwight José Trujillo Barco
Name: Dwight José Trujillo ... is available for providing paid consulting. Contact Dwight José Trujillo ... .
Classes: 2
Country: Venezuela Venezuela
Age: 61
All time rank: Not yet ranked
Week rank: Not yet ranked
Innovation award
Innovation award
Nominee: 2x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Concurrent  
PHP Programming Innovation award nominee
February 2026
Number 2
Manage the execution of several tasks using Fibers
This package can manage the execution of several tasks using Fibers.

It provides a task class that can take a PHP Fiber object that can run a parallel task to manage the state of the task run using the Fiber object.

The package also provides a Concurrent class that can start parallel tasks using callback functions that can execute the code of the task when the functions are called.

It can also perform several operations to manage the execution of a task like:

- Yield a task

- Make a task sleep for a period

- Wait for a task to finish and return the task execution result

- Get a list of all tasks being managed

- Wait for the next task to finish

- Wait for all tasks to finish until a period

- Cancel the execution of a task

- Run all managed tasks
Not yet rated by the users

  Files folder image Time Travel Cache  
Store multiple versions of values in cache files
This package can store multiple versions of values in cache files.

It provides a class that can store values for each cache key in arrays.

The class can also keep track of the key values for a given number of versions.

It can also revert the cache key values to their previous versions.
Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z