madesimple/php-helpers

Small helper functions for different situations

Maintainers

Package info

github.com/pdscopes/php-helpers

pkg:composer/madesimple/php-helpers

Transparency log

Statistics

Installs: 3 582

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-08-13 12:50:31 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"]
  }
}