soda-php
soda-php copied to clipboard
A simple library to make it easier to access SODA services from PHP
Time to get with the program and support php 7.* Just merge develop in master already and tag it
- [ ] composer.json should probably be updated with the new PHP requirement - [ ] unless you're mixing PHP with another language, the closing "?>" at the end of...
At the moment, I can do a POST to add / update records, and get response: ``` php array(6) { ["By RowIdentifier"]=> int(0) ["Rows Updated"]=> int(0) ["Rows Deleted"]=> int(0) ["Rows...