An open API service indexing awesome lists of open source software.

https://github.com/davidjeddy/helpful-functions

Collection of static PHP functions that I find helpful.
https://github.com/davidjeddy/helpful-functions

Last synced: 3 months ago
JSON representation

Collection of static PHP functions that I find helpful.

Awesome Lists containing this project

README

        

# Read Me

(Static) Functions I find helpful to have around for variouse projects.

# Install

php composer.phar require davidjeddy/helpful-functions [email protected]

OR add to `composer.json`

"davidjeddy/helpful-functions": "dev-master@dev"

...then run composer install

# Namespace - Usage

\dje\HelpfulFunctions::{method_name}()