rstoetter / libdatephp
library with date and iso date classes and calculation of recurring dates
Installs: 311
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/rstoetter/libdatephp
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-09-28 08:48:44 UTC
README
Some classes to work with dates written in PHP:
-
A full fledged date class cDate
-
a class to manage ISO dates cDateISO
-
a class to manage periods of time cPeriod
-
a datetime class cDateTime.
-
some helper classes to calculate recurring events:
- cDateStrategyDaily
- cDateStrategyDailyFixed
- cDateStrategyMonthly
- cDateStrategyMonthlyFixed
- cDateStrategyNoInterval
- cDateStrategySimpleInterval
The namespace is \rstoetter\libdatephp
See the project wiki for more information.