PHPackages                             firegate666/imageuploader - 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. firegate666/imageuploader

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

firegate666/imageuploader
=========================

Utility to support image uploading and base64 encoded images in tags

2.0.0(5y ago)014.8kApache-2.0PHPPHP &gt;=7.4

Since Aug 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/firegate666/ImageUploader)[ Packagist](https://packagist.org/packages/firegate666/imageuploader)[ RSS](/packages/firegate666-imageuploader/feed)WikiDiscussions master Synced yesterday

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

Image uploader
==============

[](#image-uploader)

Print base 64 encoded img tag
-----------------------------

[](#print-base-64-encoded-img-tag)

Upload an image file and print it as base64 encoded image

### HTML

[](#html)

```

```

### PHP

[](#php)

```
$uploader = new ImageUploader($_FILES);
$base_64_encoded = $uploader->getBase64EncodedImageData('uploaded_image');
$width = $uploader->getWidth('uploaded_image');
$height = $uploader->getHeight('uploaded_image');

print ''

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~602 days

Total

4

Last Release

2156d ago

Major Versions

1.0.2 → 2.0.02020-08-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/2696fa691b52b3f52b657bc27c49a3324828796155638a7f3603cd9557f9a186?d=identicon)[firegate666](/maintainers/firegate666)

---

Top Contributors

[![firegate666](https://avatars.githubusercontent.com/u/1197926?v=4)](https://github.com/firegate666 "firegate666 (8 commits)")

### Embed Badge

![Health badge](/badges/firegate666-imageuploader/health.svg)

```
[![Health](https://phpackages.com/badges/firegate666-imageuploader/health.svg)](https://phpackages.com/packages/firegate666-imageuploader)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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