chore: add deprecation notice

This commit is contained in:
Josh Sherman 2019-10-10 21:18:53 -05:00
parent ad4f80f626
commit 46ea685d62
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -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);
```