mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-23 00:58:11 +08:00
Adds PHP Composer package details to README (#323)
Co-authored-by: Martin Cech <cech.marten@gmail.com>
This commit is contained in:
parent
715811b055
commit
1815cbf817
@ -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** contributed by [@pjebs](https://github.com/pjebs)
|
||||||
|
|
||||||
```go
|
```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)
|
**Ruby on Rails** contributed by [@MitsunChieh](https://github.com/MitsunChieh)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user