php-http-client is another project and needs sub-package name #1018
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
php-http-client is at 3.13.0 version currently and as is a different project with it's own versioning I think the next is confusing:
which implies a direct relation with the current library.
I think a better solution is to create a sub-namespace like:
that makes psr4 autoloading much easier as now you can point the package loader to any folder you like and put there the project's files:
I experiment this now in a sub-folder using my own autoloading function.
The text was updated successfully, but these errors were encountered: