2017 © Pedro Peláez
 

library amp-magento-soap-client

An async Magento 1.x SOAP client to be used with Amphp framework

image

webgriffe/amp-magento-soap-client

An async Magento 1.x SOAP client to be used with Amphp framework

  • Saturday, February 24, 2018
  • by mmenozzi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 146 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

AMP Magento 1.x SOAP Client

⚠️ This repo is unmaintained ⚠️, (*1)

Build Status, (*2)

This is an asyncronous Magento 1.x SOAP client powered by Amp and clue/soap-react client., (*3)

Installation

Use Composer require:, (*4)

composer require webgriffe/amp-magento-soap-client

Usage / Example

<?php

require_once 'vendor/autoload.php';

\Amp\Loop::run(function () {
    /** @var \Webgriffe\AmpMagentoSoapClient\Client $client */
    $client = yield (new \Webgriffe\AmpMagentoSoapClient\Factory(
        'http://magento.host/api/soap/?wsdl',
        'username',
        'password',
        '8.8.8.8' // Optional nameserver IP
    ))->create();

    yield $client->login();
    $result = yield $client->call('catalog_product.list', []);
    var_dump($result);
});

License

This library is under the MIT license. See the complete license in the LICENSE file., (*5)

Credits

Developed by Webgriffe®., (*6)

The Versions

24/02 2018

dev-master

9999999-dev

An async Magento 1.x SOAP client to be used with Amphp framework

  Sources   Download

MIT

The Requires

 

The Development Requires

24/02 2018

1.0.0

1.0.0.0

An async Magento 1.x SOAP client to be used with Amphp framework

  Sources   Download

MIT

The Requires

 

The Development Requires