Download the PHP package ludovicm67/superdate without Composer
On this page you can find all versions of the php package ludovicm67/superdate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ludovicm67/superdate
More information about ludovicm67/superdate
Files in ludovicm67/superdate
Download ludovicm67/superdate
More information about ludovicm67/superdate
Files in ludovicm67/superdate
Vendor ludovicm67
Package superdate
Short Description Nice methods to know if the specified date is on a weekend/weekday or holiday (for Alsace, France), and some other cool stuff
License MIT
Package superdate
Short Description Nice methods to know if the specified date is on a weekend/weekday or holiday (for Alsace, France), and some other cool stuff
License MIT
Please rate this library. Is it a good library?
Informations about the package superdate
Superdate
Some useful functions for working with dates
Installation
Just run the following command: composer require ludovicm67/superdate
to add it to your PHP project!
Getting started
If you installed using composer, you can now create a file with the following code:
Create a Date object
Many ways to initialize the object.
For example:
All days from one date to an other date
Get an array of all days from the current date to an other one.
Example:
Is it a week day or a weekend day?
Is it a holiday day?
Based on Alsace, France holidays.
Usage:
Want to contribute?
Feel free to fork, commit and open a pull-request.
Or just open an issue here: https://github.com/ludovicm67/php-superdate/issues.
All versions of superdate with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
The package ludovicm67/superdate contains the following files
Loading the files please wait ....