Skip to content

pdscopes/php-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

madesimple/php-helpers

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"]
  }
}

About

Small helper functions for different situations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages