Skip to content

Instantly share code, notes, and snippets.

@jmhobbs
Created October 30, 2012 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmhobbs/3983579 to your computer and use it in GitHub Desktop.
Save jmhobbs/3983579 to your computer and use it in GitHub Desktop.
Swiftmailer AWS SES Composer Testing
{
"repositories": [
{
"type": "vcs",
"url": "git://github.com/jmhobbs/Swiftmailer-Transport--AWS-SES.git"
}
],
"require": {
"jmhobbs/swiftmailer-transport-aws-ses": "dev-master"
}
}
jmhobbs@Cordelia:~/test$ composer.phar install
Loading composer repositories with package information
Installing dependencies
- Installing swiftmailer/swiftmailer (v4.2.2)
Downloading: 100%
- Installing jmhobbs/swiftmailer-transport-aws-ses (dev-master 0.9.0)
Cloning 0.9.0
Writing lock file
Generating autoload files
jmhobbs@Cordelia:~/test$ php test.php
bool(true)
bool(true)
jmhobbs@Cordelia:~/test$
<?php
require 'vendor/autoload.php';
var_dump( class_exists( 'Swift_AWSTransport' ) );
var_dump( class_exists( 'Swift_Mailer' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment