PHPackages                             anilkumar/makeimage - 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. anilkumar/makeimage

ActiveLibrary

anilkumar/makeimage
===================

access image which is saved in storage

110PHP

Since May 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/anil2050kumar/makeimage)[ Packagist](https://packagist.org/packages/anilkumar/makeimage)[ RSS](/packages/anilkumar-makeimage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Make Image
==========

[](#make-image)

This package helps in accessing the images which are stored in storage directory of laravel

Requirements
------------

[](#requirements)

- PHP &gt;=5.3
- Image Intervention

Getting started
---------------

[](#getting-started)

- Use composer to install the package

```
	# sudo composer require "anilkumar/makeimage"
```

- Once MakeImage is installed, you need to register Laravel service provider, in your `app/config/app.php`:

```
'providers' => array(
	...
	'Anilkumar\Makeimage\MakeimageServiceProvider'
)
```

Code Examples
-------------

[](#code-examples)

- Suppose an image is stored in this path `ProjectName/app/storage/one.png`
- You can access that image ``
- If image is stored in deep directory structure `ProjectName/app/storage/files/product/images/one.png`
- You can access that image by replacing '/' with ':' ``
- Make sure that image should have readable permissions

License
-------

[](#license)

Intervention Image is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Copyright 2015 [Anil kumar](https://www.facebook.com/anilkumarmudiraj)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85e371989573fe84a3d3f9593fae9700d4a52378efa43f016c30815d2d6d1837?d=identicon)[anil2050kumar](/maintainers/anil2050kumar)

---

Top Contributors

[![anilkumararumulla](https://avatars.githubusercontent.com/u/2909975?v=4)](https://github.com/anilkumararumulla "anilkumararumulla (2 commits)")

### Embed Badge

![Health badge](/badges/anilkumar-makeimage/health.svg)

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

PHPackages © 2026

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