PHP code example of osa-eg / laravel-tabby-integration
1. Go to this page and download the library: Download osa-eg/laravel-tabby-integration library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
osa-eg / laravel-tabby-integration example snippets
use Osama\TabbyIntegration\Facades\Tabby;
$data = [
// your checkout session data
];
$response = Tabby::createCheckoutSession($data);