2017 © Pedro PelĆ”ez
 

library ricardo

PHP Library to get access to the Ricardo.ch API

image

diglin/ricardo

PHP Library to get access to the Ricardo.ch API

  • Wednesday, March 28, 2018
  • by diglin
  • Repository
  • 1 Watchers
  • 3 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 37 Versions
  • 26 % Grown

The README.md

Introduction

The Diglin ricardo.ch source code is a PHP Library to get access to the ricardo.ch API which is a .NET Webservice sending Json or SOAP requests. With this library we handle only json requests., (*1)

Installation

Install for custom framework

To start you have to include in your PHP include path, the folder of your library folder where you are going to install this library and then set the autoloader. Here is an example with a provided autoloader:, (*2)

require_once __DIR__ . '/src/SplAutoloader.php';
$autoload = new SplAutoloader(null, realpath(dirname(__DIR__) . '/src'));
$autoload->register();

Install via Composer

Add the following requirements into your composer.json at root project level. You do not need to add an autoloader, composer will handle it for you if your application is compatible with it., (*3)

 {
    "require" : {
        "diglin/ricardo": "1.*"
    },
    "repositories" : [
        {
            "type": "vcs",
            "url": "git@github.com:diglin/ricardo.git"
        }
    ]
 }
 ```

### Magento Composer Installer

 In your `composer.json` at the Magento project level, you will have to set the following informations:

 ```
 {
    "require" : {
        "magento-hackathon/magento-composer-installer" : "*",
        "diglin/ricardo": "1.*"
    },
    "repositories" : [
        {
            "type" : "composer",
            "url" : "http://packages.firegento.com"
        },
        {
            "type": "vcs",
            "url": "git@github.com:diglin/ricardo.git"
        }
    ],
    "extra" : {
        "magento-root-dir" : "./"
    },
    "scripts": {
        "post-package-install": [
            "Diglin\\Ricardo\\Composer\\Magento::postPackageAction"
        ],
        "post-package-update": [
            "Diglin\\Ricardo\\Composer\\Magento::postPackageAction"
        ],
        "pre-package-uninstall": [
            "Diglin\\Ricardo\\Composer\\Magento::cleanPackageAction"
        ]
    }
 }
 ```

## How to use it

 TODO

## Tests

### How to configure the test case

To configure the test, please create an ini file in `tests/conf/config.ini` with the following content:
Pay attention, you need two different configurations for each interface language. During the tests, only the German section is supported. So use only this one.


// Ricardo API Config for German version (for example)

[GERMAN] host = ws.betaqxl.com partnership_key = YOUR_PARTNER_KEY partnership_passwd = YOUR_PARTNER_PASS partner_url = YOUR_WEBSITE_URL allow_authorization_simulation = true customer_username = customer_password = '' debug = true display_test_content = true, (*4)

[FRENCH] host = ws.betaqxl.com partnership_key = YOUR_PARTNER_KEY partnership_passwd = YOUR_PARTNER_PASS partner_url = YOUR_WEBSITE_URL allow_authorization_simulation = true customer_username = customer_password = '' debug = true display_test_content = true ```, (*5)

The Versions

28/03 2018

dev-master

9999999-dev http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

28/03 2018

1.2.3

1.2.3.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

29/09 2016

1.2.2

1.2.2.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

04/12 2015

dev-develop

dev-develop http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

04/12 2015

1.2.1

1.2.1.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

26/07 2015

1.2.0

1.2.0.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

26/04 2015

1.1.10

1.1.10.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

25/04 2015

1.1.9

1.1.9.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

05/04 2015

1.1.8

1.1.8.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

31/03 2015

dev-feature/RIC-118-bulk-method

dev-feature/RIC-118-bulk-method http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

09/03 2015

1.1.7

1.1.7.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

21/02 2015

1.0.18

1.0.18.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

21/02 2015

1.1.6

1.1.6.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

18/02 2015

1.0.17

1.0.17.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

18/02 2015

1.1.5

1.1.5.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

08/02 2015

1.0.16

1.0.16.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

08/02 2015

1.1.4

1.1.4.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

31/01 2015

1.0.15

1.0.15.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

23/12 2014

1.0.14

1.0.14.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

21/12 2014

1.0.13.1

1.0.13.1 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

21/12 2014

1.0.13

1.0.13.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

18/12 2014

1.0.12

1.0.12.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

18/12 2014

1.1.3

1.1.3.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

OSL-3.0

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

06/12 2014

1.0.11

1.0.11.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Avatar diglin

05/12 2014

1.0.10

1.0.10.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

03/12 2014

1.1.2

1.1.2.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

OSL-3.0

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

03/12 2014

1.0.9

1.0.9.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

30/11 2014

1.0.8

1.0.8.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

29/11 2014

1.1.1

1.1.1.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

OSL-3.0

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

25/11 2014

1.0.7

1.0.7.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

24/11 2014

1.0.6

1.0.6.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

16/11 2014

1.0.5

1.0.5.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

12/11 2014

1.0.3

1.0.3.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

06/11 2014

1.0.2

1.0.2.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

01/11 2014

1.0.1

1.0.1.0 http://www.ricento.ch

Ricardo.ch extension for Magento.

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • ivanchepurnyi/ecomdev_phpunit 0.3.*

by Sylvain RayƩ

31/10 2014

1.1.0

1.1.0.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

OSL-3.0

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin

21/10 2014

1.0.0

1.0.0.0 http://www.diglin.com

PHP Library to get access to the Ricardo.ch API

  Sources   Download

OSL-3.0

The Requires

  • php >=5.3.2

 

The Development Requires

by Sylvain RayƩ

api php library ricardo diglin