Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transmission class and examples #122

Merged
merged 41 commits into from
Jun 23, 2016
Merged

Add transmission class and examples #122

merged 41 commits into from
Jun 23, 2016

Conversation

avigoldman
Copy link
Contributor

No description provided.

avigoldman and others added 30 commits June 9, 2016 07:56
…e.php as a parent class for all future resources.
@richleland richleland added this to the v2.0.0 milestone Jun 22, 2016
@richleland richleland self-assigned this Jun 22, 2016
@@ -1,3 +1,7 @@
<?php

require_once dirname(__FILE__).'/../vendor/autoload.php';

//pull in API key config
$optionsFile = file_get_contents(dirname(__FILE__).'/example-options.json');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll want to update the script in composer.json that creates this file as well.

@richleland
Copy link
Contributor

Need to run composer run-script fix-style, which runs php-cs-fixer on the code for style.

@richleland
Copy link
Contributor

Looks great thus far. Single recip, multiple recip, and cc/bcc all work.

echo $e->getCode() . "\n";
echo $e->getMessage() . "\n";
}
?>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing new line character at end of file

@richleland
Copy link
Contributor

👌 - once the build completes, merge away!

@avigoldman avigoldman merged commit e81d6eb into 2.x Jun 23, 2016
@avigoldman avigoldman deleted the FAD-3146 branch June 23, 2016 14:31
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants