In order to allow the JSON files to be supported by PHP consumers (e.g. WordPress plugins, etc...), we should explore including PHP wrappers + composer files directly in this repo. Some thoughts:
An ideal situation would be to have both PHP and JS files in the same repository, but to set up the build process so that only JS-relevant files get built to NPM and Composer/Packagist (I assume we'd also want to have this up somewhere in a PHP package registry?)
Having a clear separation (maybe via different directories) would it make it easier to grok the codebase as well
We'll have to do some testing to make sure no breaking changes are introduced to the current NPM dep
In order to allow the JSON files to be supported by PHP consumers (e.g. WordPress plugins, etc...), we should explore including PHP wrappers + composer files directly in this repo. Some thoughts: