Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2018-03-20 (1 year ago) | Not enough user ratings | Total: 393 | All time: 6,461 This week: 408 |
Version | License | PHP version | Categories | |||
extract-name-email 1.2.23 | Free To Use But R... | 5.0 | Email, PHP 5, Text processing |
# Name From Email String Extracts person's real name from an email (or any) string. ## Usage ```php use peterkahl\nameFromString\nameFromString; $email = 'johnbutterworth@genius.whatever'; echo nameFromString::getName($email); # John Butterworth ``` ## Dictionary This class depends on a dictionary of names. While it is good to have large dictionary of all possible strings (names), having the dictionary too large may cause erroneous results. Remember, you can never expect a precise result from this class; in most cases, the results are quite precise. For your convenience, extended version of the dictionary is provided. You may, also, create your own dictionary, especially if the one provided doesn't contain the names that are common in your geographical area. |
Files |
File | Role | Description | ||
---|---|---|---|---|
src (3 files) | ||||
composer.json | Data | Auxiliary data | ||
README.md | Doc. | Readme | ||
LICENSE | Doc. | License |
Files | / | src |
File | Role | Description |
---|---|---|
dictionary-names-extended.php | Aux. | Auxiliary script |
dictionary-names.php | Aux. | Auxiliary script |
nameFromString.php | Class | Class source |
extract-name-email-2018-03-20.zip 22KB | |
extract-name-email-2018-03-20.tar.gz 19KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
github.com/peterkahl/name-extractor Get the latest version on GitHub |