PHPackages                             tipowerup/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. tipowerup/installer

ActiveTastyigniter-package[Utility &amp; Helpers](/categories/utility)

tipowerup/installer
===================

Install, update, and manage TI PowerUp extensions and themes directly from your TastyIgniter admin panel. Supports shared hosting (direct extraction) and VPS (Composer).

v1.1.0(3w ago)01MITPHPPHP ^8.2CI passing

Since Mar 7Pushed 3mo agoCompare

[ Source](https://github.com/tipowerup/ti-ext-installer)[ Packagist](https://packagist.org/packages/tipowerup/installer)[ RSS](/packages/tipowerup-installer/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (16)Versions (4)Used By (0)

TI PowerUp Installer
====================

[](#ti-powerup-installer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6ed1f2c6e7104f698f6492998c5823877195fb352f0834b70a2769d3011ffa07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7469706f77657275702f696e7374616c6c65722e737667)](https://packagist.org/packages/tipowerup/installer)[![Tests](https://github.com/tipowerup/ti-ext-installer/actions/workflows/tests.yml/badge.svg)](https://github.com/tipowerup/ti-ext-installer/actions/workflows/tests.yml/badge.svg)[![Coverage](https://camo.githubusercontent.com/23fd8c402d988a9400925a7ba3736ff6544db22acc553ad506a3977ce33c53e3/68747470733a2f2f636f6465636f762e696f2f67682f7469706f77657275702f74692d6578742d696e7374616c6c65722f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/tipowerup/ti-ext-installer)[![PHP Version](https://camo.githubusercontent.com/ef0054230522e542bc1f908ac005c6c75888dea255bac910f9015e12095e31d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e332d626c7565)](https://camo.githubusercontent.com/ef0054230522e542bc1f908ac005c6c75888dea255bac910f9015e12095e31d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e332d626c7565)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)

A TastyIgniter v4 extension that enables users to install, update, and manage extensions and themes purchased from the [TI PowerUp marketplace](https://tipowerup.com?source=installer) directly from the TI admin panel.

Features
--------

[](#features)

- **Hybrid Installation** — Auto-detects hosting environment and selects the best install method
- **Direct Extraction** — Downloads ZIPs and extracts via PHP `ZipArchive` (works on shared hosting)
- **Composer Installation** — Uses `composer require` via `Symfony\Process` (VPS/dedicated)
- **Batch Installation** — Install multiple packages with dependency-aware ordering
- **Background Update Checks** — Periodically checks for updates and notifies admins
- **Health Checks** — Validates PHP version, extensions, storage permissions, and API connectivity
- **Install Logging** — Tracks all install/update/uninstall actions with environment metadata
- **Backup &amp; Restore** — Creates backups before updates, auto-restores on failure

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

[](#requirements)

- PHP ^8.3
- TastyIgniter ^v4.0
- PHP extensions: `zip`, `curl`, `mbstring`
- Writable `storage/` directory

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

[](#installation)

```
composer require tipowerup/ti-ext-installer
```

Configuration
-------------

[](#configuration)

1. Navigate to **Tools &gt; TI PowerUp Installer** in the TI admin panel
2. Enter your TI PowerUp API key (obtained from [tipowerup.com](https://tipowerup.com/profile?source=installer))
3. The installer will auto-detect your hosting environment and recommend an installation method

Installation Methods
--------------------

[](#installation-methods)

### Direct (Shared Hosting)

[](#direct-shared-hosting)

- Downloads package ZIP from the PowerUp API
- Verifies checksum integrity
- Extracts to `storage/app/tipowerup/extensions/` or `storage/app/tipowerup/themes/`
- Registers with TastyIgniter's extension/theme system
- No CLI access required

### Composer (VPS/Dedicated)

[](#composer-vpsdedicated)

- Configures the TI PowerUp private Composer repository
- Runs `composer require` with authenticated access
- Packages installed to `vendor/` like standard Composer packages

**Additional requirements for Composer method:**

- `proc_open` and `proc_close` PHP functions enabled (not disabled in `php.ini`)
- 128MB+ PHP memory limit
- Shell access (`exec` or `proc_open` not blocked by hosting provider)
- Composer installed globally or auto-downloaded as `composer.phar`

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance86

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

25d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23295310?v=4)[Obinna Elvis Okechukwu](/maintainers/obinnaelviso)[@obinnaelviso](https://github.com/obinnaelviso)

---

Top Contributors

[![obinnaelviso](https://avatars.githubusercontent.com/u/23295310?v=4)](https://github.com/obinnaelviso "obinnaelviso (12 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[illuminate/process

The Illuminate Process package.

44813.9k96](/packages/illuminate-process)[noerd/noerd

101.3k6](/packages/noerd-noerd)

PHPackages © 2026

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