Skip to content

Commit d4fa55b

Browse files
committed
docs: latest version && installation
1 parent fb9daaa commit d4fa55b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Laravel Bus Fluentable
66

7+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/circle33/laravel-bus-fluentable.svg?style=flat-circle)](https://packagist.org/packages/circle33/laravel-bus-fluentable)
78
[![PHPUnit](https://github.com/rust17/laravel-bus-fluentable/actions/workflows/phpunit.yml/badge.svg)](https://github.com/rust17/laravel-bus-fluentable/actions/workflows/phpunit.yml)
89
[![Static Analysis](https://github.com/rust17/laravel-bus-fluentable/actions/workflows/phpstan.yml/badge.svg)](https://github.com/rust17/laravel-bus-fluentable/actions/workflows/phpstan.yml)
910
[![Check Style](https://github.com/rust17/laravel-bus-fluentable/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/rust17/laravel-bus-fluentable/actions/workflows/php-cs-fixer.yml)
@@ -18,6 +19,11 @@ Bus::assertBatched(fn (PendingBatchFake $batchedCollection) =>
1819

1920
This package introduces some helper functions to enhance the testability of batched jobs. Inspired by [fluent JSON testing](https://laravel.com/docs/11.x/http-tests#fluent-json-testing), these methods provide a more streamlined and readable approach to testing job batches within the Laravel application. The goal is to improve developer experience by offering clear, concise methods with illustrative examples.
2021

22+
## Installation
23+
```sh
24+
composer require --dev circle33/laravel-bus-fluentable
25+
```
26+
2127
## Documentation
2228

2329
### `has`

0 commit comments

Comments
 (0)