davispeixoto / calendar
A PHP implementation of RFC 5545 and RFC 5546
dev-master
2015-05-22 20:40 UTC
Requires
- php: >=5.4.0
- myclabs/php-enum: 1.3.2
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-24 04:18:01 UTC
README
A PHP implementation of RFC 5545 and RFC 5546.
Installation
This package can be installed via Composer by requiring the
davispeixoto/calendar
package in your project's composer.json
.
{ "require": { "davispeixoto/calendar": "~1.0" } }
And running a composer update from your terminal:
php composer.phar update
Configuration
Usage
More Information
License
This software is licensed under the MIT license
Versioning
This project follows the Semantic Versioning
Thanks
An amazing "Thank you, guys!" for Jetbrains folks, who kindly empower this project with a free open-source license for PhpStorm which can bring a whole new level of joy for coding.