PHPackages                             easygithdev/easygd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. easygithdev/easygd

ActiveLibrary[Image &amp; Media](/categories/media)

easygithdev/easygd
==================

EasyGD - a PHP framework for use GD easier

v1.0.1(5y ago)06MITPHPPHP &gt;=7.0

Since Jun 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/EasyGithDev/EasyGD)[ Packagist](https://packagist.org/packages/easygithdev/easygd)[ RSS](/packages/easygithdev-easygd/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

EasyGD
======

[](#easygd)

EasyGD is a PHP framework to use GD easier
The frame allows you to easily load images from a file, URL or string.
After loading the image, you can apply transformations.
You can then choose to save the result as a file, either to return a character string, or to send the image directly to the browser.

Installing
----------

[](#installing)

Installation is quite typical - with composer:

```
composer require easygithdev/easygd

```

The header script
-----------------

[](#the-header-script)

You will need to include the autoloader before using the classes.

```
