PHPackages                             khelaia/pixover - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. khelaia/pixover

ActiveLibrary[File &amp; Storage](/categories/file-storage)

khelaia/pixover
===============

image optimization while uploading

v1.0.2(6y ago)118MITPHP

Since Feb 10Pushed 6y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

pixover
=======

[](#pixover)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6aaaf9f07605a190b595e9f8e3d8097f83cb0e417a29354fca7317518053e7b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b68656c6169612f7069786f7665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/khelaia/pixover)[![Total Downloads](https://camo.githubusercontent.com/c9c2119fcef5e65759967e26be7e58249cc7439c2d984f98a0a2c79310ffaf65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b68656c6169612f7069786f7665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/khelaia/pixover)[![Build Status](https://camo.githubusercontent.com/090b322f70207b4c42fea3de950494358a25cd930026684e49fc085022de159b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6b68656c6169612f7069786f7665722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/khelaia/pixover)

The Pixover helps you make the web page more flexible and fast. You can upload photos with Pixover in as much resolution as you need. This will ultimately give you the optimum result for web page speed.

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

[](#installation)

- Via Composer

```
$ composer require khelaia/pixover
```

- Add the service provider to your $providers array in config/app.php file like:

```
khelaia\pixover\pixoverServiceProvider::class
```

Usage
-----

[](#usage)

- Import the class namespaces first, before using it

```
use khelaia\pixover\pixover;
```

- Create Object

```
$image = new pixover($file, $filename, $upload_path);
```

Example
-------

[](#example)

In this example, we are creating images in three different resolution x256 x512 and x128. As a result we have array of image names and 3 lightweight image

```
public function store(Request $request){
    $file = $request->file('image');
    $image = new pixover($file,'thumbnail',public_path('images'));
    $image->setHight([256,512,128]);
    $image->done();
    return "success";
}
```

Uploaded file structure in /public directory

```
.
├── ...
├── images
│   ├── x128
│   │     └── thumbnail.jpg
│   ├── x256
│   │     └── thumbnail.jpg
│   └── x512
│         └── thumbnail.jpg
└── ...

```

Change log
----------

[](#change-log)

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

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Dimitri Khelaia](https://github.com/khelaia)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

2247d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3bdd64530229685d4534b0d3421910177583e5c76eda2979a05225d84b84a4e?d=identicon)[khelaia](/maintainers/khelaia)

---

Top Contributors

[![khelaia](https://avatars.githubusercontent.com/u/41723416?v=4)](https://github.com/khelaia "khelaia (3 commits)")

---

Tags

laravelimageuploadlightweightpixover

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/khelaia-pixover/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[sopamo/laravel-filepond

Laravel backend module for filepond uploads

215272.2k3](/packages/sopamo-laravel-filepond)

PHPackages © 2026

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