Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelcollective/acorn-glide
PHP Image Manipulation for Acorn
https://github.com/pixelcollective/acorn-glide
Last synced: 3 months ago
JSON representation
PHP Image Manipulation for Acorn
- Host: GitHub
- URL: https://github.com/pixelcollective/acorn-glide
- Owner: pixelcollective
- License: mit
- Created: 2019-07-23T10:38:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:33:09.000Z (11 months ago)
- Last Synced: 2024-05-01T21:01:45.547Z (7 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## AcornGlide
![Package Version](https://img.shields.io/packagist/v/tiny-pixel/acorn-glide?style=flat-square) ![Total Downloads](https://img.shields.io/packagist/dt/tiny-pixel/acorn-glide?style=flat-square)
Use [Glide by The League of Extraordinary Packages](https://glide.thephpleague.com/) to manipulate images in [Sage 10](https://github.com/roots/sage) and other [Acorn projects](https://github.com/roots/acorn).
## Features
- Easy-to-implement image processing
- Cacheable
- Includes an `Image` alias, although we recommend against using them.## Requirements
- [Sage](https://github.com/roots/sage) >= 10.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3
- [Composer](https://getcomposer.org)## Installation
Install via Composer:
```bash
$ composer require tiny-pixel/acorn-glide
```After installation, run the following command to publish the configuration file.
```bash
$ wp acorn vendor:publish
```## Bug Reports
Should you discover a bug in AcornGlide please [open an issue](https://github.com/pixelcollective/acorn-glide/issues).
## Contributing
Contributing, whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
All contributors absolutely must strictly adhere to our [Code of Conduct](https://github.com/pixelcollective/acorn-glide/blob/master/LICENSE.md).
## License
AcornGlide is provided under the [MIT License](https://github.com/pixelcollective/acorn-glide/blob/master/LICENSE.md).