Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Dec 29, 2022
1 parent 8d7e9ad commit cc0a308
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Official Holiday and Event API for PHP

<!-- TODO packagist -->
<!-- TODO PHP version -->
[![Packagist Version](https://img.shields.io/packagist/v/westy92/holiday-event-api)](https://packagist.org/packages/westy92/holiday-event-api)
[![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/westy92/holiday-event-api/php)](https://php.net/)
[![Build Status](https://github.com/westy92/holiday-event-api-php/actions/workflows/ci.yml/badge.svg)](https://github.com/westy92/holiday-event-api-php/actions)
[![Code Coverage](https://codecov.io/gh/westy92/holiday-event-api-php/branch/main/graph/badge.svg)](https://codecov.io/gh/westy92/holiday-event-api-php)
[![Type Coverage](https://shepherd.dev/github/westy92/holiday-event-api-php/coverage.svg)](https://shepherd.dev/github/westy92/holiday-event-api-php)
Expand All @@ -19,8 +19,10 @@ Access to the Holiday and Event API requires an API Key. You can get for one for

## Installation

The recommended way to install holiday-event-api is through [Composer](https://getcomposer.org/).

```
TODO
composer require westy92/holiday-event-api
```

## Example
Expand Down Expand Up @@ -66,4 +68,8 @@ try {
} catch (\Exception $e) {
echo $e;
}
```
```

## License

holiday-event-api is made available under the MIT License (MIT). Please see the [License File](LICENSE) for more information.

0 comments on commit cc0a308

Please sign in to comment.