PHPackages                             b13/permission-sets - 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. b13/permission-sets

ActiveTypo3-cms-extension[Authentication &amp; Authorization](/categories/authentication)

b13/permission-sets
===================

Allows for deployable and re-usable permission sets for backend users

1.0.0(1y ago)3077.4k↓33.1%12[7 issues](https://github.com/b13/permission-sets/issues)[5 PRs](https://github.com/b13/permission-sets/pulls)2GPL-2.0-or-laterPHPCI passing

Since Oct 24Pushed 1mo ago13 watchersCompare

[ Source](https://github.com/b13/permission-sets)[ Packagist](https://packagist.org/packages/b13/permission-sets)[ RSS](/packages/b13-permission-sets/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (6)Versions (6)Used By (2)

Repeatable and deployable Permission Sets for TYPO3
===================================================

[](#repeatable-and-deployable-permission-sets-for-typo3)

\*\*\* Please note that this extension is still in testing phase \*\*\*

This extension allows to attach a set of permissions to TYPO3 Backend UserGroups based on files.

These sets of permissions are put in files and can be stored on a per-project basis or in extensions.

Currently, the only supported configuration file for permission sets is YAML.

This extension works with TYPO3 v11+.

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

[](#installation)

You can install this extension by using composer:

```
composer req b13/permission-sets

```

Location of permission set resources
------------------------------------

[](#location-of-permission-set-resources)

- `config/permission-sets/*.yaml`
- `EXT:my-extension/Configuration/PermissionSets/*.yaml`

Permission sets in backend usergroups
-------------------------------------

[](#permission-sets-in-backend-usergroups)

Available permission sets are selectable in the *Permission Sets* field when editing backend usergroups.

All configuration from the selected permission sets is loaded and appended to the related backend usergroup fields.

Available options in a Permission Set
-------------------------------------

[](#available-options-in-a-permission-set)

### Module Access

[](#module-access)

Give access to a module, or to all modules of a main module.

```
modules:
  # enable access to a specific module
  web_info: true
  # enable access to all submodules of a module
  web: "*"

```

### TCA-related settings

[](#tca-related-settings)

Enable access to TCA tables

```
resources:
  pages:
    fields: "*"
    types: "*"
  tt_content:
    fields: "*"
    types: ["textpic"]

```

Special options:

- `_languageFields`
- `_types`
- `_starttime`

### Languages

[](#languages)

```

# Allow any locale (used from site configuration)
languages: ["de-DE", "en-UK"]

```

### Dashboard Widgets

[](#dashboard-widgets)

```
widgets: ['*']

widgets:
    - 'sysLogErrors'
    - 't3news'

```

### MFA Providers

[](#mfa-providers)

```
mfa_providers: ['*']

mfa_providers:
    - 'totp'
    - 'recovery-codes'

```

### File Permissions

[](#file-permissions)

```
files:
  # file-related permissions
  - readFile
  - writeFile
  - addFile
  - renameFile
  - replaceFile
  - moveFile
  - copyFile
  - deleteFile
  # folder-related permissions
  - readFolder
  - writeFolder
  - addFolder
  - renameFolder
  - moveFolder
  - copyFolder
  - deleteFolder
  - recursiveDeleteFolder

```

### Sites

[](#sites)

```
sites:
  # Grant Permissions to the DB mounts of a specific site
  - main
  - landingpage1
  # Grant permission to a specific page within the installation
  - 13

```

### UserTsConfig

[](#usertsconfig)

UserTsConfig is merged automatically with the users' / user group configuration.

```
settings:
    options:
        createFoldersInEB: true
    TCEMAIN:
        clearCache: all

```

ToDo
----

[](#todo)

- Extensive tests
- Add default permission sets as examples
- Enhance documentation

License
-------

[](#license)

The extension is licensed under GPL v2+, same as the TYPO3 Core. For details see the LICENSE file in this repository.

Open Issues
-----------

[](#open-issues)

If you find an issue, feel free to create an issue on GitHub or a pull request.

Credits
-------

[](#credits)

This extension was created by [Benni Mack](https://github.com/bmack) in 2021 for [b13 GmbH](https://b13.com).

[Find more TYPO3 extensions we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance63

Regular maintenance activity

Popularity43

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

523d ago

Major Versions

0.1.1 → 1.0.02025-01-27

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/165630?v=4)[Benni Mack](/maintainers/bmack)[@bmack](https://github.com/bmack)

---

Top Contributors

[![bmack](https://avatars.githubusercontent.com/u/165630?v=4)](https://github.com/bmack "bmack (17 commits)")[![ohartwig](https://avatars.githubusercontent.com/u/4158815?v=4)](https://github.com/ohartwig "ohartwig (7 commits)")[![achimfritz](https://avatars.githubusercontent.com/u/2152991?v=4)](https://github.com/achimfritz "achimfritz (5 commits)")[![davidsteeb](https://avatars.githubusercontent.com/u/3862523?v=4)](https://github.com/davidsteeb "davidsteeb (1 commits)")[![helsner](https://avatars.githubusercontent.com/u/16156392?v=4)](https://github.com/helsner "helsner (1 commits)")[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (1 commits)")[![twojtylak](https://avatars.githubusercontent.com/u/16890929?v=4)](https://github.com/twojtylak "twojtylak (1 commits)")[![andreaswolf](https://avatars.githubusercontent.com/u/159919?v=4)](https://github.com/andreaswolf "andreaswolf (1 commits)")[![calien666](https://avatars.githubusercontent.com/u/11405116?v=4)](https://github.com/calien666 "calien666 (1 commits)")

---

Tags

aclpermissionstypo3deployment

### Embed Badge

![Health badge](/badges/b13-permission-sets/health.svg)

```
[![Health](https://phpackages.com/badges/b13-permission-sets/health.svg)](https://phpackages.com/packages/b13-permission-sets)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k3.9M129](/packages/bezhansalleh-filament-shield)[santigarcor/laratrust

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

2.3k5.8M47](/packages/santigarcor-laratrust)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

864335.0k2](/packages/beatswitch-lock)[in2code/femanager

Modern TYPO3 Frontend User Registration.

53790.4k8](/packages/in2code-femanager)[pktharindu/nova-permissions

Laravel Nova Grouped Permissions (ACL)

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

PHPackages © 2026

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