arnapou / jqcron
Library - Simple cron class bound to the JS lib that come with it.
Installs: 175 589
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Forks: 5
Language:JavaScript
pkg:composer/arnapou/jqcron
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^2.0
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/php-code-coverage: ^12.0
- phpunit/phpunit: ^12.0
README
Cron jQuery plugin
Originaly created in july 2012.
Important ⚠️
1️⃣ The project is hosted on GitLab (github is only a synchronized repo).
2️⃣ I have not the time to maintain anything here outside the small php class.
3️⃣ Make a PR if you want to have a chance to see changes.
4️⃣ This is a very old project, nowadays, it could be ported to be browser-native without any jQuery.
If you are a JS developer and want to maintain this repo, feel free to contact me.
Features
- multi select
- i18n
- custom binding with dom element (can be two ways sync for instance with input)
- lots of options (reset button, default value, ...)
- php class to test matching dates
Alternatives
- react-js-cron: A React cron editor with antd inspired by jqCron