https://github.com/robations/intellisms
IntelliSMS API integration
https://github.com/robations/intellisms
Last synced: 7 days ago
JSON representation
IntelliSMS API integration
- Host: GitHub
- URL: https://github.com/robations/intellisms
- Owner: robations
- Created: 2014-02-12T12:36:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T11:09:04.000Z (over 7 years ago)
- Last Synced: 2025-08-26T12:20:36.497Z (9 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP API for integrating with the IntelliSMS service
https://www.intellisms.co.uk
This is based on their official PHP SDK, but with some modifications to add namespacing, remove deprecated functions,
and hopefully otherwise modernise.
## License
Propose this is released under this license:
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
However, the original code is provided without license, which would imply copyright and non
OSS by default. Of course, it is massively to the benefit of IntelliSMS to have a
well-maintained and easily available PHP API available so I don't see too much
opposition here.
## TODO
- add test coverage
- add inline documentation where useful
- pass comms out to (say) Guzzle library
- better support for PSRs
- approve license/distribution with IntelliSMS