https://github.com/ghostwriter/inflector
[WIP] Convert words between singular and plural forms in PHP
https://github.com/ghostwriter/inflector
Last synced: 10 months ago
JSON representation
[WIP] Convert words between singular and plural forms in PHP
- Host: GitHub
- URL: https://github.com/ghostwriter/inflector
- Owner: ghostwriter
- License: other
- Created: 2025-03-24T04:03:32.000Z (about 1 year ago)
- Default Branch: 0.1.x
- Last Pushed: 2025-08-04T16:01:54.000Z (10 months ago)
- Last Synced: 2025-08-04T17:34:22.832Z (10 months ago)
- Language: PHP
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Inflector
[](https://github.com/sponsors/ghostwriter)
[](https://github.com/ghostwriter/inflector/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://packagist.org/packages/ghostwriter/inflector)
work in progress
> [!WARNING]
>
> This project is not finished yet, work in progress.
## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/inflector
```
### Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
## Usage
```php
// work in progress
```
### Credits
- [Nathanael Esayeas](https://github.com/ghostwriter)
- [All Contributors](https://github.com/ghostwriter/inflector/contributors)
### Changelog
Please see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.
### License
Please see [LICENSE](./LICENSE) for more information on the license that applies to this project.
### Security
Please see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.