PHPackages                             avangdev/avang-php - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. avangdev/avang-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

avangdev/avang-php
==================

AvangEmail PHP-SDK

132PHP

Since Apr 20Pushed 6y agoCompare

[ Source](https://github.com/avangdev/avang-php)[ Packagist](https://packagist.org/packages/avangdev/avang-php)[ RSS](/packages/avangdev-avang-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

A simple AvangEmail library and example for PHP.

Getting started
---------------

[](#getting-started)

There are two ways to use AvangEmail PHP SDK:

1. Installing Via Composer:

```
composer require --prefer-dist avangdev/avang-php dev-master

```

2. [Simply download zip](https://github.com/avangdev/avang-php/archive/master.zip)

    use example [here](https://github.com/avangdev/avang-php/tree/master/examples)

### Usage

[](#usage)

you will need to require `vendor/autoload.php` file in your index.php

Example: Add new email to mailing lists

```
