poliander / cron

Parse and validate crontab expressions in PHP
https://github.com/poliander/cron
GNU General Public License v3.0
63 stars 10 forks source link

Add a namespace #2

Closed ghost closed 6 years ago

ghost commented 7 years ago

The package is missing a namespace and could possibly use a more on-point name (like CronExpression or something). It's a small issue for a great tool, thanks! Saved me a bunch of time.

poliander commented 7 years ago

Thank you very much for your feedback, I'll take a look at it.

poliander commented 7 years ago

With PHP 7.2 release, I'll drop support for PHP 5.x and release a 2.x version with a vendor namespace.