Tips >

Imagick resize filters comparison

So you want to shrink images with php and imagemagick. Here's samples of all filters so you can select the one you like most.

Read full post »

Published at 2015-09-11

Tags: php, imagemagick, thumbs


Tools >

Nicolas Cage as default avatar

No one asked me about this for months. And now it's done. Gravacage has it's own documented php library and site.

Read full post »

Published at 2015-04-01

Tags: my library, ui


Howtos >

How to attach composer to Yii project

Sometimes I'm asked how to do this. It's boring to say that again and again so here's the instruction.

Read full post »

Published at 2014-09-29

Tags: composer, php, yii


Tools >

Why composer matters

I've heard about composer long before I started using it. I couldn't understand why it's so much cooler than downloading dependencies manually. I couldn't understand why it's worth running composer install after every code fetch.

This article is for guys like me in the past. If you're already using composer you can stop reading.

Read full post »

Published at 2014-08-26

Tags: composer, php