Skip to content

Releases: LasseRafn/php-initials

PHP 8

24 Dec 12:26
d287e15
Compare
Choose a tag to compare
Update composer.json

php 8

Option to remove special characters

17 Feb 13:13
Compare
Choose a tag to compare
3.0

Option to disable special characters

Option to NOT uppercase the name

13 Oct 09:00
Compare
Choose a tag to compare

You can now use $initials->keepCase()->generate() to prevent uppercasing the name.

PHP 5.6 support

14 Jun 09:19
Compare
Choose a tag to compare
v2.16

Allow 5.6

Fixed a minor bug

30 May 10:42
Compare
Choose a tag to compare
v2.15

Update README.md

Url-friendly names

30 May 10:39
Compare
Choose a tag to compare

Can now generate initials that does not contain special-characters. For example:

Lasse Øster will return .

However if we use the new method: getUrlfriendlyInitials(), the output will be: LO.

Initial release

14 Feb 15:08
Compare
Choose a tag to compare
v2.0

DocBlock

Pre-release!

14 Feb 15:02
Compare
Choose a tag to compare
Pre-release! Pre-release
Pre-release
Merge pull request #1 from LasseRafn/analysis-zYRMvA

Apply fixes from StyleCI