rstoetter/libdatephp

library with date and iso date classes and calculation of recurring dates

Maintainers

Package info

github.com/rstoetter/libdatephp

pkg:composer/rstoetter/libdatephp

Statistics

Installs: 311

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2017-10-24 21:53 UTC

This package is not auto-updated.

Last update: 2026-03-01 11:02:38 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.