s-ichikawa/sendgrid-api-builder

This library build a sendgrid api.

dev-master 2017-10-10 14:57 UTC

This package is auto-updated.

Last update: 2024-04-18 03:33:18 UTC


README

SensioLabsInsight Build Status #Install

Add the package to your composer.json and run composer update.

"require": {
    "s-ichikawa/sendgrid-api-builder": "dev-master"
},

or installed with composer

$ composer require s-ichikawa/sendgrid-api-builder

#Usage

class Sample
{
    use Send
    
    function test()
    {
        
    }
}