Download the PHP package b13/permission-sets without Composer

On this page you can find all versions of the php package b13/permission-sets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package permission-sets

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

You can install this extension by using composer:

composer req b13/permission-sets

Location of permission set resources

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

Module Access

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

TCA-related settings

Enable access to TCA tables

Special options:

Languages

Dashboard Widgets

MFA Providers

File Permissions

Sites

UserTsConfig

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

ToDo

License

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

Open Issues

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

Credits

This extension was created by Benni Mack in 2021 for b13 GmbH.

Find more TYPO3 extensions we have developed 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.


All versions of permission-sets with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4 || ^13.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package b13/permission-sets contains the following files

Loading the files please wait ....