Download the PHP package theimagingsource/tisd without Composer
On this page you can find all versions of the php package theimagingsource/tisd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download theimagingsource/tisd
More information about theimagingsource/tisd
Files in theimagingsource/tisd
Package tisd
Short Description PHP wrapper for The Imaging Source Download System Web API. Authored and supported by The Imaging Source Europe GmbH.
License BSD-3-Clause
Informations about the package tisd
PHP Wrapper for The Imaging Source Download System Web API
The Imaging Source produces a large number of downloadable files (drivers, end-user software, documentation, images etc.). These resources are published at dl.theimagingsource.com and are available via a JSON-based API. In addition to encapsulating the functionality of the JSON-based API, this component library provides several helper objects to make access to The Imaging Source downloads as simple and quick as possible.
Installation
Use Composer to install the SDK:
Sample Endpoints
Return all supported locales
Return all supported contexts
Return meta information and statistics
Return all data (consolidated)
Return all packages in "Downloads"
Return all packages in "Downloads" -> "Drivers"
Return package matching product code ID
Return package matching package ID
Return package matching UUID
Programming Samples
The SDK ships with comprehensive samples illustrating all functionality. Please take a look in the /bin
directory.
Unit Tests
The SDK ships with complete unit tests. Simply run composer test
in the root directory.