PHP Package: patrickschur/language-detection

A PHP library for language detection using advanced algorithms and models for accurate results.

Current Version: 5.3.0
Last Updated: 2023-08-18
PHP Requirement: ^7.4 || ^8.0
Dependencies: None

Package Description

The language-detection PHP library is designed to identify languages within text data, providing a valuable tool for multilingual text processing. Leveraging sophisticated algorithms and models, this library ensures precise language detection results. With support for multiple languages, it streamlines language identification tasks and enhances text analysis capabilities for various applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.3.1

Clock Coming soon

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/patrickschur/language-detection/5.3.1/loader.php';
use LanguageDetection\Language;

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