Skip to content

Some utility methods for rokka to be shared among projects

Notifications You must be signed in to change notification settings

rokka-io/rokka-utils-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rokka PHP Utils

A PHP library to provide some utils function for Rokka image service.

About

rokka is digital image processing done right. Store, render and deliver images. Easy and blazingly fast. This library allows to upload and manage your image files to rokka and deliver them in the right format, as light and as fast as possible. And you only pay what you use, no upfront and fixed costs.

Free account plans are available. Just install the plugin, register and use it.

Installation

Require the library using composer:

composer require rokka/utils

Running PHP-CS-Fixer

curl https://cs.symfony.com/download/php-cs-fixer-v2.phar > /tmp/php-cs-fixer.phar
php /tmp/php-cs-fixer.phar  fix -v --diff --using-cache=yes src/

Running phpstan

mkdir -p vendor/bin/
wget  -O vendor/bin/phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.12.51/phpstan.phar
chmod a+x ./vendor/bin/phpstan.phar  
./vendor/bin/phpstan.phar analyze -c phpstan.neon -l 8 src/

About

Some utility methods for rokka to be shared among projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages