gadelgado / singularizer
PHP Library to convert english words from plural to singular
Installs: 1 313
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2025-06-22 23:12:31 UTC
README
Lightweight utility to convert plural form of words to singular
Getting Started
Intall package
composer require gadelgado/singularizer
Use
<?php
use Gadelgado\Singularizer\Singularizer;
$singular = Singularizer::singularize($plural);
Licence
The MIT License (MIT). Please see License File for more information.