summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Review fixesorigin/temp-composer-fixAvi Goldman2017-05-081-1/+1
|
* Update README.mdAvi Goldman2017-05-081-0/+2
|
* Merge pull request #149 from zaporylie/patch-2rajumsys2017-03-081-0/+8
|\ | | | | Setters should return current object.
| * Setters should return current object.Jakub Piasecki2016-10-131-0/+8
| |
* | Bump to 2.1.02.1.0Avi Goldman2017-01-102-2/+22
|\ \ | | | | | | Bump to 2.1.0
| * | updated changelogAvi Goldman2017-01-101-1/+1
| | |
| * | updated version in SparkPost classAvi Goldman2017-01-071-1/+1
| | |
| * | updated changelogAvi Goldman2017-01-071-1/+21
| | |
* | | added attachment exampleAvi Goldman2017-01-1020-66/+69
|\ \ \ | |/ / |/| | added attachment example
| * | removed example-options.jsonAvi Goldman2017-01-0919-70/+15
| | |
| * | added attachment exampleAvi Goldman2017-01-072-0/+58
| | |
* | | Added debug optionAvi Goldman2017-01-0614-126/+271
|\ \ \ | |/ / | | | Added debug option
| * | refactored testsAvi Goldman2017-01-051-94/+79
| | |
| * | added debug exampleAvi Goldman2017-01-041-0/+42
| | |
| * | added tests for debug requestsAvi Goldman2017-01-042-1/+27
| | |
| * | added default for request param in SparkPostResponse and SparkPostExceptionAvi Goldman2017-01-043-3/+3
| | |
| * | added back in buildRequest as a single functionAvi Goldman2017-01-041-3/+16
| | |
| * | updated docsAvi Goldman2017-01-041-1/+7
| | |
| * | ran fix styleAvi Goldman2017-01-0410-34/+35
| | |
| * | added functions in error and response for getting out the request in debug modeAvi Goldman2017-01-042-2/+34
| | |
| * | pass request through to response or errorAvi Goldman2017-01-041-7/+16
| | |
| * | broke building request values into their own func and added debug optionAvi Goldman2017-01-041-9/+40
|/ /
* | Merge pull request #156 from prometherion/patch-1Avi Goldman2016-11-031-1/+1
|\ \ | | | | | | Update README.md
| * | Update README.mdDario Tranchitella2016-11-031-1/+1
|/ / | | | | Gramatical typo
* | Merge pull request #153 from zaporylie/fix/coverallsEwan Dennis2016-10-264-240/+397
|\ \ | | | | | | Fix #152: Coveralls integration does not work
| * | Fix #152: Coveralls integration does not workzaporylie2016-10-134-240/+397
| |/
* | Merge pull request #154 from zaporylie/masterEwan Dennis2016-10-263-83/+99
|\ \ | | | | | | Fix #150: Rename Resource to ResourceBase and leave deprecation note
| * | Fix #150: Rename Resource to ResourceBase and leave deprecation notezaporylie2016-10-133-83/+99
| |/
* | Merge pull request #151 from zaporylie/patch-3Ewan Dennis2016-10-241-1/+4
|\ \ | | | | | | Add Packagist badges
| * | Add Packagist badgesJakub Piasecki2016-10-131-1/+4
| |/
* | Merge pull request #147 from hekaldama/fixup_readme_examplesEwan Dennis2016-10-241-1/+2
|\ \ | |/ |/| Fixing README examples.
| * Fixing README examples.Adam Avilla2016-10-061-1/+2
|/
* Test cleanup (#137)Tobias Nyholm2016-08-2610-231/+1464
| | | | | | | | | | | | | | | | * Test cleanup * Make travis run again * Composer update * Install PHPunit * Removed composer.lock * Added composer.lock and drop support for php 5.5 * Update .travis.yml
* Updating examples (#139)Avi Goldman2016-08-2514-15/+352
| | | | | | | | | | | | | | | | * added example of getting transmission by ID * updated example messages and added example with recipient list and template * fixed lib to work with recipient lists * fixed lib to work with recipient lists * added test covering recipient list * added message event example * added template examples
* test on php 7.1Tobias Nyholm2016-08-241-3/+4
|
* Remove form feeds (Fix #141).eiriksm2016-08-241-1/+7
|
* Fixed JSON2.0.3Avi Goldman2016-07-291-1/+1
|
* Bump version, update changelongAvi Goldman2016-07-281-3/+4
|
* added php-http/message as dependencyAvi Goldman2016-07-281-1/+0
|
* added php-http/message as dependencyAvi Goldman2016-07-283-3/+6
|
* added php-http/message as dependencyAvi Goldman2016-07-281-1/+2
|
* Bump version, update changelog2.0.2Avi Goldman2016-07-284-4/+11
|
* Remove dependency from Guzzle (#131)Tobias Nyholm2016-07-276-101/+231
| | | | | | | | | | * Remove dependency form Guzzle * Fixed borken tests * Added more tests * make sure we require httplug as well.
* Fix phpdocAvi Goldman2016-07-251-1/+1
|\ | | | | Fix phpdoc
| * Fix phpdocAnatoly Pashin2016-07-251-1/+1
|/
* outline the requirement for php-http via composer (#130)styks19872016-07-051-1/+8
| | | | | | * outline the requirement for http-php via composer * update reference to setting up request adapter
* Bump version, update changelog2.0.1Rich Leland2016-06-292-8/+16
|
* Merge pull request #129 from conradkleinespel/from-fixRichard Leland2016-06-291-1/+3
|\ | | | | Transmissions : makes "from" address optional for use with templates
| * transmission: makes "from" address optionalConrad Kleinespel2016-06-291-1/+3
|/
* Merged FAD-3147Avi Goldman2016-06-271-2/+64
|\
| * added examplesAvi Goldman2016-06-271-2/+64
| |
| * added MIGRATION.mdAvi Goldman2016-06-271-0/+23
| |
| * updated CHANGELOG.mdAvi Goldman2016-06-271-0/+7
| |
* | Fad 3147 (#124)Avi Goldman2016-06-272-0/+30
|/ | | | | | * updated CHANGELOG.md * added MIGRATION.md
* 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
| | | |