Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch committed Oct 30, 2023
1 parent dd7707d commit 55ca12e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Teller API SDK
![banner.png](banner.png)
![banner.png](media/banner.png)

An open source PHP SDK to interact with Teller.io on the Laravel framework.

Expand All @@ -13,13 +13,13 @@ An open source PHP SDK to interact with Teller.io on the Laravel framework.

#### If you can help make this package stable for Laravel 6 & 7 please submit a PR.

| Laravel | TellerSDK | PHP Version | Tests |
|:--------|:----------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 10.x | 2.x | 8.1 - 8.2 | [![Laravel 10](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-10.yml/badge.svg)](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-10.yml) |
| 9.x | 2.x | 8.0 - 8.1 | [![Laravel 9](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-9.yml/badge.svg)](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-9.yml) |
| 8.x | 2.x | 7.3 - 8.1 | [![Laravel 8](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-8.yml/badge.svg)](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-8.yml) |
| 7.x | Unknown | 7.2 - 8.0 | Missing |
| 6.x | Unknown | 7.2 - 8.0 | Missing |
| Laravel | TellerSDK | PHP Version | Tests |
|:--------|:------------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 10.x | 2.x | 8.1 - 8.2 | [![Laravel 10](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-10.yml/badge.svg)](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-10.yml) |
| 9.x | 2.x | 8.0 - 8.1 | [![Laravel 9](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-9.yml/badge.svg)](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-9.yml) |
| 8.x | 2.x | 7.3 - 8.1 | [![Laravel 8](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-8.yml/badge.svg)](https://github.com/levizoesch/tellersdk/actions/workflows/laravel-8.yml) |
| 7.x | ![i](media/i.png) | 7.2 - 8.0 | ![x](media/x.png) |
| 6.x | ![i](media/i.png) | 7.2 - 8.0 | ![x](media/x.png) |

---

Expand Down Expand Up @@ -270,7 +270,7 @@ Route::resource('teller/webhook', TellerWebhookController::class, [

Now update your Teller.io developer dashboard and point the webhook to your project. See `Application` menu button on Teller

![img.png](img.png)
![img.png](media/img.png)

---

Expand Down
File renamed without changes
Binary file added media/i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions media/i.pngZone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://raw.githubusercontent.com/
HostUrl=https://raw.githubusercontent.com/drknzz/GitHub-Achievements/main/Media/Misc/Emojis/2139.png
File renamed without changes
Binary file added media/x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55ca12e

Please sign in to comment.