Skip to content

Commit f7b9f39

Browse files
committed
Major update to the Smartmessages API PHP client
1 parent dc469ce commit f7b9f39

11 files changed

+479
-1145
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
testsettings.php
2-
.idea/

LICENSE

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
Copyright (c) 2014 Synchromedia Limited
1+
The MIT License (MIT)
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3+
Copyright (c) 2015 Synchromedia Limited
44

5-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
611

7-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
#Smartmessages Client Libraries
1+
#Smartmessages.net web API PHP client class
22

3-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Smartmessages/SmartmessagesClients/badges/quality-score.png?s=a779898df1a3796778b615b6dff9588eccc6156f)](https://scrutinizer-ci.com/g/Smartmessages/SmartmessagesClients/)
3+
<a href="https://info.smartmessages.net/"><img src="https://www.smartmessages.net/img/smartmessages-logo.svg" width="250" height="28" alt="Smartmessages email marketing"></a>
44

5-
This contains client libraries and example code for the [smartmessages.net](http://info.smartmessages.net/) email management service's public API.
5+
This contains a PHP client library and example code for the [smartmessages.net](https://info.smartmessages.net/) email management service's web API.
66

7-
Currently we have libraries for PHP and .NET, but we'd welcome contributions for other languages.
7+
Please feel free to suggest modifications, submit tickets and pull requests in [our github repo](https://github.com/Smartmessages/PHPClient) - these libraries are intended to make YOUR life easier!
88

9-
Please feel free to suggest modifications, submit tickets and pull requests in [our github repo](https://github.com/Synchro/SmartmessagesClients) - these libraries are intended to make YOUR life easier!
9+
You can load this class via composer:
1010

11-
Documentation for the API can be found in [our help wiki](http://wiki.smartmessages.net/#API)
11+
```
12+
composer require smartmessages/client
13+
```
14+
Complete documentation for the API can be found in [our help wiki](https://wiki.smartmessages.net/#API)
1215

13-
See the accompanying LICENSE file for terms of use (MIT).
16+
See the accompanying LICENSE file for terms of use (MIT).

0 commit comments

Comments
 (0)