-
Notifications
You must be signed in to change notification settings - Fork 254
Home
The new official PHPThumb repository and wiki can be found here:
- https://github.com/PHPThumb/PHPThumb
- Wiki
-
Packagist :
phpthumb/phpthumb
PHP Thumb 2.4 ships now with two interchangeable backends sharing an identical fluent API:
- PHPThumb\GD — built on the GD extension
- PHPThumb\Imagick — built on the PECL Imagick extension (ImageMagick)
Choose your backend at the `use` statement / `new` line and the rest of your code stays the same. Plugins, options, and method signatures are unified across both backends.
If you find the documentation unclear or incomplete, please open an issue or start a thread in Discussions.
This wiki is intended to provide end-user documentation for the PHP Thumb library. If you’re interested in contributing or developing, there is a section for developers as well.
I’d like to think that I’ve covered most everything, but if you find the documentation unclear or lacking in any way, feel free to open a ticket with your suggestions, comments, or questions. Please limit questions ONLY to the documentation… if you need support, visit the forums
Here’s documentation for all official plugins as well as developing your own. As with the above docs, please feel free to send any feedback you’ve got my way.
Developer documentation is available at: http://phpthumb.gxdlabs.com/apidocs
If you’d like to contribute, fork this project and submit any changes you’ve got… I am also open to adding contributors, reach out to me if you’re interested :)
Release Notes are maintained on the release notes page