PHP Library to access the APIs provided by useragent.app

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/useragentapp/api

1.0.1 2018-06-04 12:49 UTC

This package is not auto-updated.

Last update: 2025-12-11 19:46:29 UTC


README

PHP binding for the UserAgent.App binding

Install

The package is PSR-4 compliant, either use a package manager or a standards compliant autoloader (like the one included in the examples directory).

Via composer: composer require useragentapp/api

Requirements

  • API KEY
  • PHP 5.3+
  • CURL

Notes

We have chosen to not make use of exceptions for error communication due to their impact on speed of code execution and relative difficulty for beginners.