PHPackages                             hafid/project\_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. hafid/project\_installer

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

hafid/project\_installer
========================

A Simple Laravel Package To Help You Setup Your App

03Blade

Since Jan 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hafidid-baha/project_installer)[ Packagist](https://packagist.org/packages/hafid/project_installer)[ RSS](/packages/hafid-project-installer/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Install

[](#install)

```
composer require hafid/project_installer

```

### Usage

[](#usage)

Register Package ServiceProvider open `config/app.php` file and add line below to providers array

```
\hafid\project_installer\Providers\ProjectInstallerProvider::class,

```

publish all the assets and files

```
php artisan vendor:publish --tag=all

```

Register Package MiddleWare open `App\Http\Kernel` file and add the line below to the `$routeMiddleware` array

```
'installer' => \App\Http\Middleware\IsInstalled::class,

```

### Configuration

[](#configuration)

inside the `config\installer.php` you can add and customize your configuration

```
return [
    "min_php_version" => "7.2.5",
    // add any required extension for you application
    "required_extensions" => [
        'openssl',
        'pdo',
        'mbstring',
        'xml',
        'ctype',
        'gd',
        'tokenizer',
        'JSON',
        'bcmath',
        'exif',
        'cURL',
        'fileinfo',
    ],
    // add any folder to check his write and open permisions
    "required_permissions" => [
        'storage'           => '0777',
        'storage/app'       => '0777',
        'storage/framework' => '0777',
        'storage/logs'      => '0777',
        'bootstrap/cache'   => '0777',
    ],
];
```

Now your package is ready to be used

```
navigate to you_project_url/install to install your application

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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/b17830033faabb0d5ab6ed1d73cc9059bb4d06f1b56f70674e437140ccb361db?d=identicon)[hafid.id-baha](/maintainers/hafid.id-baha)

---

Top Contributors

[![hafidid-baha](https://avatars.githubusercontent.com/u/47371972?v=4)](https://github.com/hafidid-baha "hafidid-baha (5 commits)")

### Embed Badge

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

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

###  Alternatives

[sylvainjule/footnotes

Footnotes plugin for Kirby 3, 4 and 5

582.7k](/packages/sylvainjule-footnotes)

PHPackages © 2026

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