{"id":19311115,"url":"https://github.com/boxuk/iispermissionhandler","last_synced_at":"2026-05-16T09:31:49.595Z","repository":{"id":8209729,"uuid":"9644149","full_name":"boxuk/IISPermissionHandler","owner":"boxuk","description":"Composer script to set IIS permissions post install/update.","archived":false,"fork":false,"pushed_at":"2013-06-21T12:13:35.000Z","size":133,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":50,"default_branch":"master","last_synced_at":"2025-01-06T02:20:14.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.boxuk.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-24T09:48:15.000Z","updated_at":"2014-01-11T07:09:37.000Z","dependencies_parsed_at":"2022-08-06T22:01:01.339Z","dependency_job_id":null,"html_url":"https://github.com/boxuk/IISPermissionHandler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2FIISPermissionHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2FIISPermissionHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2FIISPermissionHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2FIISPermissionHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxuk","download_url":"https://codeload.github.com/boxuk/IISPermissionHandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415216,"owners_count":19797599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:27:49.438Z","updated_at":"2025-11-17T09:04:13.543Z","avatar_url":"https://github.com/boxuk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IISPermissionHandler\n\nThis 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```\n\n## Usage\n\nAdd the following in your root composer.json file\n\n```json\n{\n    \"require\": {\n        \"boxuk/composer-iis-permissions-handler\": \"1.0.*@dev\"\n    },\n    \"scripts\": {\n        \"post-install-cmd\": [\n            \"BoxUK\\\\IISPermissionHandler\\\\ScriptHandler::fixPermissions\"\n        ],\n        \"post-update-cmd\": [\n            \"BoxUK\\\\IISPermissionHandler\\\\ScriptHandler::fixPermissions\"\n        ]\n    },\n    \"extra\": {\n        \"iis-permission-fix-folders\": [\"app/cache\", \"app/logs\", \"vendor\"] # Defaults to: app/cache, app/logs, vendor\n    }\n}\n```\n\nBy 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.\n\n```json\n    \"extra\": {\n        \"iis-permission-fix-debug\": \"true\"\n    }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fiispermissionhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxuk%2Fiispermissionhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fiispermissionhandler/lists"}