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:
-
WURFL Microservice for Docker: https://www.scientiamobile.com/products/wurfl-microservice-docker-detect-device/
-
WURFL Microservice for AWS: https://www.scientiamobile.com/products/wurfl-device-detection-microservice-aws/
-
WURFL Microservice for Azure: https://www.scientiamobile.com/products/wurfl-microservice-for-azure/
- WURFL Microservice for Google Cloud Platform: https://www.scientiamobile.com/products/wurfl-microservice-for-gcp/
Requirements
PHP 5.5+
(suggested PHP >= 7.1)json
extension (almost always included)curl
extension is recommended
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
localhost
port8080
otherwise 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