Skip to content

reeleezee/reeleezee-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reeleezee-api-php

This repository contains sample code for the Reeleezee API. These samples are explained at the Reeleezee API Documentation site.

Note: the samples are designed for educational purposes and not per se for commercial implementation.

Dependencies

The samples have no additional dependencies, just make sure you have enabled the php_curl extension in your php.ini file.

extension=php_curl[.dll/.so]

Getting Started

To run the sample programs you need to:

$username = 'username';
$password = 'password';
$uri = 'https://portal.reeleezee.nl/api/v1';

After that you're all set to run the samples.

About

Sample client code for the Reeleezee API in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published