Download the PHP package tabbyai/laravel without Composer

On this page you can find all versions of the php package tabbyai/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel

Tabby Laravel Package

The Tabby Laravel Package (tabbyai/laravel) provides an easy-to-use integration with Tabby, a payment gateway service, allowing developers to create seamless checkout sessions within their Laravel applications.

Features

  1. Easy Setup: Install via Composer and configure with API keys.
  2. Checkout Management: Create and retrieve checkout sessions, including payment URLs for easy redirection.

  3. Payment Management: Retrieve, update, capture, refund, close payments, and list payments with filters.

  4. Webhook Management: Register, retrieve, update, and delete webhooks to receive real-time event notifications.

  5. Error Handling: Built-in exception management for smoother integration and user experience.

How to Use

Step 1: Installation

To install the package via Composer, run:


Step 2: Configuration

Before you use the TabbyService, make sure you have the required API keys and configuration values. You need:


Step 3: Create an Instance of TabbyService

You need to initialize an instance of TabbyService by passing the necessary configuration values.


Step 4: Using Checkout Functions

Creating a Checkout Session

To create a checkout session, you'll need the buyer's information, order details, and shipping address.

This will return a CheckoutSession object containing session details.

Retrieving a Checkout Session

To retrieve a previously created checkout session, use the session ID:

This will return a CheckoutSession object containing session details.


Step 5: Using Payment Functions

Retrieve a Payment

To retrieve details of a specific payment by its ID:

Update a Payment

Capture a Payment

Capture a payment after the transaction:

Refund a Payment

Close a Payment

List of Payments


Step 6: Using Webhook Functions

Register a Webhook

To register a new webhook for receiving events from Tabby:

Retrieve All Webhooks

To retrieve all registered webhooks:

Retrieve a Specific Webhook

Update a Webhook

Delete a Specific Webhook


Exception Handling

The package throws exceptions for any failed API requests or missing configuration. Ensure to handle them properly in your code to provide a smooth user experience.

License

This package is open-source software licensed under the MIT license.


All versions of laravel with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tabbyai/laravel contains the following files

Loading the files please wait ....