Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flashmob/GuerrillaMail

A Simple Library for GuerrillaMail
https://github.com/flashmob/GuerrillaMail

Last synced: 2 months ago
JSON representation

A Simple Library for GuerrillaMail

Awesome Lists containing this project

README

        

# GuerrillaMail

A Simple Library for [GuerrillaMail](http://www.guerrillamail.com).

## Requirements

* PHP 5.3+, however, [PHP 5.5](http://php.net) is recommended.
* PHP's curl extension is required if using the CurlConnection class.

## Installation
This library uses composer, you can install it like so

```json

{
"require": {
"johnsn/guerrillamail": "version"
}
}

```

Replace version with the desired version or branch.
You can find additional installation details on this project's [packagist page](https://packagist.org/packages/johnsn/guerrillamail)

## Example Usage

```php

get_email_address();

//Fetch user's latest emails.
$emails = $gm->check_email();
```
## External links
[GuerrillaMail](http://www.guerrillamail.com) - Guerrilla Mail API doc

https://grr.la/ryo/guerrillamail.com/login/ - Register / login for an API key. (API key is only needed for custom domains.)

## License

This project is licensed under the MIT License.