Installation
Install DateTime with Composer.
shell
composer require raxos/datetimeRequirements
- PHP 8.5 or newer.
- cakephp/chronos, the immutable date and time library the value objects extend.
- jetbrains/phpstorm-attributes for editor metadata.
The package has no required PHP extensions of its own.
Raxos dependencies
- raxos/foundation: provides the
StringParsableInterfaceand other contracts used by the value objects.
Optional integrations
- raxos/database: enables the
DateCaster,TimeCasterandDateTimeCasterORM casters. Install it when you want to bind these value objects to model columns. - raxos/router: recognizes the value objects as path parameters through
StringParsableInterface, so a route segment can bind directly to aDate,TimeorDateTimeinstance.
Return to the DateTime introduction.