rebelcode / booking-abstract
Abstract functionality for bookings
Installs: 851
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/rebelcode/booking-abstract
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.