All notable changes to laravel-api-helpers
will be documented in this file.
- had to come upgrade because Yodlee PHP API needs this weird dependency!
- upgraded Orchestra testbench to be L9 compatible (version 7)
- had to remove all packages, upgrade Orchestra, and then add all packages back
- updated composer.json because url is not laravel-api-helpers but just api-helpers
- tests failing because no slack API token available on hand but that's fine because 4/6 are passing
- allow union type string|array in post and delete
- attempt at determining if post type is array then http_build_query() but didn't work
- make delete and put same signature
- update readme to show that same signature is sued
- revert previous version
- breaking change POST now accepts and array for postFields instead of a string
- Add a phone number converter for changing from WhatsApp format to WHMCS format
- Add tests for phone number conversion
- Add generic CURL DELETE
- initial release
- Generic CURL GET & PUT
- LaravelApiHelpersCommand to help with caching