radioactivehamster / temporal
A date & time utility library for PHP.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/radioactivehamster/temporal
Requires
- php: >=5.5.0
- nesbot/carbon: ^1.21
Requires (Dev)
- phpspec/phpspec: ^2.4
- symfony/var-dumper: ^3.0
This package is not auto-updated.
Last update: 2025-10-09 04:47:28 UTC
README
A date & time utility library for PHP.
Install
$ composer require radioactivehamster/temporal
Usage
<?php use Temporal; // Returns an object representing the current month. $month = Calendar::month(); // Returns an object representing the current week. $week = Calendar::week(); // Returns an object representing the current day. $day = Calendar::day();
License
The MIT License (Expat). See the license file for details.