superflux-team / superflux
There is no license information available for the latest version (dev-master) of this package.
Superlfux utils collections
dev-master
2017-01-12 09:42 UTC
Requires
- php: >=5.3.3
- ext-phalcon: >=2.0.0
- aws/aws-sdk-php: ^3.3
- jmhobbs/swiftmailer-transport-aws-ses: *
- swiftmailer/swiftmailer: @stable
This package is not auto-updated.
Last update: 2025-03-24 16:15:21 UTC
README
Superflux utilities reposotpry
Features
- Mailer - Mail sending library
- S3 - AWS S3 library
Contributors
Ademu Anthony anthony_ademu@superfluxnigeria.com
Requirements
Installation
modify your composer.json
"require": { ... "vendor/superflux": "master" ... }, "repositories": [ ... { "type": "vcs", "url": " https://github.com/ademuanthony/superflux.git" }, ... ]
run composer update