2017 © Pedro PelĆ”ez
 

library skyhub-php

This is the official PHP SDK for integration with SkyHub.

image

warleyelias/skyhub-php

This is the official PHP SDK for integration with SkyHub.

  • Monday, July 2, 2018
  • by warleyelias
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SkyHub - MarketPlace Intelligence, (*1)

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., (*2)

Veja um exemplo de como Ʃ fƔcil utilizar:, (*3)

<?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

  1. Requisitos do Sistema
  2. Credenciais
  3. InstalaĆ§Ć£o e Setup
  4. Utilizando a SDK
    1. Utilizando a API
    2. CatƔlogo
      1. Atributos de Produto
      2. Produtos
      3. Categorias
    3. Pedidos
      1. Consultando Pedidos
      2. Consultando Pedidos
      3. Trabalhando com Filas de Pedidos
      4. Faturando um Pedido
      5. Cancelando um Pedido
      6. Adicionando um Tracking de Pedido
      7. Confirmar Entrega de um Pedido
      8. Obtendo Etiquetas de Pedidos
      9. Pedidos com Problemas de Entrega

Contribuindo com o CĆ³digo

Sua contribuiĆ§Ć£o Ć© sempre bem vinda! Por favor, leia a documentaĆ§Ć£o de contribuiĆ§Ć£o de cĆ³digo., (*4)

Autores

Warley Elias, (*5)

Suporte

Para solicitaƧƵes de suporte, por favor, envie um e-mail para o seguinte endereƧo:, (*6)

warleyelias@gmail.com, (*7)

LicenƧa

The Versions

02/07 2018

dev-master

9999999-dev

This is the official PHP SDK for integration with SkyHub.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Warley Elias

02/07 2018

1.0.1

1.0.1.0

This is the official PHP SDK for integration with SkyHub.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/03 2018

dev-develop

dev-develop

This is the official PHP SDK for integration with SkyHub.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/03 2018

1.0.0

1.0.0.0

This is the official PHP SDK for integration with SkyHub.

  Sources   Download

MIT

The Requires

 

The Development Requires