Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-418 committed Nov 1, 2023
1 parent 0813b84 commit 4362e47
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# title
# Banana.dev PHP SDK

## Using it

Refer to our [main docs](https://docs.banana.dev) for running inference with your AI apps on Banana.dev.
Refer to our [API docs](https://docs.api.banana.dev) for interacting with the API.

To get started:

```sh
composer require banana-dev/banana-dev
```

```php
<?php

use BananaDev/Client;
use BananaDev/API;

$client = new Client("your api key", "https://project-slug.run.banana.dev");
$api = new API("your api key");
```

## Testing

```sh
Expand Down

0 comments on commit 4362e47

Please sign in to comment.