feat: implemented a wrapper package for the Palace API's
Done:
- used Swagger documentation and generated code to create a wrapper package for Laravel
Test:
- review the code
- confirm the unit tests are adequate
- Open terminal -
fin cli8 bash
- Run unit tests
export $(cat .env | xargs) && composer phpunit
- Run PHPStan -
$(cat .env | xargs) && composer phpstan