Hidden Files

Securely serve files stored in your ExpressionEngine site - even those embedded within Channel Entries or in Grid fields - via protected download links, rather than exposing them publicly.

Telephone

Adds a specialized tel FieldType to ExpressionEngine, designed for handling phone number inputs with validation and formatting support. It integrates with Channel Entries and works in both Grid and Fluid fields.

Backup Manager

Adds control over your ExpressionEngine internal backups. It allows site administrators to manage, download, and delete backups taken by ExpressionEngine itself—right from the Control Panel.

Throttle Whitelist

Allows ExpressionEngine site administrators to exempt specific IP addresses - or even logged-in users - from the built-in throttling mechanism. This helps ensure trusted users or services don’t get accidentally rate-limited.

Highlander

Highlander provides a custom FieldType for ExpressionEngine that ensures a provided value appears only once. You can enforce uniqueness across Member data or Channel Entry fields - making sure, for example, that SKUs or emails are never duplicated.

Debug Toolbar

The complete debugging platform for ExpressionEngine. It replaces the default Profiler and Template Debugger and provides a clean, unobtrusive interface to inspect performance, errors, logs, database queries, emails, and more—right within EE 7.x sites.

Login Alert

Get notified whenever a Member logs into your ExpressionEngine site. Configure multiple Login Alerts using multiple criteria, such as Control Panel vs Front End, which user(s) and/or role(s) who login, and which portion of your site they log in to.

Member List

A replacement for the native memberlist template tags / workflow in ExpressionEngine. It aims to add functionality and improvements over what EE ships by default.

Role Expire

Enables administrators to assign a time limit to specific Member Roles. After the limit is reached, members are automatically moved to a different “expired” Role, and optional notification emails can be sent beforehand.

Grid Pagination

Adds native pagination capabilities to Grid fields in ExpressionEngine—something not available out of the box. It enables you to paginate rows within a Grid field, making it easier to display large datasets in manageable chunks.

Datalist FieldType

The Datalist FieldType allows you to add datalist input fields into your ExpressionEngine Channel Entries and Member Fields. It's based off the <datalist>: The HTML Data List element spec and should comply with everything laid out there.

Unit Tests

A free utility that integrates PHPUnit into your ExpressionEngine setup. It makes it easy to write, run, and manage automated tests in an EE-context-safe environment—ideal for Add-On development, maintenance, and ensuring high code quality.

Encryption FieldType

Allows for the encryption on storage and decryption on render of channel field data.