PHPackages                             marcha/image2 - 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. marcha/image2

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

marcha/image2
=============

This is my package image2

2.4(1y ago)012MITPHPPHP ^8.2

Since May 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/marcha/image2)[ Packagist](https://packagist.org/packages/marcha/image2)[ Docs](https://github.com/marcha/image2)[ GitHub Sponsors](https://github.com/marcha)[ RSS](/packages/marcha-image2/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

This is my package image2
=========================

[](#this-is-my-package-image2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0a2d5a308c1b4c81a6c6d6350b4d6aa0bc23e9c94ade0a4dd726a2f09dca531c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726368612f696d616765322e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcha/image2)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8eddb7ac535e78bcc777fc5be95c7b452717655d706935f034de827295406daf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61726368612f696d616765322f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/marcha/image2/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7b24278fe56e9e76b8ab79c8aa20574226028a5f6a95aa84929b8511b62c68ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61726368612f696d616765322f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/marcha/image2/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/086150ef12e477f70ba462a2b687034cd245e6b377ddf313e05f794f32d4f13a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726368612f696d616765322e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcha/image2)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/ae02b1d5501a76573d77fabce8e0e7e96a39c6a44392ba7082c204926d7fe4df/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f696d616765322e6a70673f743d31)](https://spatie.be/github-ad-click/image2)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require marcha/image2
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="image2-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="image2-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="image2-views"
```

Usage
-----

[](#usage)

```
$image2 = new Marcha\Image2();
echo $image2->echoPhrase('Hello, Marcha!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Nikola Marčić](https://github.com/marcha)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

6

Last Release

717d ago

Major Versions

1.0 → 2.02024-05-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3828422?v=4)[Nikola Marčić](/maintainers/marcha)[@marcha](https://github.com/marcha)

---

Top Contributors

[![marcha](https://avatars.githubusercontent.com/u/3828422?v=4)](https://github.com/marcha "marcha (13 commits)")

---

Tags

laravelimage2marcha

### Embed Badge

![Health badge](/badges/marcha-image2/health.svg)

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

###  Alternatives

[saasykit/laravel-open-graphy

An awesome open graph image (social cards) generator package for Laravel.

13057.0k](/packages/saasykit-laravel-open-graphy)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ace-of-aces/laravel-image-transform-url

Easy, URL-based image transformations inspired by Cloudflare Images.

1756.4k](/packages/ace-of-aces-laravel-image-transform-url)[johncarter/filament-focal-point-picker

An image focal point picker for Filament Admin.

4326.5k1](/packages/johncarter-filament-focal-point-picker)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[spatie/laravel-og-image

Generate OG images for your Laravel app

305.2k](/packages/spatie-laravel-og-image)

PHPackages © 2026

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