Download the PHP package dreamcampaigns/managesend-bundle without Composer
On this page you can find all versions of the php package dreamcampaigns/managesend-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dreamcampaigns/managesend-bundle
More information about dreamcampaigns/managesend-bundle
Files in dreamcampaigns/managesend-bundle
Package managesend-bundle
Short Description DreamCampaigns API integration for your Symfony project
License MIT
Homepage https://api.managesend.com/
Informations about the package managesend-bundle
ManagesendBundle
This bundle integrates DreamCampaigns API into your Symfony application.
Prerequisites
This version of the bundle requires Symfony 5 for Symfony 2, 3 or 4 versions try v1.
Installation
managesend-bundle is available on Packagist as the
dreamcampaigns/managesend-bundle
package.
Symfony 2.7 and 3 (using Composer)
Require the bundle in your composer.json file:
Install the bundle:
Register the bundle:
Configuration in Symfony 2.7 and 3
Add DreamCampaigns Api keys
Configuration in Symfony 4 and up
Add DreamCampaigns Api keys
You can add your Api keys to the managesend_api.yaml
or use the .env
Usage
The API is available with the managesend_api
service.
To access it, get it from controller container:
Or use DependencyInjection
Examples
Samples for accessing all resources can be found in the examples directory of dreamcampaigns/managesend-php
Documentation
For more details you can reffer to the DreamCampaigns API documentations
All versions of managesend-bundle with dependencies
symfony/framework-bundle Version ~5.0
dreamcampaigns/managesend-php Version ^1.0