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: 2.0.0
Last Updated: 2025-09-04
PHP Requirement: >=8.0
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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.0

Download Download v2.0.0

Previous Versions

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/2.0.0/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.