notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
634 stars 122 forks source link

Improved extensibility #201

Open jonathandey opened 3 years ago

jonathandey commented 3 years ago

First of all, thanks for putting this together!

For my use case, I found this package wasn't very friendly to the Service Container, so I have made some changes to rectify that. Also, I updated the code to follow PSR-12 standards.

The changes should be backwards-compatible too.