See also: https://github.com/globocom/thumbor
コード例 #1
0
ファイル: UrlTest.php プロジェクト: 99designs/phumbor
 public function testSign()
 {
     $this->assertEquals('bDv76lTvUdX6vORS96scx7P185c=', Url::sign('fit-in/560x420/filters:fill(green)/my/big/image.jpg', 'MY_SECURE_KEY'));
 }