Skip to content

Releases: LasseRafn/php-initial-avatar-generator

Fixes, tests and styling

16 Jan 17:02
Compare
Choose a tag to compare

I've fixed some stuff, added some docblocks, written more tests and setup monitoring and more.

Initial release!

15 Jan 15:37
Compare
Choose a tag to compare

Aaaaand we're up! 🎉

Font size option added

15 Jan 15:29
Compare
Choose a tag to compare
Pre-release

Font sizes are a percentage of the image size. Example: 0.5 = 50% of image size.

Length option added

15 Jan 15:23
Compare
Choose a tag to compare
Length option added Pre-release
Pre-release

Lets say you want to have single letter initials, or maybe even three letters? Well thats possible!

$avatar->name('Michael Burbon Hansen')->length(3)->generate(); // MBH

Getting ready for initial release

15 Jan 13:52
Compare
Choose a tag to compare
Pre-release
v0.5

Tests and fixes

Why did I publish this so early...

14 Jan 23:36
Compare
Choose a tag to compare
Pre-release
v0.1.7

Minor fix

So glad I'm alone right now..

14 Jan 23:33
Compare
Choose a tag to compare
Pre-release
v0.1.6

Fix for image generation

A fix (autoloading)

14 Jan 23:31
Compare
Choose a tag to compare
A fix (autoloading) Pre-release
Pre-release
v0.1.5

Maybe I should add some autoloading...

Alpha-ish testing

14 Jan 23:27
Compare
Choose a tag to compare
Alpha-ish testing Pre-release
Pre-release
v0.1

License added