Yii2 Custom Url Rule

Can someone share a good example of custom Yii2 URL rule? I mean when rule is extending UrlRule and defines logic to search some model in database by url alias. Like open user page by username: http://mysite/some-username -> goes to view profile of user with specified "some-username".