PHPackages                             truegenics/aweber - 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. truegenics/aweber

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

truegenics/aweber
=================

The official AWeber API client library. Modified.

1.0(8y ago)049GPL-2.0PHP

Since Aug 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cocorium/AWeber-SV)[ Packagist](https://packagist.org/packages/truegenics/aweber)[ RSS](/packages/truegenics-aweber/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (10)Versions (3)Used By (0)

AWeber API PHP Library [![Build Status](https://camo.githubusercontent.com/12abeda3a5a3e1ecd5ef2ce467f115c569f6967d3086f713c5e7b9a9d3e337ed/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6177656265722f4157656265722d4150492d5048502d4c6962726172792e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/aweber/AWeber-API-PHP-Library)
==========================================================================================================================================================================================================================================================================================================================================================

[](#aweber-api-php-library-)

PHP library for easily integrating with the AWeber API.

Basic Usage:
------------

[](#basic-usage)

Refer to demo.php to see a working example of how to authenticate an app and query the API.

For more complete documentation please refer to:

Handling Errors:
----------------

[](#handling-errors)

Sometimes errors happen and your application should handle them appropriately. Whenever an API error occurs an AWeberAPIException will be raised with a detailed error message and documentation link to explain what is wrong.

You should wrap any calls to the API in a try/except block.

Common Errors:

- Bad request (400 error)
- Your application is not authorized (401 error)
- Your application has been rate limited (403 error)
- Resource not found (404 error)
- API Temporarily unavailable (503 error)

Refer to  for the complete list

Example Below:

```
