2017 © Pedro Peláez
 

library php-helpers

Small helper functions for different situations

image

madesimple/php-helpers

Small helper functions for different situations

  • Tuesday, May 15, 2018
  • by pdscopes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 69 % Grown

The README.md

madesimple/php-helpers

Small helper functions for different situations, (*1)

How to use

Add a helper file to your autoload-dev for dev environments only:, (*2)

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

Add a helper file to your autoload for all environments:, (*3)

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

The Versions

15/05 2018

dev-master

9999999-dev

Small helper functions for different situations

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Peter Scopes

15/05 2018

v0.0.2

0.0.2.0

Small helper functions for different situations

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Peter Scopes

15/05 2018

v0.0.1

0.0.1.0

Small helper functions for different situations

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Peter Scopes