Download the PHP package maslosoft/sprite without Composer
On this page you can find all versions of the php package maslosoft/sprite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sprite
Maslosoft Sprite
Icon sprite generator
Install with composer:
composer require "maslosoft/sprite:*"
When using with Yii can be configured like that:
// application components
'components' => [
...
'sprite' => [
'class' => Maslosoft\Sprite\Generator::class,
'iconCssClass' => 'icon',
'paths' => [
realpath(dirname(__FILE__) . '/../../www/css/icons')
]
],
...
All versions of sprite with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
ext-gd Version *
maslosoft/miniview Version *
latte/latte Version >=1.0 <4.0
maslosoft/embedi Version *
maslosoft/signals Version *
symfony/console Version >=2.7 <=7
maslosoft/sitcom Version *
symfony/finder Version >=2.7 <=7
psr/log Version ^1|^2|^3
maslosoft/cli-shared Version *
ext-gd Version *
maslosoft/miniview Version *
latte/latte Version >=1.0 <4.0
maslosoft/embedi Version *
maslosoft/signals Version *
symfony/console Version >=2.7 <=7
maslosoft/sitcom Version *
symfony/finder Version >=2.7 <=7
psr/log Version ^1|^2|^3
maslosoft/cli-shared Version *
The package maslosoft/sprite contains the following files
Loading the files please wait ....