summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed examples/example-options.json2.0.0Avi Goldman2016-06-242-7/+0
|
* Merge branch '2.x'Avi Goldman2016-06-243-45/+107
|\
| * Rewrote docs and updated composer name (#123)Avi Goldman2016-06-243-45/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * made changes to readme.md and composer.json * switched bold to header * updated README.md * made review changes * small change to wording * another small wording change
* | merged in 2xAvi Goldman2016-06-2442-3169/+1778
|\ \ | |/
| * added \n to print_r in all examplesAvi Goldman2016-06-234-4/+4
| |
| * getting rid of rold optionsAvi Goldman2016-06-231-1/+0
| |
| * added slashes on errors in examplesAvi Goldman2016-06-234-4/+4
| |
| * fixed examples, and small detailsAvi Goldman2016-06-239-57/+73
| |
| * removed examples-options.jsonAvi Goldman2016-06-231-3/+0
| |
| * changed example-config.json to example-options.jsonAvi Goldman2016-06-232-3/+3
| |
| * removed old testsAvi Goldman2016-06-2213-521/+0
| |
| * wrote examples for transmissionsAvi Goldman2016-06-224-0/+146
| |
| * parsed example-options.json and pull in autoload.phpAvi Goldman2016-06-221-0/+4
| |
| * formatting and commentsAvi Goldman2016-06-228-149/+129
| |
| * set up options objectAvi Goldman2016-06-221-0/+3
| |
| * wrote tests to cover Resource and Transmission classesAvi Goldman2016-06-212-1/+188
| |
| * grouped formatting functions into a single 'formatPayload' functionAvi Goldman2016-06-211-2/+15
| |
| * set param defaults in resource classAvi Goldman2016-06-211-4/+4
| |
| * fixed error thrown in toAddressObject functionAvi Goldman2016-06-211-2/+1
| |
| * added comments and fixed BCCAvi Goldman2016-06-213-6/+108
| |
| * added transmission in sparkpost class. Refactored code in Transmission.phpAvi Goldman2016-06-212-127/+85
| |
| * merged in 2.xAvi Goldman2016-06-2019-1804/+864
| |\
| | * Merged FAD-3148 into 2.xAvi Goldman2016-06-2025-2674/+1098
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * FAD-3148 basic non-functioning base class * FAD-3148 a bit more functionality in the base class * FAD-3148 added custom promise class and custom response class. Did good things to SparkPost class * Updated Transmission.php for new refactor, still WIP. Created Resource.php as a parent class for all future resources. * Removed test functions * Cleaned up Transmissions.php according to PSR-2, deleted more test code and comments. * added sync and aysnc, cleaned up code * added support for async/sync option * added support for async/sync option * Added interns to authors * simplified the request function * added comments * added user agent * added comments in SparkPostPromise * added comments in SparkPostException * added comments in SparkPostResponse * cleaning up test * updated composer.json and contributing files for testing * Ran php-cs-fixer * testing for sparkpost response class * updated to newer version of guzzle * updated to newer version of guzzle * Cleaned up getUrl and other functions * cleaned up constructor and overrode getCode with getResponse()->getStatusCode() * fixed up then method * cleaned up getBody * deleted old test * Wrote total coverage tests for SparkPost class * commented out setting up transmissions endpoint until merging with FAD-3146
| | * fixed headers param descriptionAvi Goldman2016-06-091-1/+1
| | |
| | * changed error functions, fixed mistake in example, cleaned up transmission ↵Avi Goldman2016-06-091-23/+34
| | | | | | | | | | | | delete function, added header option in request function
| | * FAD-2975 Added examples and exceptions. Cleaned up entire doc.Avi Goldman2016-06-071-31/+99
| | |
| | * FAD-2975 first round of changes to readmeAvi Goldman2016-06-061-89/+105
| | |
| * | added put and delete methods along with request function to handle case with ↵Avi Goldman2016-06-171-4/+28
| | | | | | | | | | | | no uri with a payload
| * | Deleted test code, irrelevant comments, and fixed up code.Vincent Song2016-06-152-18/+10
| | |
| * | Added parser to change shorthand recipients to array of name and address, ↵Vincent Song2016-06-142-2/+68
| | | | | | | | | | | | wherever possible
| * | BCCs and CCs now send properlyVincent Song2016-06-131-19/+18
| | |
| * | Sending works, cc/bcc headers don't.Vincent Song2016-06-133-10/+12
| | |
| * | WIPVincent Song2016-06-1011-1290/+884
| |\ \
| | * | added support for async/sync optionAvi Goldman2016-06-101-2/+2
| | | |
| | * | added support for async/sync optionAvi Goldman2016-06-101-2/+12
| | | |
| | * | Merge remote-tracking branch 'origin/FAD-3146' into FAD-3148Avi Goldman2016-06-101-0/+1
| | |\ \
| | * | | added sync and aysnc, cleaned up codeAvi Goldman2016-06-107-302/+568
| | | | |
| | * | | FAD-3148 added custom promise class and custom response class. Did good ↵Avi Goldman2016-06-107-536/+118
| | | | | | | | | | | | | | | | | | | | things to SparkPost class
| | * | | FAD-3148 a bit more functionality in the base classAvi Goldman2016-06-094-390/+334
| | | | |
| | * | | FAD-3148 basic non-functioning base classAvi Goldman2016-06-093-387/+43
| | | |/ | | |/|
| * | | WIPVincent Song2016-06-102-45/+1
| | | |
| * | | 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