Skip to content

getcohesive/marketplace_sdk_php

Repository files navigation

League Skeleton

Latest Version Software License Total Downloads

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install

Via Composer

$ composer require cohesive/sdk

Usage

$sdk = new cohesive\sdk\CohesiveSDK(
    'https://example.com',
    'api_key',
    'app_id',
    'app_secret'
);
echo $sdk->validateToken($token);

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages