2017 © Pedro Peláez
 

library earny-php-client

Simple Earny API client

image

webiq/earny-php-client

Simple Earny API client

  • Wednesday, April 11, 2018
  • by WebIQ
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 25 % Grown

The README.md

Earny API Client

Simple wrapper for the Earny!, (*1)

Examples. For more information about the Earny API, visit their documentation page., (*2)

Use this source at your own risk. Please report any bugs or improvements., (*3)

Add Draft
$earny_data = [
    'idcontact' => 1,
    'idpaymentmethod' => 2,
    'idtemplate' => 3,
    'language' => 'nl',
    'rules' => [[
        'idcategory' => 4,
        'idvatgroup' => 5,
        'productcode' => 6,
        'name' => 'Some Product name',
        'description' => 'Some cool description'
        'price' => 10.00,
        'amount' => 2
    ]],
];

// insert into the database
$earny = new Earny\Earny('your@username.com', 'withyourpassword');
$result = $earny->addDraft($earny_data);

The Versions

11/04 2018

dev-master

9999999-dev http://www.earny.nl

Simple Earny API client

  Sources   Download

proprietary

The Requires

  • ext-curl *

 

by Hugo Zonderland

earny earny client earny api

26/04 2016

1.2.1

1.2.1.0 http://www.earny.nl

Simple Earny API client

  Sources   Download

proprietary

The Requires

  • ext-curl *

 

by Hugo Zonderland

earny earny client earny api