How to design universal api for PHP cli http and other protocols?

current API design

PHPrest.phphttp,rest_mq.phpMQ PHPhttpMQ

question

APIcomposer()
Php
Dec.16,2021

organizing code with composer won't affect your existing logic? If you already have a namespace, it's easy to change the autoload class and the autoload in composer.json. If not, just add the namespace, and then set up the mapping that loads automatically. Then you can introduce what you want to introduce, in the same way as other modern frameworks.

Menu