From 46ea685d62ec30c3ee8ca86263714ad7878d178f Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 10 Oct 2019 21:18:53 -0500 Subject: [PATCH] chore: add deprecation notice --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a07365..5366587 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ +# This repository has moved to [https://github.com/holidayapi/php-holidayapi](https://github.com/holidayapi/php-holidayapi) + +**The PHP package has also been renamed from `joshtronic/php-holidayapi` to `holidayapi/holidayapi-php`** + +**This repository has been archived.** + +--- + # php-holidayapi + Official PHP library for [Holiday API](https://holidayapi.com) ## Installation @@ -27,4 +36,3 @@ $parameters = array( $response = $hapi->holidays($parameters); ``` -