Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 11, 2023
1 parent 9a436a8 commit 24d58fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Ticketpark PHP API Client

A basic api client to consume the Ticketpark REST API.
A PHP client to consume the Ticketpark REST API.

## Installation

Simply add this library to your composer.json:
Add this library to your composer.json:

```
composer require ticketpark/php-api-client
```

## Usage

Also see `example.php`.

### Getting data (GET)

```php
Expand Down Expand Up @@ -77,5 +79,5 @@ if ($response->isSuccessful()) {


## User credentials
Get in touch with us to get your user credentials:
[tech@ticketpark.ch](mailto:[email protected]), [www.ticketpark.ch](http://www.ticketpark.ch)
Get in touch with us to get your user credentials:<br>
[support@ticketpark.ch](mailto:support@ticketpark.ch)

0 comments on commit 24d58fa

Please sign in to comment.