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

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

caydeesoft/installer
====================

WordPress-style installer and plugin installer feature pack for Laravel

v1.0.5(4w ago)08proprietaryPHPPHP ^8.2

Since May 11Pushed 4w agoCompare

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

READMEChangelogDependencies (1)Versions (6)Used By (0)

caydeesoft/installer
====================

[](#caydeesoftinstaller)

A WordPress-style installer and plugin installer feature pack for Laravel.

Description
-----------

[](#description)

This package provides a robust, WordPress-style installer and plugin installer feature pack specifically designed for Laravel applications. It aims to simplify the initial setup and ongoing management of plugins within your Laravel project, offering a familiar experience for developers accustomed to WordPress's extensibility.

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

[](#installation)

You can install the package via Composer:

```
composer require caydeesoft/installer
```

### Laravel Integration

[](#laravel-integration)

For Laravel applications, the package will automatically discover its service provider. If you need to manually register it, add the following to your `config/app.php` file within the `providers` array:

```
'providers' => [
    // ...
    Caydeesoft\Installer\InstallerServiceProvider::class,
    // ...
],
```

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

[](#requirements)

- PHP ^8.2
- illuminate/support ^12.0
- illuminate/filesystem ^12.0

Usage
-----

[](#usage)

### Installing Features

[](#installing-features)

This package provides an Artisan command to install the necessary files and configurations into your Laravel application.

To install the features, run the following command:

```
php artisan installer-features:install
```

If you need to overwrite existing files, you can use the `--force` option:

```
php artisan installer-features:install --force
```

After running the install command, you should perform the following steps:

1. **Dump Autoload:**```
    composer dump-autoload
    ```
2. **Run Migrations:**```
    php artisan migrate
    ```
3. **Clear Optimization Cache:**```
    php artisan optimize:clear
    ```

\[// TODO: Add more detailed usage instructions for the installed features, such as how to create and manage plugins, once the stubs are clearer.\]

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

[](#contributing)

\[// TODO: Add contribution guidelines if this project is open to contributions.\]

License
-------

[](#license)

This project is proprietary.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance94

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

5

Last Release

29d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b45f83595087e9d2a3e2af6b69cdb1867d10bba2edc06182e8a09e47fb73f2ea?d=identicon)[dennis.kiptoo](/maintainers/dennis.kiptoo)

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M264](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M984](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M356](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

670139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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