Skip to content

PHP port of the Lingua::EN::Inflect Perl module's A() and AN() subroutines

License

Notifications You must be signed in to change notification settings

bmstanley/php-indefinite-article

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Indefinite Article Library

PHP implementation of the Lingua::EN::Inflect Perl module's A() and AN() subroutines, originally ported to PHP by Niko Salminen, and then by made into composer package by Zach Flower.

Installation

Via Composer

Require the library and update via Composer

composer require bmstanley/indefinite-article
composer update

Usage

The PHP Indefinite Article Library is used to determine the proper indefinite article to use before a word ('a' or 'an'). To do so, simply call the invoke() method with your word or phrase:

IndefiniteArticle::invoke('elephant')

The method will return a string prefixed with the appropriate indefinite article:

an elephant

Copyright and License

Original Perl module Copyright © 1997-2009 Damian Conway; Original PHP port Copyright © 2012 Niko Salminen; Original library copyright © 2016 Zachary Flower and copyright © 2018 Spenser Hale; Current library copyright © 2019 Brian Stanley; Code released under the BSD license.

About

PHP port of the Lingua::EN::Inflect Perl module's A() and AN() subroutines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%