Download the PHP package imliam/php-name-of-person without Composer
On this page you can find all versions of the php package imliam/php-name-of-person. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imliam/php-name-of-person
More information about imliam/php-name-of-person
Files in imliam/php-name-of-person
Package php-name-of-person
Short Description Present names for English-language applications.
License MIT
Homepage https://github.com/imliam/php-name-of-person
Informations about the package php-name-of-person
Name of Person
Present names for English-language applications where a first and last name combined is sufficient. This approach does not cover all possible naming cases, deal with other languages or titles.
This is a rough port of the Ruby package of the same name from Basecamp.
- Name of Person
- 💾 Installation
- 📝 Usage
- ✅ Testing
- 🔖 Changelog
- ⬆️ Upgrading
- 🎉 Contributing
- 🔒 Security
- 👷 Credits
- ♻️ License
💾 Installation
You can install the package with Composer using the following command:
📝 Usage
The package supplies a single class that can be instantiated with a string containing the original name of a person.
The class has a handful of methods that can be called to return different variations of the supplied name.
These methods take care to handle some of the situations that are often awkward to process and missed when handling names that come from user-input so aren't always reliable.
One such example is that names with particles can be capitalised properly with the getProperName()
method.
✅ 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
- Basecamp for the original Ruby gem
- Armand Niculescu for the logic to capitalise names with particles
- All Contributors
♻️ License
The MIT License (MIT). Please see the license file for more information.