Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurocracy/drupal-omnipedia-access

Provides access and permission-related functionality for Omnipedia.
https://github.com/neurocracy/drupal-omnipedia-access

drupal drupal-module php

Last synced: 17 days ago
JSON representation

Provides access and permission-related functionality for Omnipedia.

Awesome Lists containing this project

README

        

This contains the source files for the "*Omnipedia - Access*" Drupal module,
provides access and permission-related functionality for
[Omnipedia](https://omnipedia.app/).

⚠️ ***[Why open source? / Spoiler warning](https://omnipedia.app/open-source)***

----

# Requirements

* [Drupal 9.5, 10, or 11](https://www.drupal.org/download) ([Drupal 8 is end-of-life](https://www.drupal.org/psa-2021-11-30))

* PHP 8.1

* [Composer](https://getcomposer.org/)

----

# Installation

## Composer

### Set up

Ensure that you have your Drupal installation set up with the correct Composer
installer types such as those provided by [the `drupal/recommended-project`
template](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates#s-drupalrecommended-project).
If you're starting from scratch, simply requiring that template and following
[the Drupal.org Composer
documentation](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates)
should get you up and running.

### Repository

In your root `composer.json`, add the following to the `"repositories"` section:

```json
"drupal/omnipedia_access": {
"type": "vcs",
"url": "https://github.com/neurocracy/drupal-omnipedia-access.git"
}
```

### Installing

Once you've completed all of the above, run `composer require
"drupal/omnipedia_access:^5.0@dev"` in the root of your project to have
Composer install this and its required dependencies for you.

-----------------

# Breaking changes

The following major version bumps indicate breaking changes:

* 4.x:

* Requires Drupal 9.5 or [Drupal 10](https://www.drupal.org/project/drupal/releases/10.0.0) with compatibility and deprecation fixes for the latter.

* Increases minimum version of [Hook Event Dispatcher](https://www.drupal.org/project/hook_event_dispatcher) to 3.1, removes deprecated code, and adds support for 4.0 which supports Drupal 10.

* 5.x:

* Removed all use of the [Permissions by Term module](https://www.drupal.org/project/permissions_by_term), including services, event subscribers, and patches for the module. All of this can still be found in the 4.x and older branches.

* Requires PHP 8.1.