EvilFreelancer/resova-api-php

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.github/FUNDING.yml
.gitignore
.scrutinizer.yml
.travis.yml
LICENSE
README.md
composer.json
examples/webhook.json
phpunit.xml
configs/resova-api.php15
examples/availability.php25
examples/basket_bookings.php32
examples/basket_promotions.php21
examples/basket_purchases.php24
examples/baskets.php22
examples/customers.php27
examples/gift_vouchers.php13
examples/items.php19
examples/webhooks.php11
src/Client.php80
src/Config.php102
src/Endpoints/Availability.php46
src/Endpoints/Baskets.php45
src/Endpoints/Baskets/Bookings.php44
src/Endpoints/Baskets/Promotions.php33
src/Endpoints/Baskets/Purchases.php43
src/Endpoints/Customers.php50
src/Endpoints/GiftVouchers.php25
src/Endpoints/Items.php39
src/Endpoints/Transaction/Bookings.php6
src/Endpoints/Transaction/Payments.php6
src/Endpoints/Transaction/Promotions.php6
src/Endpoints/Transaction/Purchases.php6
src/Endpoints/Transactions.php42
src/Endpoints/Webhooks.php54
src/Exceptions/EmptyResults.php6
src/HttpTrait.php55
A
1 hr
src/Interfaces/AvailabilityInterface.php9
src/Interfaces/QueryInterface.php8
src/Laravel/ClientFacade.php10
src/Laravel/ClientServiceProvider.php19
src/Laravel/ClientWrapper.php14
src/Model.php49
src/Models/Availability.php5
src/Models/Basket.php27
src/Models/BasketDelete.php12
src/Models/BasketRequest.php13
src/Models/Booking.php27
A
40 mins