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

This package is not auto-updated.

Last update: 2024-04-22 11:28:37 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