Download the PHP package amici/craft-super-content-access without Composer
On this page you can find all versions of the php package amici/craft-super-content-access. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amici/craft-super-content-access
More information about amici/craft-super-content-access
Files in amici/craft-super-content-access
Package craft-super-content-access
Short Description Element-level authorization for Craft CMS with query-level access control.
License proprietary
Informations about the package craft-super-content-access
Super Content Access for Craft CMS 5
Super Content Access is a plug-and-play authorization plugin for Craft CMS. Install it, add the Access Control field where you need it, set who can see what — and keep using normal craft.entries, craft.categories, and craft.products queries. Unauthorized content is filtered at the SQL layer, so it never reaches Twig, PHP, or GraphQL.
No custom query params. No template helpers required for lists. Drop it in and it works with the queries you already write.
Features
- Restrict entry, category, and product visibility to user groups and/or specific users.
- Automatic query-level filtering — keep using native Craft element queries.
- Channel, structure, category-group, and product-type defaults with per-element overrides.
- Nested structure entries, categories, and structured products inherit from the nearest parent with Access Control when unset, then the scope default.
- Read-only element sidebar summary of effective access.
- Craft dashboard widgets for access overview and breakdown.
- Optional
config/super-content-access.phpoverrides (including env-driven enable/disable). - Settings stay viewable when
allowAdminChangesis false (read-only). - Console query probe for verifying Entry SQL constraints.
Requirements
- Craft CMS 5
- PHP 8.2 or newer
- Craft Commerce (optional) — for product-type defaults and
craft.productsfiltering
Installation
You can also install it from Settings → Plugins in the Craft Control Panel.
Then:
- Add the Access Control field to the layouts you care about.
- Set Everyone or Members only on elements (or set defaults under General Access).
- Keep querying as usual — filtering is automatic when authorization is enabled.
For the full setup flow, see the documentation.
Config file
Create config/super-content-access.php to override Control Panel settings. Any key present in this file wins over the CP value; the settings screen shows a warning on overridden fields.
Other common patterns:
Supported keys:
| Key | Type | Description |
|---|---|---|
pluginName |
string |
Label shown in the Control Panel nav |
authorizationEnabled |
bool |
Master switch for front-end query filtering |
adminAlwaysAccess |
bool |
Craft admins always see protected content on the front end |
authorAlwaysAccess |
bool |
Entry authors always see their own entries (entries only) |
Documentation
- Documentation Home
- Installation and Setup
- Core Concepts
- Backend Guide
- Twig / Front-End Behaviour
- PHP API
- Console Probe
- Troubleshooting
Control Panel
The plugin adds a Super Content Access section with:
- General Access — section (channel/structure), category group, and product type default policies.
- Settings — plugin name and authorization toggle (overridable via config).
On entries, categories, and products, add the Access Control field to a field layout to edit per-element rules. The sidebar shows a read-only summary of effective access.
Twig Quick Start
Permissions
super-content-access:manage-policies— manage General Access defaults.
Plugin Settings require a Craft admin. With allowAdminChanges disabled, settings stay visible but read-only (use the config file instead).
License
Proprietary - Copyright (c) 2026 Amici Infotech