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.
- Host: GitHub
- URL: https://github.com/davidjeddy/helpful-functions
- Owner: davidjeddy
- Created: 2017-06-18T18:24:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T19:37:15.000Z (over 7 years ago)
- Last Synced: 2025-02-16T15:51:14.221Z (4 months ago)
- Language: PHP
- Homepage: https://www.davidjeddy.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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}()