rebelcode / booking-abstract
This package is abandoned and no longer maintained.
No replacement package was suggested.
Abstract functionality for bookings
v0.1
2018-11-07 10:55 UTC
Requires
- php: ^5.4 | ^7.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: ^0.1
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
- rebelcode/booking-interface: ^0.2
This package is auto-updated.
Last update: 2022-08-10 09:48:05 UTC
README
Abstract functionality for bookings.
Details
BookingAwareTrait
- Provides awareness of a booking instance with retrieval, storage and validation functionality.StatusAwareTrait
- Provides awareness of a status code or status object with retrieval, storage and validation functionality.