localgod / karla
ImageMagick wrapper
Installs: 3 715
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 2
Open Issues: 1
Requires
- php: >=8.0
Requires (Dev)
- behat/behat: v3.8.1
- phpunit/phpunit: 9.5.4
- squizlabs/php_codesniffer: 3.6.0
This package is not auto-updated.
Last update: 2024-11-13 04:21:56 UTC
README
Karla is a ImageMagick wrapper written in php with support for method chaining.
Requirements
- Php version 8.0 or newer build with the following extension: pcre, SPL (default build-in in most distributions)
- Your php setup needs to allow shell_exec()
- ImageMagick
Legacy version
- For release 1.0.0 Php version 5.3.3 or newer build with the following extension: pcre, SPL (default build-in in most distributions)
- Your php setup needs to allow shell_exec()
- ImageMagick
Platform support
Karla is developed on OSX/Linux but Windows support is build in.
Documentation
You can see examples and read about Karla here.