PHPackages                             uccello/package-installer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. uccello/package-installer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

uccello/package-installer
=========================

Adds possibility to easily install packages in Uccello projects.

00PHP

Since Jan 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/uccellolabs/uccello-package-installer)[ Packagist](https://packagist.org/packages/uccello/package-installer)[ RSS](/packages/uccello-package-installer/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Package installer for Uccello
=============================

[](#package-installer-for-uccello)

This package allows you to install new composer packages directly from the Uccello interface.

It uses the PHP class [ZipArchive](https://www.php.net/manual/fr/class.ziparchive.php) and requires the PECL zip extension &gt;= 1.1.0.

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

[](#installation)

```
composer require uccello/package-installer

```

**Warning:** If you don't want to have problems with git, consider adding the followind lines to `.gitignore` file located at the root of your Uccello project:

```
/packages/*
!/packages/.gitkeep

```

### Custom locale packages directory

[](#custom-locale-packages-directory)

If you want to use another directory instead of `packages`, add the following lines to `config/uccello.php` file:

```
...
'packages' => [
	'local_directory' => 'packages', // Replace 'packages' by your directory path
],
```

Don't forget to change the directory's name into `.gitignore` file too.

Add the form in a page
----------------------

[](#add-the-form-in-a-page)

It is possible to easily add the package upload form in the page of your choice.

**Warning:** The user must have `admin` rights on the `package-install` module to be able to see the form and execute the installation.

You can add the following code in a Blade page:

```
@include('package-installer::partials.package_upload_form')

```

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Uccello Labs](https://github.com/uccellolabs)
- [Jonathan SARDO](https://github.com/sardoj)
- [All Contributors](https://github.com/uccellolabs/uccello/contributors)

License
-------

[](#license)

This packcage is under MIT License (MIT).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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/0dd3449bee600c805043068270d8c8d1fe7db9960f76e94b660d1192dfd3b3be?d=identicon)[sardoj](/maintainers/sardoj)

---

Top Contributors

[![sardoj](https://avatars.githubusercontent.com/u/3235898?v=4)](https://github.com/sardoj "sardoj (5 commits)")

### Embed Badge

![Health badge](/badges/uccello-package-installer/health.svg)

```
[![Health](https://phpackages.com/badges/uccello-package-installer/health.svg)](https://phpackages.com/packages/uccello-package-installer)
```

###  Alternatives

[dmind/cookieman

Provides a user consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. It also removes cookies after the consent has been revoked.

39190.5k](/packages/dmind-cookieman)

PHPackages © 2026

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