summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * MA-946 #time 10m updated another reference to appcloudplaceholdernornholdj2014-11-041-1/+1
| |
| * MA-946 #time 20m updated test comments and updated SparkPost defaultnornholdj2014-11-044-16/+2
| | | | | | hostname
| * MA-946 #time 1h reviewed and updated function docs and other commentsnornholdj2014-11-034-13/+62
| |
| * MA-946 #time 10m fixed doc bug in readmenornholdj2014-11-031-1/+1
| |
| * MA-946 #time 2h updated defaults, readme documentation, and fixednornholdj2014-11-038-88/+77
| | | | | | formatting in examples
| * MA-946 #time 3h 30m Revamped Transmission object to be stateless,nornholdj2014-10-3115-862/+236
| | | | | | updated tests and examples.
| * MA-946 #time fixed issue in readmenornholdj2014-10-301-1/+1
| |
| * MA-946 #time 3h 30m Removed Compatibility layer code and finishednornholdj2014-10-308-122/+24
| | | | | | Documentation.
| * MA-946 #time 1h 30m updated readme file for parity with the node-sdknornholdj2014-10-304-8/+91
| |
| * MA-946 #time 10h Updated examples and tested. Updated Documentation. Setup ↵nornholdj2014-10-2820-116/+1007
| | | | | | | | composer inclusion testing.
| * MA-946 #time 2h Wrote Configuration Unit tests.nornholdj2014-10-224-7/+81
| |
| * MA-946 #time 6h finished adding node-sdk function parity. Started on unit ↵nornholdj2014-10-228-94/+722
| | | | | | | | tests and setup test code coverage.
| * MA-946 #time 10h 30m Setup Composer and file structure. Setup Config and ↵nornholdj2014-10-177-0/+1166
|/ | | | Transmission objects. Setup Testing suite and dependencies.
* Initial commitRichard Leland2014-10-161-0/+2