PHP Package: phpclassic/php-shopify

A PHP library for Shopify integration, providing seamless connectivity and data synchronization.

Current Version: 1.2.15
Last Updated: 2025-07-20
PHP Requirement: >=5.6
Dependencies:
guzzle/guzzle
phpclassic/php-auth
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The php-shopify library offers robust features for easy integration with Shopify APIs, enabling efficient management of products, orders, and customer data. With extensive documentation and flexible customization options, developers can streamline e-commerce development processes and enhance online store functionality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.2.15

Download Download v1.2.15

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/phpclassic/php-shopify/1.2.15/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/phpclassic/php-auth/{lib_version}/loader.php';

use PhpClassic\PhpShopify\ShopifyClient;
use GuzzleHttp\Client;
use PhpClassic\PhpAuth\Authentication;

$obj = new ShopifyClient();
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.