Download the PHP package richardhj/newsletter2go-api without Composer
On this page you can find all versions of the php package richardhj/newsletter2go-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download richardhj/newsletter2go-api
More information about richardhj/newsletter2go-api
Files in richardhj/newsletter2go-api
Package newsletter2go-api
Short Description Model based Newsletter2Go API implementation
License LGPL-3.0-or-later
Informations about the package newsletter2go-api
Newsletter2Go model based API integration
This package provides a model based implementation of the Newsletter2Go API. It aims to make complex documentations unnecessary. With its clear structure and extensive PHPDoc, it is really easy to use.
Install
Via Composer
Usage
Fetch and alter
If you want to fetch items via the API there might be a static function for. Example:
Api Credentials
are mandatory for the api communication. First of all you need the that can be found in the Newsletter2Go back end. The is the same for all company's accounts. Furthermore you either need a user's and or a user's .
If you rather want to use and save the instead of username and password in your application, you have to make an initial api authorization call with the and anyway. Check the manual of the corresponding OAuth provider to get to know how to fetch a .
Get parameters
When fetching a collection from the api, you can provide a instance. Get parameters allow you to filter, limit etc. the item collection that will be returned. Example:
Create
If you want to create items via the API, this is how. Example:
Delete
For models that implement , is available. Example:
Official API documentation
Visit the official API documentation for reference.
License
The GNU Lesser General Public License (LGPL).