Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.33 KB

File metadata and controls

55 lines (34 loc) · 1.33 KB

A PHP framework agnostic package for Transmission

Tests Psalm

With this package you can easily integrate Transmission Webservice within your PHP project.
If you wish to use this package and want to support future development. Please consider to sponsor.

Installation

You can install the package via composer:

composer require intvent/transmission-api

Usage

$username = 'username';
$password = 'password';
$depot = 'depot';
$verlader = 'verlader';

$client = new IntVent\Transmission\Client($username, $password, $depot, $verlader);

// getVerzendlijst()
$result = $client->getVerzendlijst();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@intvent.nl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.