summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * merged master and resolved conflictsbeardyman2015-10-0216-37/+604
| |\ | |/ |/|
* | Merge pull request #26 from SparkPost/coverallsJordan Nornhold2015-10-024-9/+470
|\ \ | | | | | | Coveralls
| * | added phpunit.xml to be able to blacklist the vendor folder for code ↵beardyman2015-10-023-1/+47
| | | | | | | | | | | | coverage; added coveralls.yml to override default file paths for coveralls
| * | added .coveralls.yml with setting to point to clover.xmlbeardyman2015-10-021-8/+423
| | |
* | | Merge pull request #25 from SparkPost/coverallsJordan Nornhold2015-10-023-6/+15
|\ \ \ | |/ / | | | Coveralls
| * | added some stuff to the travis.ymlbeardyman2015-10-021-4/+9
| | |
| * | Added coveralls code coverage badgebeardyman2015-10-021-0/+1
| | |
| * | Added coveralls support and updated comopser test to output clover.xmlbeardyman2015-10-022-2/+5
|/ /
* | Merge pull request #23 from SparkPost/example-configJason Rhodes2015-10-0212-157/+246
|\ \ | | | | | | Example config
| * | added colonbeardyman2015-09-251-1/+1
| | |
| * | fixed terrible doc formattingbeardyman2015-09-251-1/+4
| | |
| * | updated docs with new test commandbeardyman2015-09-251-6/+3
| | |
| * | updated scripts to make template and updated example files to read new ↵beardyman2015-09-2510-154/+234
| | | | | | | | | | | | config file
| * | Added post install and post update scripts to generate a template for the ↵beardyman2015-09-252-3/+12
| | | | | | | | | | | | new config file
* | | Merge pull request #21 from max-si-m/patch-1Jordan Nornhold2015-09-251-0/+1
|\ \ \ | | | | | | | | Update README.md
| * | | Update README.mdMaxim Djuliy2015-09-251-0/+1
|/ / / | | | | | | a lot of beginners don't know about namespaces.
* | | Merge pull request #18 from MattApril/masterRichard Leland2015-09-101-0/+1
|\ \ \ | |/ / |/| | added Matt April to authors
| * | added Matt April to authorsmapril2015-09-101-0/+1
| | |
| | * Updated tests for new structurebeardyman2015-09-306-67/+114
| | |
| | * moved config setup and management back into the sparkpost objectbeardyman2015-09-283-107/+126
| | |
| | * removed testing on php 5.7 in travisbeardyman2015-09-251-1/+0
| | |
| | * Finished tests and docsbeardyman2015-09-256-170/+367
| | |
| | * updated examples (removed uneeded use statement) and updated documentation ↵beardyman2015-09-238-24/+44
| | | | | | | | | | | | for using HTTP Adapters.
| | * started cleaning up tests to reflect the new changesbeardyman2015-09-226-264/+79
| | |
| | * Removed most static methods and adopted an instance based implementation. ↵beardyman2015-09-1712-213/+233
| | | | | | | | | | | | Updated all examples and compatibility later to reflect these changes.
| | * finished code updates/refactoring updated examples and began refactoring testsbeardyman2015-09-1612-269/+380
| | |
| | * Removed echo linebeardyman2015-09-151-1/+0
| | |
| | * Refactored to use http adapter instead of guzzle directlybeardyman2015-09-157-338/+608
| |/ |/|
* | Merge pull request #15 from MattApril/masterJordan Nornhold2015-09-087-129/+410
|\ \ | |/ | | SDK Refactor for easy extensibility
| * Fixed failing unit test - added ability to unset configmapril2015-09-022-0/+5
| |
| * added base object, test and examplemapril2015-08-213-0/+385
| |
| * refactored code base for extensibilitymapril2015-08-212-129/+20
|/
* Merge pull request #10 from SparkPost/issue-9Benjamin Dean2015-08-031-4/+0
|\ | | | | Removed defaults for engagement tracking so that template settings could...
| * Removed defaults for engagement tracking so that template settings could be ↵nornholdj2015-04-141-4/+0
| | | | | | | | applied when using the SDK
* | Merge pull request #13 from SparkPost/issue-2Benjamin Dean2015-08-032-6/+10
|\ \ | |/ |/| Updated contributing section
| * removed copy/pastaRich Leland2015-07-021-5/+4
| |
| * Updated contributing section. Refs #2.Rich Leland2015-07-022-6/+11
|/
* regenerated setting for slack notifications from travisRich Leland2015-02-081-1/+1
|
* Merge pull request #1 from SparkPost/travisciRichard Leland2015-02-062-1/+13
|\ | | | | Add Travis CI
| * added slack hookRich Leland2015-02-041-0/+3
| |
| * add travisci badgeRich Leland2015-02-041-1/+3
| |
| * added travis ci configRich Leland2015-02-041-0/+7
|/
* Merge remote-tracking branch 'origin/master'0.1.1nornholdj2014-11-141-0/+13
|\
| * Create LICENSE.txtnornholdj2014-11-121-0/+13
| |
* | Merge branch 'release/0.1.1'nornholdj2014-11-1418-702/+635
|\ \ | |/ |/|
| * Merge branch 'feature/MA-1084' into developnornholdj2014-11-1418-740/+695
| |\
| | * MA-1084 #time 5m fixed test and updated composer.locknornholdj2014-11-142-256/+2
| | |
| | * MA-1084 #time 1h Implemented better exception handling and added unitnornholdj2014-11-145-28/+60
| | | | | | | | | tests for said exception handling
| | * MA-1084 #time 30m added function docs and started reviewnornholdj2014-11-133-20/+68
| | |
| | * MA-1084 #time 20m functionally tested and fixed minor issues.nornholdj2014-11-131-1/+1
| | |
| | * MA-1084 #time 10m tested in a PHP 5.3 environment and updated README.mdnornholdj2014-11-133-26/+7
| | |
| | * MA-1084 #time 1h updated tests and compatibilitynornholdj2014-11-138-371/+153
| | |
| | * MA-1084 #time 3h updated to be usable with php 5.3nornholdj2014-11-1216-85/+429
| |/ |/|
* | doc updates0.1.0nornholdj2014-11-102-6/+5
| |
* | fixed typonornholdj2014-11-101-1/+1
| |
* | Updated SparkPost References and updated docs and mappings to reflectnornholdj2014-11-1014-42/+65
| | | | | | updated config lists.
* | Merge branch 'release/1'nornholdj2014-11-0418-2/+2142
|\ \ | |/
| * Merge branch 'feature/MA-946' into developnornholdj2014-11-0418-2/+2142
| |\ |/ /
| * MA-946 #time 5m took out double horizontal rule in readme filenornholdj2014-11-041-2/+0
| |