https://github.com/sergix44/imagezen
Image manipulation library
https://github.com/sergix44/imagezen
image image-manipulation intervention intervention-image php php8
Last synced: about 1 year ago
JSON representation
Image manipulation library
- Host: GitHub
- URL: https://github.com/sergix44/imagezen
- Owner: sergix44
- License: agpl-3.0
- Created: 2023-09-05T09:23:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T00:31:06.000Z (over 1 year ago)
- Last Synced: 2025-03-23T22:22:59.556Z (over 1 year ago)
- Topics: image, image-manipulation, intervention, intervention-image, php, php8
- Language: PHP
- Homepage: https://sergix44.github.io/imagezen/
- Size: 18.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
> Yet another image manipulation library for PHP
[](https://packagist.org/packages/sergix44/imagezen)
[](https://github.com/sergix44/imagezen/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/sergix44/imagezen)
ImageZen is a PHP library that allows you to manipulate images in a simple way.
It's extensible and easy to use, you can create your own operations and use them in your projects.
The core operations are based on [Intervention Image](https://github.com/intervention/image).
## Installation
You can install the package via composer:
```bash
composer require sergix44/imagezen
```
## Usage
See the official [documentation here](https://sergix44.github.io/imagezen/).
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Sergio Brighenti](https://github.com/SergiX44)
- [All Contributors](../../contributors)
## License
The AGPL-3.0 License. Please see [License File](LICENSE.md) for more information.