Tobias Nyholm
61a019ad67
Fixed integration tests ( #233 )
...
* Fixed integration tests
* Update integration tests
* cs
2016-11-24 09:59:05 +01:00
Tobias Nyholm
8c2ffbfd3f
Improve Travis build ( #231 )
...
* Improve Travis build
* Added more shields
* bugfiz
* minor
* bash fix
* Update min version
* Remove test code
* Refactor
2016-11-24 09:30:41 +01:00
Tobias Nyholm
21c95412c6
Minor documention fix ( #227 )
...
* Doc fix
* cs
* cs
* cs
* cs
2016-11-24 08:40:28 +01:00
Sean Johnson
ce9739ea91
Applied fixes from StyleCI ( #228 )
2016-11-23 23:02:12 +01:00
Tobias Nyholm
8668b4c222
Updated to use Assert 1.2 ( #224 )
2016-11-23 23:01:26 +01:00
Tobias Nyholm
a3e999e875
Rename functions to reflect the API ( #226 )
...
This will fix #202
2016-11-23 22:21:15 +01:00
Tobias Nyholm
9bd6732efd
Introduce a request builder. ( #217 )
...
* Introduce a request builder.
We inject every dependency (eg RequestFactory and MultipartStreamBuilder) and we do not have to use postMultipart.
* code style
* Use uppercase on http verbs
* Added setters and use getters
* Added tests
* style
2016-11-23 21:55:05 +01:00
Tobias Nyholm
5535803031
Added a contribute section in the readme ( #220 )
...
* Added a contribute section in the readm e
* update link
* minor
2016-11-21 21:35:49 +01:00
Sean Johnson
0da5f410a9
Rename serializer to deserializer ( #201 ) ( #216 )
2016-11-12 02:50:47 +01:00
Tobias Nyholm
20b9fbfe5d
Rename AbstractApi to HttpApi ( #214 )
...
Fix #200
2016-11-11 15:25:32 -06:00
Tobias Nyholm
e4d181a4fa
Rename ObjectSerializer to ModelSerializer ( #215 )
...
Fix #204
2016-11-11 15:25:01 -06:00
Tobias Nyholm
1a71c14097
Removed inheritence, Renamed classes, Mark all classes as final ( #212 )
...
* Removed inheritence, Renamed classes, Mark all classes as final
* code style
* Updated docs
* Code style
* Be consistant with the naming of functions
* Fixed tests
2016-11-11 14:53:26 -06:00
Tobias Nyholm
c875890720
SImplefied travis config and added composer scripts ( #213 )
...
* SImplefied travis config and added composer scripts
* Use 2 space indentation
2016-11-11 14:22:46 -06:00
Sean Johnson
0d2916d47f
Add Slack notifications for Travis builds ( #208 )
2016-10-31 16:23:38 -05:00
Sean Johnson
58430e4537
Domains API, #187 ( #198 )
2016-10-27 08:34:27 +02:00
Tobias Nyholm
738e6e32e2
POC - Better api ( #192 )
...
* Added base for the new API
* code style
* Added response classes
* Added support for serializer
* The abstract API should not know of Mailgun
* Minor
* minor
* Using a client configrator
* code style
* Put HTTPClient in the configurator
* Do not use the api() function
* Use stable version of Assert
* style
* Fixed tests
* make the httpClient private
* Renamed ResponseSerializer to ResponseDeserializer
* Disabled tests that are testing error messages with Assert
* style fixes
* Refactoring fix
2016-10-24 12:01:32 -05:00
Tobias Nyholm
043658f996
Added meta files ( #195 )
...
* Added meta files
* Style fixes from StyleCI
2016-10-14 19:20:46 -05:00
Sean Johnson
fb377f7257
Added StyleCI badge. ( #196 )
2016-10-15 01:58:28 +02:00
Tobias Nyholm
359c6001d4
Deprecate SSL functions ( #179 )
2016-09-30 15:04:43 +02:00
David Garcia
3aeb602406
Make sure $variables is an array in addRecipient() ( #176 )
...
* Write test to verify expected behaviour when we provide a String
* Fix broken test checking if the variable is an Array
* PSR Standard using single quote instead of double quote
2016-09-30 15:03:35 +02:00
David Garcia
6513c12d8c
Applied fixes from StyleCI ( #177 )
2016-09-27 15:23:08 +02:00
Limon Monte
aafd84b0ce
Update README.md ( #172 )
2016-09-26 08:36:49 +02:00
Tobias Nyholm
8fe342f5b9
Apply fixes from StyleCI and make sure we add MIT license properly ( #163 )
...
* Applied fixes from StyleCI
* Create LICENSE
2016-09-18 09:56:14 +02:00
Wim Verstuyf
5d04bc63a7
Add attachment from memory ( #158 )
2016-09-06 13:05:50 +02:00
Sébastien Santoro
18804d491f
Fix typo in README ( #167 )
2016-08-31 23:26:08 +02:00
Tobias Nyholm
83fdf42216
Merge pull request #166 from mailgun/issue-69
...
Updated signature for addAttachment
2016-08-31 12:14:25 +02:00
Tobias Nyholm
b2742c73b3
Updated signature for addAttachment
...
This will fix #69
2016-08-31 11:52:14 +02:00
Tobias Nyholm
54b7f851b8
Merge pull request #157 from Nyholm/issue-150
...
Make sure we use proper POST data arrays
2016-08-10 18:58:18 +02:00
Tobias Nyholm
bf8d962739
Added more test cases
2016-08-10 18:28:19 +02:00
Tobias Nyholm
7119f18c26
Do not test same thing twice
2016-08-10 17:32:10 +02:00
Tobias Nyholm
741aa0d120
Make sure we use proper POST data arrays
2016-08-10 17:26:24 +02:00
Tobias Nyholm
b79dc5fdb8
Merge pull request #152 from Nyholm/inline-complexity
...
Reduce code complexity on addInlineImage
2016-08-10 17:18:57 +02:00
Tobias Nyholm
f66f512724
Merge pull request #156 from Nyholm/travis-tests
...
This PR add tests to #151
2016-08-10 17:18:07 +02:00
Tobias Nyholm
9e0ae1118b
Merge pull request #155 from mailgun/Nyholm-patch-1
...
Updated installation docs
2016-08-10 17:16:58 +02:00
Tobias Nyholm
9f98baa8ca
Added more generic tests
2016-08-10 17:13:24 +02:00
Tobias Nyholm
cd001cf5b3
Added tests and use PSR4
2016-08-10 17:06:27 +02:00
Travis Swientek
0a7c96c34a
Fixed inline image issue. Added new tests.
2016-08-10 16:37:08 +02:00
Tobias Nyholm
ab826588c6
Updated installation docs
2016-08-06 10:26:53 +02:00
Tobias Nyholm
80987a952d
Merge pull request #153 from Nyholm/functional-tests
...
Added functional tests
2016-08-05 17:27:44 +02:00
Tobias Nyholm
2515832216
Added functional tests
2016-08-05 10:40:49 +02:00
Tobias Nyholm
3114b8a17a
Reduce code complexity
2016-08-05 09:44:49 +02:00
Tobias Nyholm
dc16e3f4d6
Merge pull request #147 from DavidGarciaCat/psr-standards
...
Apply PSR Standards to tests/ too
2016-07-31 20:50:31 +02:00
Tobias Nyholm
04b8033bf7
Merge pull request #149 from DavidGarciaCat/library-download-link
...
Remove `Library Download` link/paragraph
2016-07-27 09:51:18 +02:00
David Garcia
9c9033228a
Remove link
2016-07-26 13:52:03 +01:00
David Garcia
844cdb6a58
PHP Code Sniffer
2016-07-26 13:43:36 +01:00
Tobias Nyholm
8a6d22198c
Merge pull request #144 from DavidGarciaCat/master
...
Apply PSR Standards
2016-07-24 14:00:38 +02:00
David Garcia
b8354e1679
Merge pull request #3 from DavidGarciaCat/analysis-8APGxG
...
Applied fixes from StyleCI
2016-07-24 12:43:13 +01:00
David Garcia
817dad1f90
Applied fixes from StyleCI
2016-07-24 07:42:47 -04:00
David Garcia
8da94ac190
PHP CS Fixer
2016-07-24 12:41:21 +01:00
David Garcia
09eda3df13
PHP Code Sniffer
2016-07-24 12:40:50 +01:00