swoft-ext icon indicating copy to clipboard operation
swoft-ext copied to clipboard

🗂 Swoft extension components: amqp, apollo, breaker, consul, elasticsearch, grpc, kafka, limiter, view, zipkin

Results 3 swoft-ext issues
Sort by recently updated
recently updated
newest added

### fix Cron - 修复cron 不支持每几秒触发一次的问题 ### 使用方式 ```php class CronTask { /** * @Cron(value="*\/5 * * * *") */ public function check(): void { CLog::info("定时任务每5秒触发"); } } ```

Updates the requirements on [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) to permit the latest version. Changelog Sourced from php-amqplib/php-amqplib's changelog. 3.0.0 - 2021-03-16 This version introduces PHP8 compatibility. GitHub Milestone 2.12.2 - 2021-02-12 GitHub Milestone...

dependencies

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Changelog Sourced from phpunit/phpunit's changelog. [8.5.8] - 2020-06-22 Fixed #4312: Fix for #4299 breaks backward compatibility [8.5.7] - 2020-06-21 Fixed...

dependencies