Download the PHP package scientiamobile/wm-client without Composer
On this page you can find all versions of the php package scientiamobile/wm-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scientiamobile/wm-client
More information about scientiamobile/wm-client
Files in scientiamobile/wm-client
Package wm-client
Short Description WURFL Microservice PHP API
License proprietary
Informations about the package wm-client
ScientiaMobile WURFL Microservice Client for PHP
WURFL Microservice (by ScientiaMobile, Inc.) is a mobile device detection service that can quickly and accurately detect over 500 capabilities of visiting devices. It can differentiate between portable mobile devices, desktop devices, SmartTVs and any other types of devices that have a web browser.
This is the PHP Client API for accessing the WURFL Microservice. The API is released under Open-Source and can be integrated with other open-source or proprietary code. In order to operate, it requires access to a running instance of the WURFL Microservice product, such as:
Requirements
PHP 7.4+(runtime)PHP 8.2+(development and testing)jsonextension (almost always included)curlextension is recommended
Note: If you only need to use this library in your application, PHP 7.4+ is sufficient. If you want to run tests or contribute to development, you need PHP 8.2+.
Installation using composer
Examples WURFL Microservice Client
If you cloned this repo directly, you must install the dependencies first with composer install before running the example above.
See more in the examples folder
Testing
Unit tests are included with the client and can be run with PHPUnit.
php vendor/bin/phpunit
Note that in order to get all test to pass, you will need to have an instance of Wurfl Microservice Server running on
localhostport8080otherwise the integration tests will be skipped.
2017 ScientiaMobile Incorporated
All Rights Reserved.
NOTICE: All information contained herein is, and remains the property of ScientiaMobile Incorporated and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to ScientiaMobile Incorporated and its suppliers and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from ScientiaMobile Incorporated.
All versions of wm-client with dependencies
guzzlehttp/guzzle Version ^6
psr/http-message Version ^1.0
psr/simple-cache Version ^1.0