From f7cf09e541a09d045126f877d8761057563ffe90 Mon Sep 17 00:00:00 2001 From: Bubba Date: Tue, 7 Feb 2023 11:00:08 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 770fe6f..d8d5594 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Deprecated +It has been about four years since we have used this package internally and we are no longer in a position to continue supporting it. If anyone in the community would like to take over support of the package, please let us know and we can coordinate a transition. + # Laravel SSH Tunnel Access a service on a remote host, via an SSH Tunnel! For example, people have been asking how to connect to a MySQL server over SSH in PHP for years.