Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-12-20 (Yesterday) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
initials 1.0 | Custom (specified... | 5 | Algorithms, Text processing, PHP 7 |
Description | Author | |
This package can get the initial letters of a name. |
A package utility to work with Initials Names, for show in front if the user do not have a picture.
This package available by Composer:
"celsonery/initials": "^1.0"
or run
composer require celsonery/initials
In your class import this trait
use CelsoNery\EanUtils\Services\Traits\Initials;
class YourClassName
{
use Initials;
public function yourMethod()
{
$initials = $this->getInitials("User Name"));
}
}
Please see CONTRIBUTING for details.
Thank you
The MIT License (MIT). Please see License File for more information.
Files (24) |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
reports (3 files, 3 directories) | ||||
src (1 directory) | ||||
tests (1 directory) | ||||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
CONTRIBUTING.md | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
phpunit.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (24) | / | reports |
File | Role | Description | ||
---|---|---|---|---|
_css (4 files) | ||||
_icons (2 files) | ||||
_js (5 files) | ||||
dashboard.html | Doc. | Documentation | ||
index.html | Doc. | Documentation | ||
Initials.php.html | Doc. | Documentation |
Files (24) | / | reports | / | _css |
File | Role | Description |
---|---|---|
bootstrap.min.css | Data | Auxiliary data |
nv.d3.min.css | Data | Auxiliary data |
octicons.css | Data | Auxiliary data |
style.css | Data | Auxiliary data |
Files (24) | / | reports | / | _icons |
File | Role | Description |
---|---|---|
file-code.svg | Data | Auxiliary data |
file-directory.svg | Data | Auxiliary data |
Files (24) | / | reports | / | _js |
File | Role | Description |
---|---|---|
bootstrap.bundle.min.js | Data | Auxiliary data |
d3.min.js | Data | Auxiliary data |
file.js | Data | Auxiliary data |
jquery.min.js | Data | Auxiliary data |
nv.d3.min.js | Data | Auxiliary data |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | |||||||
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.