nitotm/efficient-language-detector
Fast and accurate natural language detection. Detector written in PHP. Nito-ELD, ELD.
v3.2.0
427K downloads/mo
#3721 most downloaded on Packagist
nitotm/efficient-language-detector
What this package is like to depend on
Last release 5 months ago
20 Mar 2026
Release timing varies
gaps range from 4 weeks to 1.2 years
Most releases are documented
notes for 6 of 9 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
10 releases · first in 2023
3 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jun 2023 to Mar 2026Releases
latest 10-
v3.2.020 Mar 2026Release notes
Open source →ELD database new default size is
large, and modestring.Compared with previous
arraymode,stringreduces peak memory up to 35x and memory usage by 30x, enabling larger databases as default with higher accuracy.large-stringhas a 50% memory reduction oversmall-array.
stringis only about 2x slower thanarray, which is still quite fast. -
v3.1.112 Jan 2026Release notes
Open source →ELD has now database execution modes: array, string, bytes and disk. More Info at README.
Current default, that matches previous execution is
array-small. (Small for database size)In a future version, the new default will be
string-large, so I encourage trying it.v3.1.1 : Composer install fix
-
v3.1.008 Jan 2026Nothing published for this version
-
v3.0.010 Oct 2024Release notes
Open source →Changes from ELD v2 to v3:
detect()->language now returns string 'und' for undetermined instead of NULL Databases are not compatible, and bigger, medium v2 ≈ small v3 dynamicLangSubset() function is removed Function cleanText() is now named enableTextCleanup() -
v3.0.0-BETA05 Sep 2024 pre-releaseNothing published for this version
-
v2.1.210 Sep 2024Nothing published for this version
-
v2.1.119 Jun 2024Release notes
Open source →Remove files in tests/ misc/ and benchmark/ from the installation when installing the library via composer install --prefer-dist
-
v2.1.001 Oct 2023Nothing published for this version
-
v2.0.017 Jul 2023 -
v1.0.319 Jun 2023