https://github.com/flashmob/GuerrillaMail
A Simple Library for GuerrillaMail
https://github.com/flashmob/GuerrillaMail
Last synced: 12 months ago
JSON representation
A Simple Library for GuerrillaMail
- Host: GitHub
- URL: https://github.com/flashmob/GuerrillaMail
- Owner: flashmob
- License: mit
- Fork: true (taion809/GuerrillaMail)
- Created: 2013-11-03T03:45:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T13:32:10.000Z (over 11 years ago)
- Last Synced: 2024-11-18T09:33:38.977Z (over 1 year ago)
- Language: PHP
- Size: 254 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.