summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Minor bug fixVincent Song2016-06-101-9/+3
| | | |
| * | | fixed minor bugVincent Song2016-06-101-1/+45
| | | |
| * | | Resource.post and get now accepts CC headers which are generated in the ↵Vincent Song2016-06-102-19/+24
| | | | | | | | | | | | | | | | fixCarbonCopy() method
| * | | No more CC header section if there's no CCVincent Song2016-06-101-2/+5
| | | |
| * | | Minor bugfixesVincent Song2016-06-102-11/+12
| | | |
| * | | it wont break anymore if there's no CC or BCC, and also added return to ↵Vincent Song2016-06-101-1/+1
| | | | | | | | | | | | | | | | Transmissions->post()
| * | | It won't break anymore if there's no CC or BCCVincent Song2016-06-101-21/+26
| | |/ | |/|
| * | Cleaned up Transmissions.php according to PSR-2, deleted more test code and ↵Vincent Song2016-06-101-116/+30
| | | | | | | | | | | | comments.
| * | Removed test functionsVincent Song2016-06-101-4/+0
| | |
| * | Updated Transmission.php for new refactor, still WIP. Created Resource.php ↵Vincent Song2016-06-102-118/+196
| |/ | | | | | | as a parent class for all future resources.
* | Add inline images to transmissions exampleRichard Leland2016-06-141-0/+7
|/
* Merge pull request #115 from SparkPost/bump1.2.1Richard Leland2016-05-272-3/+8
|\ | | | | Bump version, update changelog
| * Bump version, update changelogRich Leland2016-05-272-3/+8
|/
* Merge pull request #111 from fishr01/hotfix-timeoutsRichard Leland2016-05-252-1/+3
|\ | | | | Added an option to overwrite the default 10 seconds timeout
| * Added a timeout option to overwrite the default 10 seconds built into the ↵Ryan2016-05-192-1/+3
| | | | | | | | default configuration
* | output more error information in webhooks exampleRichard Leland2016-05-231-1/+3
| |
* | Add example for unwrapped transmissions callRich Leland2016-05-201-0/+47
|/
* Add examples for cc/bccRichard Leland2016-05-132-0/+120
|\
| * FAD-3045 add examples for cc/bccRich Leland2016-05-122-0/+120
|/
* Bump version, update changelog1.2.0Rich Leland2016-05-042-3/+14
|
* Add more of our awesome contributorsRichard Leland2016-05-031-4/+11
|
* Add php-cs-fixer as composer script and make initial fix-style runJason Rhodes2016-05-0330-1673/+2100
| | | | | | * Add php-cs-fixer as composer script * Make initial fix-style run * Fix indentation on all files * Add editorconfig file
* Return extended exception dataRichard Leland2016-05-0310-10/+39
| | | | | | | | | * Update examples to show available extra exception methods * Resolves #83 * Update 403s to pass back extended exception data Fixes #83
* Remove reliance on composerRichard Leland2016-05-032-7/+7
| | | | - Some users don't use composer and the code required the composer.json - Resolves #95
* Update rfc822 example. Fixes #94Rich Leland2016-05-031-1/+1
|
* Fix typos, update language in examplesRich Leland2016-05-0310-47/+47
|
* updated changelog for release of 1.1.0v1.1.0Jordan Nornhold2016-05-021-1/+8
|
* Bumped version.Jordan Nornhold2016-05-021-1/+1
|
* Merge pull request #69 from j4m3s/ISSUE-58Jordan Nornhold2016-05-0210-3/+187
|\ | | | | Message Events
| * Rename MessageEvent to plural, update docblocks.James Fellows2016-04-264-6/+15
| |
| * Reformat Transmission code linesJames Fellows2016-04-241-4/+2
| |
| * Add explanation to APIResource query param implodingJames Fellows2016-04-241-0/+1
| |
| * Add JF as contributorJames Fellows2016-04-041-0/+1
| |
| * Add unit tests for Message Events::documentation and ::samplesJames Fellows2016-04-042-3/+29
| |
| * Add unit test for startTime object formattingJames Fellows2016-04-041-0/+16
| |
| * Add tests for new MessageEvent DateTime handlingJames Fellows2016-04-043-3/+75
| |
| * Message Event mocked tests passJames Fellows2016-04-033-17/+40
| |
| * Initial commit adding MessageEvent supportJames Fellows2016-03-314-0/+31
| |
| * Allow startTime param to be a DateTime objectJames Fellows2016-03-291-1/+8
| |
* | Update docs to use extended from formatRichard Leland2016-05-025-114/+133
| |
* | Merge pull request #88 from SparkPost/php7-ciJordan Nornhold2016-04-271-0/+1
|\ \ | | | | | | Add PHP 7.0 to CI runs
| * | Add PHP 7.0 to CI runsRichard Leland2016-04-271-0/+1
|/ /
* | Update key validationLF Bittencourt2016-04-221-1/+1
| | | | | | Fixes #75
* | Improve Exception message on 403 response (#71)James Fellows2016-04-192-0/+18
|/ | | Fixes #70.
* Bump version, update changelogv1.0.3Rich Leland2016-03-252-2/+14
|
* Merge pull request #59 from SparkPost/ISSUE-46Richard Leland2016-03-252-0/+35
|\ | | | | Update transmission examples
| * Update transmission examplesRich Leland2016-03-172-0/+35
|/ | | | | * Delete transmission * Additional options, including attachments on send
* Merge pull request #56 from SparkPost/ISSUE-45Jordan Nornhold2016-03-141-21/+31
|\ | | | | Additional options for transmissions
| * Sort parameter mappingsRich Leland2016-03-121-31/+31
| |
| * Add transmission optionsRich Leland2016-03-121-2/+12
| |
* | Merge pull request #51 from zaporylie/feat/customize-api-response-exceptionRichard Leland2016-03-134-8/+100
|\ \ | |/ |/| Improve APIResponseException class
| * Add unit test for APIResponseExceptionzaporylie2016-03-131-0/+36
| |
| * Rename tozaporylie2016-03-131-7/+7
| |
| * Fix test coveragezaporylie2016-03-081-0/+2
| |
| * Improve APIResponseException classJakub Piasecki2016-03-082-8/+62
| |
* | Add support for inline imagescchandon2016-03-111-0/+1
| |
* | Merge pull request #52 from astletron/doc-update-optional-fromRichard Leland2016-03-111-2/+2
|\ \ | | | | | | docs - identify from as optional when a template is in use
| * | docs - identify from as optional when a template is in useMike Astle2016-03-081-2/+2
| |/
* | Merge pull request #50 from zaporylie/bug/missing-attachmentsRichard Leland2016-03-101-0/+1
|\ \ | |/ |/| Support attachments
| * Add missing support for attchmentsJakub Piasecki2016-03-081-0/+1
|/
* Merge pull request #49 from SparkPost/add-ivory-noteRichard Leland2016-03-071-3/+3
|\ | | | | Adding Ivory note to README
| * Adding Ivory note to READMEJason Rhodes2016-03-071-3/+3
|/
* add slack community badgev1.0.2Richard Leland2016-02-281-1/+1
|
* removed test, because it's not needed after added strong-typing to the ↵danil zakablukovskii2016-02-288-249/+162
| | | | 'setHttpAdapter' method
* clean lib codedanil zakablukovskii2016-02-277-213/+288
| | | | | | | removed @desc tag, since it doesn't exist in phpdoc fixed comments fixed namespaces added strong-typing for some methods
* Merge pull request #41 from SparkPost/issue-32v1.0.1Richard Leland2016-02-251-0/+30
|\ | | | | changelog
| * Update CHANGELOG.mdJordan Nornhold2016-02-251-1/+1
| |
| * added compare linksJordan Nornhold2016-02-251-1/+4
| |
| * Issue-32Jordan Nornhold2016-02-231-0/+27
| | | | | | Closes #32
* | Merge pull request #39 from SparkPost/issue38Richard Leland2016-02-256-16/+68
|\ \ | | | | | | version bump, error response handling
| * | Updated concatenations to have spacesJordan Nornhold2016-02-251-2/+2
| | |
| * | bumped versionbeardyman2016-02-231-1/+1
| | |
| * | Updated unit testsbeardyman2016-02-232-3/+14
| | |
| * | added new exception type and unwrapped example for webhooksbeardyman2016-02-232-0/+34
| | |
| * | added logic to handle error responsesbeardyman2016-02-231-12/+19
| |/
* | Merge pull request #40 from SparkPost/issue-37Richard Leland2016-02-251-1/+2
|\ \ | |/ |/| Update README.md, issue-37
| * Update README.mdJordan Nornhold2016-02-231-1/+2
|/ | | closes #37
* Merge pull request #35 from yepher/masterJordan Nornhold2015-11-201-5/+13
|\ | | | | Changes wording SDK to Library and adds some spacing so the file rend…
| * Fixes typoChris Wilson2015-11-201-1/+1
| |
| * Changes wording SDK to Library and adds some spacing so the file renders ↵Chris Wilson2015-11-191-5/+13
|/ | | | better in MacDown
* Add standard logo/link to sign upRichard Leland2015-10-281-1/+6
|
* Updated template id in unwrapped exampleJordan Nornhold2015-10-151-1/+1
|
* Updated composer description.Jordan Nornhold2015-10-141-1/+1
|
* Fixed contributing linkJordan Nornhold2015-10-141-1/+1
|
* Update composer.jsonv1.0.0Jordan Nornhold2015-10-141-1/+1
| | | Updated version number
* Merge pull request #28 from SparkPost/issue-27Jordan Nornhold2015-10-142-3/+18
|\ | | | | Issue 27
| * Changed gettype() to is_string()beardyman2015-10-141-1/+1
| |
| * Added ability to pass in api key as a configbeardyman2015-10-102-7/+15
| |
| * Merged masterbeardyman2015-10-1026-1329/+1819
| |\
| * | added check to see if an api key is passed in instead of a config objectbeardyman2015-10-041-14/+20
| | |
* | | Merge pull request #30 from SparkPost/contributingRichard Leland2015-10-132-15/+73
|\ \ \ | |_|/ |/| | Added CONTRIBUTING.md and updated contribution guidelines.
| * | Updated links and some other errorsbeardyman2015-10-132-3/+6
| | |
| * | Actually added the file this timebeardyman2015-10-131-0/+72
| | |
| * | Added CONTRIBUTING.md and updated contribution guidelines.beardyman2015-10-131-17/+0
|/ /
* | Merge pull request #22 from SparkPost/http-adapter-updateJordan Nornhold2015-10-1026-1328/+1817
|\ \ | |/ |/| Http adapter update
| * removed unhittable code and removed a unit test for it. Updated code ↵beardyman2015-10-074-18/+3
| | | | | | | | coverage filters in phpunit.xml to ignore test files because a utility function wasn't being used
| * replaced tabs with two spaces. normalized quotesbeardyman2015-10-0321-741/+741
| |
| * fixed an indent issuebeardyman2015-10-031-2/+2
| |
| * Removed all tabs and replaced them with two spacesbeardyman2015-10-0220-27/+26
| |
| * udpated readme with review suggestionsbeardyman2015-10-021-3/+5
| |