PHPackages                             sezaicetin/img-create - 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. sezaicetin/img-create

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

sezaicetin/img-create
=====================

Easy image creation and optimization with php

1.1.0(4y ago)011MITPHP

Since Apr 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sezaicetin/img-create)[ Packagist](https://packagist.org/packages/sezaicetin/img-create)[ Docs](https://github.com/sezaicetin/img-create)[ RSS](/packages/sezaicetin-img-create/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

[![Contributors](https://camo.githubusercontent.com/9511d8ecdae01a14e63774674a6516cb713b3440f7b66bb38bbf1229755642ce/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d44656d6f266d6573736167653d4c696e6b26636f6c6f723d677265656e)](https://github.yazilimi.org/img-create/demo/)[![MIT License](https://camo.githubusercontent.com/b9c37af9e77a2e32fe9efdf3c8db35074f2e23546c46fd91069611862addf9e0/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d4c6963656e7365266d6573736167653d4d495426636f6c6f723d726564)](https://github.com/sezaicetin/img-create/blob/master/LICENSE)[![LinkedIn](https://camo.githubusercontent.com/ff0cec636d4718089da50fb53b55d5e50f76b42bd7f78df07264bb4204ca16ee/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d4c696e6b6564266d6573736167653d696e26636f6c6f723d626c7565)](https://www.linkedin.com/in/sezaicetin)

 [ ![Logo](images/logo.png) ](https://github.com/sezaicetin/img-create)### IMG-CREATE

[](#img-create)

 Easy image creation and optimization with php.
 [View Demo](https://github.yazilimi.org/img-create/demo/) · [Report Bug](https://3xcode.com/tr/iletisim)

 Table of Contents1. [About The Library](#about-the-project)
2. [Getting Started](#getting-started)
    - [Installation](#installation)
3. [Usage](#usage)
4. [License](#license)
5. [Contact](#contact)
6. [Acknowledgments](#acknowledgments)

About The Library
-----------------

[](#about-the-library)

[![Product Name Screen Shot](images/screenshot.png)](https://github.yazilimi.org/img-create/)

Thanks to the GD library, we can re-create and send image files (png, jpg, bmp, webp, gif) in an html page in the dimensions we need before sending them to the browser. When the image files to be resized are not found, the default image is created automatically.

What are the advantages of this for us?

- Reducing bandwidth costs
- Performance/Speed
- Auto Default image when file not found

It is a great waste to view image files that are uploaded at high levels, especially by unconscious or lazy users, without rescaling.

Of course, there are also disadvantages of this, but when the benefit / cost evaluation is made, it will be more accurate and logical to use it. I can recommend ;)

([back to top](#top))

Getting Started
---------------

[](#getting-started)

What we need: composer, php, gd

### Installation

[](#installation)

- Composer ```
    composer require sezaicetin/img-create
    ```

([back to top](#top))

Usage
-----

[](#usage)

I would like to add a few examples of usage below to show how it is used.

- Example 1 ```
    $img =  new sezaicetin\Create\img('Company Name');
    $img->create(300, 300, '/img/test.png');
    ```
- Example 2 ```
    $img =  new sezaicetin\Create\img('Company Name');
    $img->create(500, 500, '/img/notfound');
    ```
- Example 3 ```
    $img =  new sezaicetin\Create\img();
    $img->sticky = 'Company Name';
    $img->create(600, 600, '/img/notfound');
    ```
- Example 4 ```
    $img =  new sezaicetin\Create\img('Company Name');
    echo "";
    ```

([back to top](#top))

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE` for more information.

([back to top](#top))

Contact
-------

[](#contact)

Sezai ÇETİN - [@sezaicetin](https://www.linkedin.com/in/sezaicetin) -

Library Link:

([back to top](#top))

Acknowledgments
---------------

[](#acknowledgments)

- [PHP](https://www.php.net/)
- [GitHub](https://www.github.com/)
- [Packagist.org](https://www.packagist.org/)

([back to top](#top))

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/498eca1a75638f26b789b5bec9ebbbdd635f3a3ffba8d35ae7fdd580c26f85b6?d=identicon)[sezai](/maintainers/sezai)

---

Top Contributors

[![sezaicetin](https://avatars.githubusercontent.com/u/3602580?v=4)](https://github.com/sezaicetin "sezaicetin (1 commits)")

---

Tags

phpgdoptimizationimagecreate

### Embed Badge

![Health badge](/badges/sezaicetin-img-create/health.svg)

```
[![Health](https://phpackages.com/badges/sezaicetin-img-create/health.svg)](https://phpackages.com/packages/sezaicetin-img-create)
```

###  Alternatives

[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

141110.4k6](/packages/stefangabos-zebra-image)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.6k](/packages/nikkanetiya-laravel-color-palette)[gtuk/image-optimizer

PHP image optimizer for png, jpeg and gif files. It uses mozjpeg, pngquant and gifsicle for the optimization process

161.6k](/packages/gtuk-image-optimizer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
