PHPackages                             hanz/sendy-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hanz/sendy-api

ActiveLibrary[API Development](/categories/api)

hanz/sendy-api
==============

Sendy.co API SDK，V6.02

v0.2.3(3y ago)0491MITPHPPHP &gt;=7.0

Since Oct 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Hanaver/sendy)[ Packagist](https://packagist.org/packages/hanz/sendy-api)[ RSS](/packages/hanz-sendy-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Sendy Laravel
=============

[](#sendy-laravel)

A service provider for Sendy API in Laravel 8

Installation
------------

[](#installation)

```
composer require hanz/sendy-api
```

or append your composer.json with:

```
{
    "require" : {
        "hanz/sendy-api":  "^0.2.5"
    }
}
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --provider="SendyApi\SendyServiceProvider"
```

It will create sendy.php within the config directory.

```
