shoppy / shoppy-php
Shoppy PHP Library
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 13 329
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 7
Forks: 2
Open Issues: 4
Requires
- php: >=7.0.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-17 08:13:03 UTC
README
You can sign up for a Shoppy account at https://shoppy.gg.
Requirements
PHP 7.0.0 and later.
Composer
You can install the library via Composer. Run the following command:
composer require shoppy/shoppy-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Documentation
Please see https://shoppy.dev for up-to-date documentation.