PHP Classes

Packages of Lucas Marques Dutra

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Lucas Marques Dutra (2)  >  Mission progress status  >  Reputation  
Picture of Lucas Marques Dutra
Name: Lucas Marques Dutra <contact>
Classes: 2
Country: Brazil Brazil
Age: ???
All time rank: Not yet ranked
Week rank: Not yet ranked
Innovation award
Innovation award
Nominee: 2x

Winner: 1x
 
  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 PHP Async  
PHP Programming Innovation award winner
July 2025
Winner
Run scripts in parallel using the PHP CLI command
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 a class that can also execute a given closure function in parallel, using shared memory to send the closure function to a parallel process that will execute the function.

  Files folder image PHP Box Designer  
PHP Programming Innovation award nominee
July 2025
Number 7
Draw text boxes to display in a terminal console
This package can draw text boxes to display in a terminal console.

It provides a box class that can create boxes that can have specific width and height in terms of the number of characters that the boxes will occupy in a terminal console where the boxes are displayed.

The box class can output ASCII or UTF8 characters to display the boxes.

It can display a given text inside a box and the style of the border can be changed to use different box decoration styles.


  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