warleyelias / skyhub-php
This is the official PHP SDK for integration with SkyHub.
1.0.3
2018-11-12 16:37 UTC
Requires
- php: >=5.4
- guzzlehttp/guzzle: ^5.3
- monolog/monolog: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5
- squizlabs/php_codesniffer: ^3.0@dev
This package is auto-updated.
Last update: 2025-03-01 00:24:13 UTC
README
SkyHub - PHP SDK
Esta é a SDK (Software Developmen Kit) oficial da SkyHub, construída em PHP, que você pode utilizar para integrar sua plataforma aos nossos serviços.
Veja um exemplo de como é fácil utilizar:
<?php require_once './vendor/autoload.php'; $email = 'teste.sdk@skyhub.com.br'; $apiKey = 'ddRTGUrf_bho17FooTjC'; /** @var \SkyHub\Api $api */ $api = new SkyHub\Api($email, $apiKey); /** @var \SkyHub\Api\Handler\Request\Catalog\Product\AttributeHandler $requestHandler */ $requestHandler = $api->productAttribute(); /** * Create an Attribute * @var SkyHub\Api\Handler\Response\HandlerInterface $response */ $response = $requestHandler->create('color', 'Color', [ 'Blue', 'White', 'Green', 'Yellow' ]); if ($response->success()) { echo 'SUCCESS!'; }
Wiki
- Requisitos do Sistema
- Credenciais
- Instalação e Setup
- Utilizando a SDK
Contribuindo com o Código
Sua contribuição é sempre bem vinda! Por favor, leia a documentação de contribuição de código.
Autores
Warley Elias
Suporte
Para solicitações de suporte, por favor, envie um e-mail para o seguinte endereço: