cac/esp-api-engine
Crazy Awesome E-Ngine API Client
Maintainers
0.6
2016-11-29 12:31 UTC
Requires
- psr/log: >=1
Requires (Dev)
None
Suggests
- monolog/monolog: Adds logging abilities
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause c6ad9554139fb0de0a6eedf010bfcab7423a7071
- Nick de Groot <nick.woop@crazyawesomecompany.com>
This package is not auto-updated.
Last update: 2026-06-17 18:55:44 UTC
README
Connect to the E-Ngine ESP with the API Client.
Information
Installation
Preferred way of installing is though Composer. Add the following line to you require
"cac/esp-api-engine": ">=v0.1"
API Configuration
The Adapter uses the E-Ngine SOAP Webservice for communication. When creating the EngineApi class some configuration is needed
domain- The domain where E-Ngine is availabe. (e.g.newsletter.yourdomain.com)path- Path to the SOAP entry point on thedomain. (e.g./soap/server.live.php)customer- Your E-Ngine customer nameuser- Your E-Ngine user namepassword- Your E-Ngine password
Todo
The API Client doesn't have all calls implemented at the moment. To use the latest version download the development version.
