Download the PHP package imliam/php-indefinite-article without Composer
On this page you can find all versions of the php package imliam/php-indefinite-article. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imliam/php-indefinite-article
More information about imliam/php-indefinite-article
Files in imliam/php-indefinite-article
Package php-indefinite-article
Short Description Determine the indefinite article of an English term
License MIT
Homepage https://github.com/imliam/php-indefinite-article
Informations about the package php-indefinite-article
PHP Indefinite Articles
Determine the indefinite article of an English term.
An indefinite article is the word that comes before nouns or noun equivalents in English, such as "a" or "an". If the word starts with a consonant sound, the article used should be "a" — for example "banana" becomes "a banana". If the word starts with a vowel sound, the article used should be "an" — for example "apple" becomes "an apple".
This is not as simple as checking whether the first character of the word is a vowel or consonant as that does not determine the sound pronounced when speaking the word.
This is a port of Eamon Nerbonne's original solution for the problem.
- PHP Indefinite Articles
- 💾 Installation
- 📝 Usage
- ✅ Testing
- 🔖 Changelog
- ⬆️ Upgrading
- 🎉 Contributing
- 🔒 Security
- 👷 Credits
- ♻️ License
💾 Installation
You can install the package with Composer using the following command:
📝 Usage
✅ Testing
🔖 Changelog
Please see the changelog file for more information on what has changed recently.
⬆️ Upgrading
Please see the upgrading file for details on upgrading from previous versions.
🎉 Contributing
Please see the code of conduct for details on contributing to the project.
🔒 Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
👷 Credits
- Liam Hammett
- Eamon Nerbonne for the original solution
- All Contributors
♻️ License
The MIT License (MIT). Please see the license file for more information.