PHPackages                             boxuk/composer-iis-permission-handler - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. boxuk/composer-iis-permission-handler

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

boxuk/composer-iis-permission-handler
=====================================

Composer script handling iis permissions

1.1.0(12y ago)11.3k[1 issues](https://github.com/boxuk/IISPermissionHandler/issues)MITPHPPHP &gt;=5.3.3

Since May 21Pushed 12y ago48 watchersCompare

[ Source](https://github.com/boxuk/IISPermissionHandler)[ Packagist](https://packagist.org/packages/boxuk/composer-iis-permission-handler)[ RSS](/packages/boxuk-composer-iis-permission-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

IISPermissionHandler
====================

[](#iispermissionhandler)

This tool allows you to run a basic script to fix IIS permissions on any directories you specify within the `extra` field of your `composer.json`

Usage
-----

[](#usage)

Add the following in your root composer.json file

```
{
    "require": {
        "boxuk/composer-iis-permissions-handler": "1.0.*@dev"
    },
    "scripts": {
        "post-install-cmd": [
            "BoxUK\\IISPermissionHandler\\ScriptHandler::fixPermissions"
        ],
        "post-update-cmd": [
            "BoxUK\\IISPermissionHandler\\ScriptHandler::fixPermissions"
        ]
    },
    "extra": {
        "iis-permission-fix-folders": ["app/cache", "app/logs", "vendor"] # Defaults to: app/cache, app/logs, vendor
    }
}
```

By default the permission handler will give minimal output. If you would like to receive more output (for debug for example), simple add the following to the `extra` section of your composer file.

```
    "extra": {
        "iis-permission-fix-debug": "true"
    }
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

4707d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c8c170d78af034f9aee1c84e279b97e5b61b549ce8b8519ed8da81402ac8e96?d=identicon)[BoxUK](/maintainers/BoxUK)

---

Top Contributors

[![bendavies](https://avatars.githubusercontent.com/u/625392?v=4)](https://github.com/bendavies "bendavies (2 commits)")[![jenkoian](https://avatars.githubusercontent.com/u/131355?v=4)](https://github.com/jenkoian "jenkoian (2 commits)")[![craigmarvelley](https://avatars.githubusercontent.com/u/265907?v=4)](https://github.com/craigmarvelley "craigmarvelley (1 commits)")

---

Tags

permissionsiis

### Embed Badge

![Health badge](/badges/boxuk-composer-iis-permission-handler/health.svg)

```
[![Health](https://phpackages.com/badges/boxuk-composer-iis-permission-handler/health.svg)](https://phpackages.com/packages/boxuk-composer-iis-permission-handler)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeremykenedy/laravel-roles

A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3 up to 12.

1.0k826.8k7](/packages/jeremykenedy-laravel-roles)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[pktharindu/nova-permissions

Laravel Nova Grouped Permissions (ACL)

136387.1k](/packages/pktharindu-nova-permissions)

PHPackages © 2026

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