2017 © Pedro Peláez
 

library carflow-php

API wrapper for Carflow.pro

image

fyrts/carflow-php

API wrapper for Carflow.pro

  • Tuesday, December 19, 2017
  • by Fyrts
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP wrapper for the Carflow API

A simple library for communicating with the Carflow API., (*1)

Some oddities from the original API have been changed. For example, properties are consistently CamelCased., (*2)

Usage

Install using Composer:, (*3)

composer require fyrts/carflow-php, (*4)

Create an instance of Carflow\Client:, (*5)

$client = new Carflow\Client(Carflow\Language::DUTCH);
$vehicles = $client->getBranchVehicles($branch_id, true);

The Versions

19/12 2017

dev-master

9999999-dev

API wrapper for Carflow.pro

  Sources   Download

MIT

The Requires

 

api php carflow

19/12 2017

1.0.1

1.0.1.0

API wrapper for Carflow.pro

  Sources   Download

MIT

The Requires

 

api php carflow

18/12 2017

1.0.0

1.0.0.0

API wrapper for Carflow.pro

  Sources   Download

MIT

The Requires

 

api php carflow