vienthuong / shopware-php-sdk

A PHP SDK for Shopware 6 Admin API
MIT License
111 stars 43 forks source link

Feature Request: Symfony bundle #92

Open htuscher opened 1 month ago

htuscher commented 1 month ago

It would be awesome, if there was a Symfony Bundle wrapping this client, which uses either the Symfony HttpClient or the Symfony Guzzle Bundle so we could use datacollectors and stuff.

SpiGAndromeda commented 3 hours ago

I am working towards it: https://github.com/it-bens/shopware-php-sdk

The existing package structure made the service usage of the code very difficult. That's why I created an own fork. I already refactored (and improved) the entity hydration to make if more efficient and encapsulated as services. Definition manipulation is also possible (e.g. to add new properties to existing entities).

When I finished the service encapsulation and added some features, I will create a separate Symfony bundle that contains the DI stuff and uses the forked package.