Skip to content

fyrts/carflow-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP wrapper for the Carflow API

A simple library for communicating with the Carflow API.

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

Usage

Install using Composer:

composer require fyrts/carflow-php

Create an instance of Carflow\Client:

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

About

API wrapper for Carflow.pro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages