|
1 | 1 | # laravel-process-async |
| 2 | +[![Packagist License][packagist-license-image]][packagist-url] |
| 3 | +[![Packagist Version][packagist-version-image]][packagist-url] |
| 4 | +[![Packagist Downloads][packagist-downloads-image]][packagist-stats-url] |
| 5 | +[![PHP Dependency Version][php-version-image]][packagist-url] |
| 6 | +[![GitHub Repo Stars][github-stars-image]][github-repo-url] |
| 7 | + |
2 | 8 | Utilize Laravel Processes to run PHP code asynchronously. |
3 | 9 |
|
4 | 10 | ## What really is this? |
@@ -39,3 +45,25 @@ PHPUnit via Composer script: |
39 | 45 | ```sh |
40 | 46 | composer run-script test |
41 | 47 | ``` |
| 48 | + |
| 49 | +Latest results of cross-platform testing: |
| 50 | +|Runtime|Ubuntu|Windows| |
| 51 | +|---|---|---| |
| 52 | +|Laravel 10 (PHP 8.1)|[![Build-U-L10-PHP80100][build-u-l10-php80100-image]][build-u-l10-php80100-url]|🛠️| |
| 53 | +|Laravel 11 (PHP 8.2)|[![Build-U-L11-PHP80200][build-u-l11-php80200-image]][build-u-l11-php80200-url]|🛠️| |
| 54 | +|Laravel 12 (PHP 8.3)|🛠️|🛠️| |
| 55 | + |
| 56 | +[packagist-url]: https://packagist.org/packages/vectorial1024/laravel-process-async |
| 57 | +[packagist-stats-url]: https://packagist.org/packages/vectorial1024/laravel-process-async/stats |
| 58 | +[github-repo-url]: https://github.com/Vectorial1024/laravel-process-async |
| 59 | + |
| 60 | +[build-u-l10-php80100-url]: https://github.com/Vectorial1024/laravel-process-async/actions/workflows/ubuntu_l10.yml |
| 61 | +[build-u-l10-php80100-image]: https://img.shields.io/github/actions/workflow/status/Vectorial1024/laravel-process-async/ubuntu_l10.yml?style=plastic |
| 62 | +[build-u-l11-php80200-url]: https://github.com/Vectorial1024/laravel-process-async/actions/workflows/ubuntu_l10.yml |
| 63 | +[build-u-l11-php80200-image]: https://img.shields.io/github/actions/workflow/status/Vectorial1024/laravel-process-async/ubuntu_l10.yml?style=plastic |
| 64 | + |
| 65 | +[packagist-license-image]: https://img.shields.io/packagist/l/vectorial1024/laravel-process-async?style=plastic |
| 66 | +[packagist-version-image]: https://img.shields.io/packagist/v/vectorial1024/laravel-process-async?style=plastic |
| 67 | +[packagist-downloads-image]: https://img.shields.io/packagist/dm/vectorial1024/laravel-process-async?style=plastic |
| 68 | +[php-version-image]: https://img.shields.io/packagist/dependency-v/vectorial1024/laravel-process-async/php?style=plastic&label=PHP |
| 69 | +[github-stars-image]: https://img.shields.io/github/stars/vectorial1024/laravel-process-async |
0 commit comments