laasti / gregwar-image-provider
A league/container service provider for gregwar/image.
Installs: 278
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/laasti/gregwar-image-provider
Requires
- gregwar/image: ^2.0
- league/container: ^2.0
This package is auto-updated.
Last update: 2025-10-21 01:58:52 UTC
README
A league/container service provider for gregwar/image.
Installation
composer require laasti/gregwar-image-provider
Usage
$container = new League\Container\Container; $container->addServiceProvider('Laasti\GregwarImageProvider\Laasti\GregwarImageProvider'); $container->add('config.gregwarImage', ['cache_dir' => 'your-cache-directory']); $image = $container->get('Gregwar\Image\Image');
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
See CHANGELOG.md for more information.
Credits
Author: Sonia Marquette (@nebulousGirl)
License
Released under the MIT License. See LICENSE.txt file.