Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
46ea685d62 |
1 changed files with 9 additions and 1 deletions
10
README.md
10
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
|
# php-holidayapi
|
||||||
|
|
||||||
Official PHP library for [Holiday API](https://holidayapi.com)
|
Official PHP library for [Holiday API](https://holidayapi.com)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -27,4 +36,3 @@ $parameters = array(
|
||||||
|
|
||||||
$response = $hapi->holidays($parameters);
|
$response = $hapi->holidays($parameters);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in a new issue