cac / esp-api-engine
Crazy Awesome E-Ngine API Client
Installs: 2 112
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- psr/log: >=1
Suggests
- monolog/monolog: Adds logging abilities
This package is not auto-updated.
Last update: 2024-11-06 11:18:35 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.