PHP Package: cbschuld/browser.php

Browser.php is a PHP library for handling browser-related functions, providing seamless user-agent parsing and detection capabilities for web applications.

Current Version: 1.9.6
Last Updated: 2020-04-14
PHP Requirement: >=7.2
Dependencies: None

Package Description

Browser.php is a versatile PHP library designed to simplify browser detection tasks, offering a comprehensive set of functions to identify and work with various user agents. With extensive documentation and robust features, it streamlines the process of extracting browser details for enhanced web development.

🔗 View on GitHub

Download Latest Version: 1.9.6

Download Download v1.9.6

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/cbschuld/browser.php/1.9.6/loader.php';
require_once 'libs/vendor/name/{lib_version}/loader.php';

use FullyQualifiedClassName4;
use FullyQualifiedClassName5;

$obj = new ();
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.