Adds PHP Composer package details to README (#323)

Co-authored-by: Martin Cech <cech.marten@gmail.com>
This commit is contained in:
Elliot J. Reed 2022-08-12 23:39:25 +01:00 committed by GitHub
parent 715811b055
commit 1815cbf817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ function isDisposableEmail($email, $blocklist_path = null) {
}
```
Alternatively check out Composer package https://github.com/elliotjreed/disposable-emails-filter-php.
**Go** contributed by [@pjebs](https://github.com/pjebs)
```go
@ -64,8 +66,7 @@ func isDisposableEmail(email string) (disposable bool) {
}
```
Alternatively, [anti-disposable-email](https://github.com/rocketlaunchr/anti-disposable-email) which auto-updates based on this repo.
Alternatively check out Go package https://github.com/rocketlaunchr/anti-disposable-email.
**Ruby on Rails** contributed by [@MitsunChieh](https://github.com/MitsunChieh)