Skip to content

Commit a99ce81

Browse files
committed
Add badges, etc
1 parent 9a95611 commit a99ce81

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
Utilize Laravel Processes to run PHP code asynchronously.
39

410
## What really is this?
@@ -39,3 +45,25 @@ PHPUnit via Composer script:
3945
```sh
4046
composer run-script test
4147
```
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

Comments
 (0)