PHP Package: checkout/checkout-sdk-php

A powerful PHP library for integrating secure payment checkout functionalities into your web applications effortlessly.

Current Version: 3.3.0
Last Updated: 2025-06-06
PHP Requirement: >=5.6.0
Dependencies: None

Package Description

Elevate your e-commerce platform with the Checkout SDK for PHP, designed to streamline and secure your payment processes. The SDK offers a range of features, such as seamless integration, scalable solutions, and top-notch security measures, ensuring a smooth and reliable checkout experience for your customers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.3.0

Download Download v3.3.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/checkout/checkout-sdk-php/3.3.0/loader.php';

use Checkout\SDK\Payment;

$obj = new Payment();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.