Recently I have been working on a package that I've been meaning to build for the last couple of years. I constantly find myself having to work with 3rd party APIs or writing an SDK to provide access to an API I had built. This isn't a huge problem, but there's a lot of repetitive code that goes into this.
This package is still very much in development, but here is a super quick example of using it with a WordPress API
Top comments (1)
The repo is here : github.com/SuitcasePHP/builder
I will be adding more examples and documentation soon 🙂