PHP Classes

Packages of Hichem Taboukouyout

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Hichem Taboukouyout (2)  >  Mission progress status  >  Reputation  
Picture of Hichem Taboukouyout
Name: Hichem Taboukouyout <contact>
Classes: 2
Country: Algeria Algeria
Age: ???
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 Namecrement PHP  
PHP Programming Innovation award nominee
June 2026
Nominee
Vote
Generate names that follow an incremental pattern
This package can generate names that follow an incremental pattern.

It provides a class that can take as parameter a base name and an array of existing names that follow a pattern that uses a number to define a sequence of incremental names.

The class returns the next name that follows the pattern, adding 1 to the sequence of numbers used in the names in the parameter array.
Not yet rated by the users

  Files folder image pomposer  
Install packages shares storage between projects
This package provides an install package that shares storage between projects.

It provides an installer application that can install PHP packages in a compatible way with PHP Composer and reuse installations in the same package on the same computer.

Currently it can:

- Download the same package only once for all projects that need the package

- It can read the composer.lock or composer.json to determine the packages to be installed.

- Check a cache storage at ~/.pomposer-store to determine if a package was already installed.

- Generates in the vendor directory script to load classes that follow the PSR-4 recommendation, class maps, and files.

- Creates manifest files like installed.json to enable package auto-discovery

- Runs the post-install-cmd and post-autoload-dump scripts.
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