https://github.com/devidw/php-helper
https://github.com/devidw/php-helper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devidw/php-helper
- Owner: devidw
- License: mit
- Created: 2022-02-25T21:17:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T21:17:31.000Z (over 3 years ago)
- Last Synced: 2025-02-02T11:41:44.991Z (4 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= PHP Helper
:author: David Wolf
:email: [email protected]A collection of PHP Helper functions.
== Installation
Install _PHP Helper_ with https://getcomposer.org[Composer]:[source,sh]
----
composer require devidw/helper --dev
----== Usage
[source,php]
----