PHP Library to access the APIs provided by useragent.app

Maintainers

Package info

github.com/UserAgentApp/PHP

pkg:composer/useragentapp/api

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2018-06-04 12:49 UTC

This package is not auto-updated.

Last update: 2026-03-19 21:12:43 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.