Download the PHP package osa-eg/laravel-tabby-integration without Composer
On this page you can find all versions of the php package osa-eg/laravel-tabby-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download osa-eg/laravel-tabby-integration
More information about osa-eg/laravel-tabby-integration
Files in osa-eg/laravel-tabby-integration
Package laravel-tabby-integration
Short Description The package acts as a Laravel integration for the Tabby API, allowing developers to easily create sessions, handle payments, and manage webhooks in their applications.
License MIT
Informations about the package laravel-tabby-integration
Laravel Tabby Integration
laravel-tabby-integration
is a Laravel package designed to simplify the integration of the Tabby API into your Laravel applications. It provides an easy-to-use interface for creating checkout sessions, handling payments, managing webhooks, and more.
Features
- Create, retrieve, update, and capture payments
- Register, retrieve, update, and remove webhooks
- Integrated logging for API requests and responses
- Simple and intuitive interface
Installation
To install the package, use Composer:
Configuration
Publish the configuration file:
In your .env
file, add the following configurations:
Usage
Create a Checkout Session
Create a new checkout session with the given data.
Reference: Post Checkout Session
Retrieve a Payment
Retrieve a payment by its ID.
Reference: Get Payment
Update a Payment
Update a payment by its ID with new data.
Reference: Update Payment
Capture a Payment
Capture a payment by its ID.
Reference: Capture Payment
Refund a Payment
Refund a payment by its ID.
Reference: Refund Payment
List Payments
Retrieve a list of payments with optional parameters.
Reference: List Payments
Register a Webhook
Register a new webhook with the given data.
Reference: Post Webhook
List Webhooks
Retrieve a list of webhooks.
Reference: Get Webhooks
Retrieve a Webhook
Retrieve a specific webhook by its ID.
Reference: Get Webhook
Update a Webhook
Update a specific webhook by its ID with new data.
Reference: Update Webhook
Remove a Webhook
Remove a specific webhook by its ID.
Reference: Delete Webhook
Logging
The package integrates with Laravel's logging system to provide detailed logs of API requests and responses. Ensure you have a logger configured in your Laravel application to capture these logs.
License
This package is licensed under the MIT License. See the LICENSE file for more details.
All versions of laravel-tabby-integration with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11|^12