Download the PHP package poliander/cron without Composer

On this page you can find all versions of the php package poliander/cron. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cron

PHP Cron Expression Parser

Build Status Code Coverage License Latest Stable Version Total Downloads

Standard (V7) compliant crontab expression parser/validator with support for time zones; see "man 5 crontab" for possible expressions.

Installation

Using composer, add a requirement for poliander/cron to your composer.json file:

Examples

Validate a certain crontab expression:

Check whether a given point in time is matching a certain cron expression:

Match an expression across different time zones:

Calculate next timestamp matching a Friday, the 13th:

Supported PHP Versions

cron PHP Note
1.2.* 5.6 end of life
2.0.* 7.0 end of life
2.1.* 7.1 end of life
2.2.* 7.2 end of life
2.3.* 7.3 end of life
2.4.* 7.4 - 8.2 end of life
3.0.* 7.4 - 8.2 end of life
3.1.* 8.1 - 8.3

Changelog

version release notes
1.0.0 (2015-06-20) initial release
1.1.0 (2016-06-11) dropped PHP 5.4 support
1.2.0 (2016-12-11) added PHP 7.1 support
1.2.1 (2017-05-25) fixed #3
1.2.2 (2017-06-03) fixed #3, #4
2.0.0 (2017-11-30) dropped PHP 5.x, added PHP 7.2 support, added vendor namespace (closes #2)
2.1.0 (2018-12-08) dropped PHP 7.0, added PHP 7.3 support, updated PHPUnit dependency to 7.*
2.2.0 (2019-12-03) dropped PHP 7.1, added PHP 7.4 support, updated PHPUnit dependency to 8.*
2.3.0 (2020-12-29) dropped PHP 7.2, added PHP 8.0 support, updated PHPUnit dependency to 9.*
2.3.1 (2021-10-04) fixed #6
2.4.0 (2021-12-27) dropped PHP 7.3, added PHP 8.1 support
2.4.1 (2022-03-25) fixed #9
2.4.2 (2022-04-09) fixed #9, #10, #11
2.4.3 (2022-04-10) fixed #12
2.4.4 (2022-04-11) fixed #13
2.4.5 (2022-12-17) fixed #14
2.4.6 (2022-12-29) added PHP 8.2 support
2.4.7 (2023-01-20) fixed #16
2.4.8 (2023-07-30) fixed #18, #19
2.4.9 (2023-10-28) fixed #22
3.0.0 (2022-04-09) namespace changed to avoid package conflict (closes #8)
3.0.1 (2022-04-10) fixed #12
3.0.2 (2022-04-11) fixed #13
3.0.3 (2022-12-17) fixed #14
3.0.4 (2022-12-29) added PHP 8.2 support
3.0.5 (2023-01-20) fixed #16
3.0.6 (2023-07-30) fixed #18, #19
3.0.7 (2023-10-28) fixed #22
3.1.0 (2023-11-23) added PHP 8.3 support, dropped PHP 7/8.0 support, updated PHPUnit to 10.*

All versions of cron with dependencies

PHP Build Version
Package Version
Requires php Version 8.1.* || 8.2.* || 8.3.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package poliander/cron contains the following files

Loading the files please wait ....