Download the PHP package pierswarmers/mandate without Composer
On this page you can find all versions of the php package pierswarmers/mandate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pierswarmers/mandate
More information about pierswarmers/mandate
Files in pierswarmers/mandate
Download pierswarmers/mandate
More information about pierswarmers/mandate
Files in pierswarmers/mandate
Vendor pierswarmers
Package mandate
Short Description Simple utility for describing date based rules.
License MIT
Homepage https://github.com/pierswarmers/mandate
Package mandate
Short Description Simple utility for describing date based rules.
License MIT
Homepage https://github.com/pierswarmers/mandate
Please rate this library. Is it a good library?
Informations about the package mandate
ManDate
Simple utility for testing dates against chained rules.
Installation
The recommended way to install ManDate is through
Composer. Require the pierswarmers/mandate
package
into your composer.json
file:
composer require "pierswarmers/mandate" dev-master
Or in your composer.json
file:
Usage
Rules
Rule | Details |
---|---|
AfternoonRule | Later than midday. |
CollisionRule | Collides with another date. |
DaytimeRule | After sunrise and before sunset. |
MorningRule | Earlier than midday. |
NighttimeRule | After sunset and before sunrise. |
WeekdayRule | Monday to Friday. |
WeekendRule | Saturday and Sunday. |
All versions of mandate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package pierswarmers/mandate contains the following files
Loading the files please wait ....