lob-php
lob-php copied to clipboard
Library has incorrect PSR-4 namespace
This library has its code generated in the \OpenAPI\Client
namespace, which is likely the default configuration for the code generator that was used. This would conflict with any other library that used the same configuration.
it should likely be something like \Lob\Client
instead.