Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed examples/example-options.json2.0.0 | Avi Goldman | 2016-06-24 | 2 | -7/+0 |
| | |||||
* | Merge branch '2.x' | Avi Goldman | 2016-06-24 | 3 | -45/+107 |
|\ | |||||
| * | Rewrote docs and updated composer name (#123) | Avi Goldman | 2016-06-24 | 3 | -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 2x | Avi Goldman | 2016-06-24 | 42 | -3169/+1778 |
|\ \ | |/ | |||||
| * | added \n to print_r in all examples | Avi Goldman | 2016-06-23 | 4 | -4/+4 |
| | | |||||
| * | getting rid of rold options | Avi Goldman | 2016-06-23 | 1 | -1/+0 |
| | | |||||
| * | added slashes on errors in examples | Avi Goldman | 2016-06-23 | 4 | -4/+4 |
| | | |||||
| * | fixed examples, and small details | Avi Goldman | 2016-06-23 | 9 | -57/+73 |
| | | |||||
| * | removed examples-options.json | Avi Goldman | 2016-06-23 | 1 | -3/+0 |
| | | |||||
| * | changed example-config.json to example-options.json | Avi Goldman | 2016-06-23 | 2 | -3/+3 |
| | | |||||
| * | removed old tests | Avi Goldman | 2016-06-22 | 13 | -521/+0 |
| | | |||||
| * | wrote examples for transmissions | Avi Goldman | 2016-06-22 | 4 | -0/+146 |
| | | |||||
| * | parsed example-options.json and pull in autoload.php | Avi Goldman | 2016-06-22 | 1 | -0/+4 |
| | | |||||
| * | formatting and comments | Avi Goldman | 2016-06-22 | 8 | -149/+129 |
| | | |||||
| * | set up options object | Avi Goldman | 2016-06-22 | 1 | -0/+3 |
| | | |||||
| * | wrote tests to cover Resource and Transmission classes | Avi Goldman | 2016-06-21 | 2 | -1/+188 |
| | | |||||
| * | grouped formatting functions into a single 'formatPayload' function | Avi Goldman | 2016-06-21 | 1 | -2/+15 |
| | | |||||
| * | set param defaults in resource class | Avi Goldman | 2016-06-21 | 1 | -4/+4 |
| | | |||||
| * | fixed error thrown in toAddressObject function | Avi Goldman | 2016-06-21 | 1 | -2/+1 |
| | | |||||
| * | added comments and fixed BCC | Avi Goldman | 2016-06-21 | 3 | -6/+108 |
| | | |||||
| * | added transmission in sparkpost class. Refactored code in Transmission.php | Avi Goldman | 2016-06-21 | 2 | -127/+85 |
| | | |||||
| * | merged in 2.x | Avi Goldman | 2016-06-20 | 19 | -1804/+864 |
| |\ | |||||
| | * | Merged FAD-3148 into 2.x | Avi Goldman | 2016-06-20 | 25 | -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 description | Avi Goldman | 2016-06-09 | 1 | -1/+1 |
| | | | |||||
| | * | changed error functions, fixed mistake in example, cleaned up transmission ↵ | Avi Goldman | 2016-06-09 | 1 | -23/+34 |
| | | | | | | | | | | | | delete function, added header option in request function | ||||
| | * | FAD-2975 Added examples and exceptions. Cleaned up entire doc. | Avi Goldman | 2016-06-07 | 1 | -31/+99 |
| | | | |||||
| | * | FAD-2975 first round of changes to readme | Avi Goldman | 2016-06-06 | 1 | -89/+105 |
| | | | |||||
| * | | added put and delete methods along with request function to handle case with ↵ | Avi Goldman | 2016-06-17 | 1 | -4/+28 |
| | | | | | | | | | | | | no uri with a payload | ||||
| * | | Deleted test code, irrelevant comments, and fixed up code. | Vincent Song | 2016-06-15 | 2 | -18/+10 |
| | | | |||||
| * | | Added parser to change shorthand recipients to array of name and address, ↵ | Vincent Song | 2016-06-14 | 2 | -2/+68 |
| | | | | | | | | | | | | wherever possible | ||||
| * | | BCCs and CCs now send properly | Vincent Song | 2016-06-13 | 1 | -19/+18 |
| | | | |||||
| * | | Sending works, cc/bcc headers don't. | Vincent Song | 2016-06-13 | 3 | -10/+12 |
| | | | |||||
| * | | WIP | Vincent Song | 2016-06-10 | 11 | -1290/+884 |
| |\ \ | |||||
| | * | | added support for async/sync option | Avi Goldman | 2016-06-10 | 1 | -2/+2 |
| | | | | |||||
| | * | | added support for async/sync option | Avi Goldman | 2016-06-10 | 1 | -2/+12 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/FAD-3146' into FAD-3148 | Avi Goldman | 2016-06-10 | 1 | -0/+1 |
| | |\ \ | |||||
| | * | | | added sync and aysnc, cleaned up code | Avi Goldman | 2016-06-10 | 7 | -302/+568 |
| | | | | | |||||
| | * | | | FAD-3148 added custom promise class and custom response class. Did good ↵ | Avi Goldman | 2016-06-10 | 7 | -536/+118 |
| | | | | | | | | | | | | | | | | | | | | things to SparkPost class | ||||
| | * | | | FAD-3148 a bit more functionality in the base class | Avi Goldman | 2016-06-09 | 4 | -390/+334 |
| | | | | | |||||
| | * | | | FAD-3148 basic non-functioning base class | Avi Goldman | 2016-06-09 | 3 | -387/+43 |
| | | |/ | | |/| | |||||
| * | | | WIP | Vincent Song | 2016-06-10 | 2 | -45/+1 |
| | | | | |||||
| * | | | Minor bug fix | Vincent Song | 2016-06-10 | 1 | -9/+3 |
| | | | | |||||
| * | | | fixed minor bug | Vincent Song | 2016-06-10 | 1 | -1/+45 |
| | | | | |||||
| * | | | Resource.post and get now accepts CC headers which are generated in the ↵ | Vincent Song | 2016-06-10 | 2 | -19/+24 |
| | | | | | | | | | | | | | | | | fixCarbonCopy() method | ||||
| * | | | No more CC header section if there's no CC | Vincent Song | 2016-06-10 | 1 | -2/+5 |
| | | | | |||||
| * | | | Minor bugfixes | Vincent Song | 2016-06-10 | 2 | -11/+12 |
| | | | | |||||
| * | | | it wont break anymore if there's no CC or BCC, and also added return to ↵ | Vincent Song | 2016-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Transmissions->post() | ||||
| * | | | It won't break anymore if there's no CC or BCC | Vincent Song | 2016-06-10 | 1 | -21/+26 |
| | |/ | |/| | |||||
| * | | Cleaned up Transmissions.php according to PSR-2, deleted more test code and ↵ | Vincent Song | 2016-06-10 | 1 | -116/+30 |
| | | | | | | | | | | | | comments. | ||||
| * | | Removed test functions | Vincent Song | 2016-06-10 | 1 | -4/+0 |
| | | | |||||
| * | | Updated Transmission.php for new refactor, still WIP. Created Resource.php ↵ | Vincent Song | 2016-06-10 | 2 | -118/+196 |
| |/ | | | | | | | as a parent class for all future resources. | ||||
* | | Add inline images to transmissions example | Richard Leland | 2016-06-14 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #115 from SparkPost/bump1.2.1 | Richard Leland | 2016-05-27 | 2 | -3/+8 |
|\ | | | | | Bump version, update changelog | ||||
| * | Bump version, update changelog | Rich Leland | 2016-05-27 | 2 | -3/+8 |
|/ | |||||
* | Merge pull request #111 from fishr01/hotfix-timeouts | Richard Leland | 2016-05-25 | 2 | -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 ↵ | Ryan | 2016-05-19 | 2 | -1/+3 |
| | | | | | | | | default configuration | ||||
* | | output more error information in webhooks example | Richard Leland | 2016-05-23 | 1 | -1/+3 |
| | | |||||
* | | Add example for unwrapped transmissions call | Rich Leland | 2016-05-20 | 1 | -0/+47 |
|/ | |||||
* | Add examples for cc/bcc | Richard Leland | 2016-05-13 | 2 | -0/+120 |
|\ | |||||
| * | FAD-3045 add examples for cc/bcc | Rich Leland | 2016-05-12 | 2 | -0/+120 |
|/ | |||||
* | Bump version, update changelog1.2.0 | Rich Leland | 2016-05-04 | 2 | -3/+14 |
| | |||||
* | Add more of our awesome contributors | Richard Leland | 2016-05-03 | 1 | -4/+11 |
| | |||||
* | Add php-cs-fixer as composer script and make initial fix-style run | Jason Rhodes | 2016-05-03 | 30 | -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 data | Richard Leland | 2016-05-03 | 10 | -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 composer | Richard Leland | 2016-05-03 | 2 | -7/+7 |
| | | | | - Some users don't use composer and the code required the composer.json - Resolves #95 | ||||
* | Update rfc822 example. Fixes #94 | Rich Leland | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | Fix typos, update language in examples | Rich Leland | 2016-05-03 | 10 | -47/+47 |
| | |||||
* | updated changelog for release of 1.1.0v1.1.0 | Jordan Nornhold | 2016-05-02 | 1 | -1/+8 |
| | |||||
* | Bumped version. | Jordan Nornhold | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #69 from j4m3s/ISSUE-58 | Jordan Nornhold | 2016-05-02 | 10 | -3/+187 |
|\ | | | | | Message Events | ||||
| * | Rename MessageEvent to plural, update docblocks. | James Fellows | 2016-04-26 | 4 | -6/+15 |
| | | |||||
| * | Reformat Transmission code lines | James Fellows | 2016-04-24 | 1 | -4/+2 |
| | | |||||
| * | Add explanation to APIResource query param imploding | James Fellows | 2016-04-24 | 1 | -0/+1 |
| | | |||||
| * | Add JF as contributor | James Fellows | 2016-04-04 | 1 | -0/+1 |
| | | |||||
| * | Add unit tests for Message Events::documentation and ::samples | James Fellows | 2016-04-04 | 2 | -3/+29 |
| | | |||||
| * | Add unit test for startTime object formatting | James Fellows | 2016-04-04 | 1 | -0/+16 |
| | | |||||
| * | Add tests for new MessageEvent DateTime handling | James Fellows | 2016-04-04 | 3 | -3/+75 |
| | | |||||
| * | Message Event mocked tests pass | James Fellows | 2016-04-03 | 3 | -17/+40 |
| | | |||||
| * | Initial commit adding MessageEvent support | James Fellows | 2016-03-31 | 4 | -0/+31 |
| | | |||||
| * | Allow startTime param to be a DateTime object | James Fellows | 2016-03-29 | 1 | -1/+8 |
| | | |||||
* | | Update docs to use extended from format | Richard Leland | 2016-05-02 | 5 | -114/+133 |
| | | |||||
* | | Merge pull request #88 from SparkPost/php7-ci | Jordan Nornhold | 2016-04-27 | 1 | -0/+1 |
|\ \ | | | | | | | Add PHP 7.0 to CI runs | ||||
| * | | Add PHP 7.0 to CI runs | Richard Leland | 2016-04-27 | 1 | -0/+1 |
|/ / | |||||
* | | Update key validation | LF Bittencourt | 2016-04-22 | 1 | -1/+1 |
| | | | | | | Fixes #75 | ||||
* | | Improve Exception message on 403 response (#71) | James Fellows | 2016-04-19 | 2 | -0/+18 |
|/ | | | Fixes #70. | ||||
* | Bump version, update changelogv1.0.3 | Rich Leland | 2016-03-25 | 2 | -2/+14 |
| | |||||
* | Merge pull request #59 from SparkPost/ISSUE-46 | Richard Leland | 2016-03-25 | 2 | -0/+35 |
|\ | | | | | Update transmission examples | ||||
| * | Update transmission examples | Rich Leland | 2016-03-17 | 2 | -0/+35 |
|/ | | | | | * Delete transmission * Additional options, including attachments on send | ||||
* | Merge pull request #56 from SparkPost/ISSUE-45 | Jordan Nornhold | 2016-03-14 | 1 | -21/+31 |
|\ | | | | | Additional options for transmissions | ||||
| * | Sort parameter mappings | Rich Leland | 2016-03-12 | 1 | -31/+31 |
| | | |||||
| * | Add transmission options | Rich Leland | 2016-03-12 | 1 | -2/+12 |
| | | |||||
* | | Merge pull request #51 from zaporylie/feat/customize-api-response-exception | Richard Leland | 2016-03-13 | 4 | -8/+100 |
|\ \ | |/ |/| | Improve APIResponseException class | ||||
| * | Add unit test for APIResponseException | zaporylie | 2016-03-13 | 1 | -0/+36 |
| | | |||||
| * | Rename to | zaporylie | 2016-03-13 | 1 | -7/+7 |
| | | |||||
| * | Fix test coverage | zaporylie | 2016-03-08 | 1 | -0/+2 |
| | | |||||
| * | Improve APIResponseException class | Jakub Piasecki | 2016-03-08 | 2 | -8/+62 |
| | | |||||
* | | Add support for inline images | cchandon | 2016-03-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #52 from astletron/doc-update-optional-from | Richard Leland | 2016-03-11 | 1 | -2/+2 |
|\ \ | | | | | | | docs - identify from as optional when a template is in use | ||||
| * | | docs - identify from as optional when a template is in use | Mike Astle | 2016-03-08 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #50 from zaporylie/bug/missing-attachments | Richard Leland | 2016-03-10 | 1 | -0/+1 |
|\ \ | |/ |/| | Support attachments |