From 1815cbf817ba63916bb02ff24ff997b1a11045ca Mon Sep 17 00:00:00 2001 From: "Elliot J. Reed" Date: Fri, 12 Aug 2022 23:39:25 +0100 Subject: [PATCH] Adds PHP Composer package details to README (#323) Co-authored-by: Martin Cech --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20ee554..a89959c 100644 --- a/README.md +++ b/README.md @@ -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)