slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Vendor dependancies, quite substantial. #37

Closed louiswalch closed 3 years ago

louiswalch commented 4 years ago

Just wanting to check, have you confirmed that all the vendor libraries loaded through

composer require slince/shopify-api-php

are required? There seems to be much more then would be expected for a simple API library - 7.8MB.

slince commented 4 years ago

Hello, I noticed this too, but there is no better way to do it. We need JMS /serializer, but I have to say this library has too many dependencies; Doctrine/XXX and hoa/ XXX; I'll try symfony/serialzier if I can. But this is obviously not the best time to do this.

slince commented 3 years ago

fixed in v3.x