library superflux
Superlfux utils collections
superflux-team/superflux
Superlfux utils collections
- Thursday, January 12, 2017
- by ademuanthony
- Repository
- 1 Watchers
- 0 Stars
- 23 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Superflux Utils
Superflux utilities reposotpry, (*1)
Features
- Mailer - Mail sending library
- S3 - AWS S3 library
Contributors
Ademu Anthony anthony_ademu@superfluxnigeria.com, (*2)
Requirements
Installation
modify your composer.json, (*3)
"require": {
...
"vendor/superflux": "master"
...
},
"repositories": [
...
{
"type": "vcs",
"url": " https://github.com/ademuanthony/superflux.git"
},
...
]
run composer update, (*4)