PHP Package: jenssegers/agent

Jenssegers Agent is a PHP library for parsing user agent strings to identify devices, browsers, and platforms for SEO optimization purposes.

Current Version: 2.6.4
Last Updated: 2020-06-13
PHP Requirement: >=5.6
Dependencies: None

Package Description

Jenssegers Agent is a powerful PHP library that allows you to analyze and identify various user agent strings. By accurately detecting devices, browsers, and platforms, it enables you to optimize your website for search engines and provide a better user experience. With extensive capabilities and regular updates, Jenssegers Agent simplifies the process of handling user agent data in your PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.6.4

Download Download v2.6.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/jenssegers/agent/2.6.4/loader.php';
use Jenssegers\Agent\Agent;

$obj = new Agent();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.