billbee / custom-shop-api
Implementation of the Billbee custom shop API in PHP
Installs: 2 044
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 5
Open Issues: 4
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- doctrine/annotations: ^2.0
- jms/serializer: ^1.14.0 || ^3.14.0
- mintware-de/streams: ^2.0.0
- psr/http-message: ^1.0
- ralouphie/getallheaders: ~3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.8.0
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^7.0 || ^8.0 || ^9.0
Suggests
- ext-xdebug: *
README
Billbee Custom Shop SDK for PHP
With this package you can easily prepare your shop for the integration with Billbee.
Take a look into the quick start or read the documentation index
Testing
$ phpunit
Contributing
Feel free to contribute. Code should be follow the PSR-2 standard. Fix the code by running
$ composer fix-cs