fyrts/carflow-php

API wrapper for Carflow.pro

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/fyrts/carflow-php

1.0.1 2017-12-19 11:26 UTC

This package is auto-updated.

Last update: 2025-09-29 02:06:41 UTC


README

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);