Search by

madesimple / php-helpers

pdscopes

Small helper functions for different situations

Package info

github.com/pdscopes/php-helpers

pkg:composer/madesimple/php-helpers

Statistics

Installs: 3 614

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.1 2026-08-13 12:49 UTC

This package is auto-updated.

Last update: 2026-09-13 12:57:55 UTC


README

Small helper functions for different situations

How to use

Add a helper file to your autoload-dev for dev environments only:

{
  "autoload-dev": {
    "files": ["vendor/madesimple/php-helpers/dev.php"]
  }
}

Add a helper file to your autoload for all environments:

{
  "autoload": {
    "files": ["vendor/madesimple/php-helpers/helpers.php"]
  }
}