PHPackages                             dd/evolutioncms-plugins-ddmanagerfavorites - 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. dd/evolutioncms-plugins-ddmanagerfavorites

ActiveModxevo-plugin

dd/evolutioncms-plugins-ddmanagerfavorites
==========================================

Manager left-tree tab with favorite file/folder paths.

1.0.0(today)00JavaScriptPHP &gt;=7.4.0

Since Aug 6Pushed todayCompare

[ Source](https://github.com/DivanDesign/EvolutionCMS.plugins.ddManagerFavorites)[ Packagist](https://packagist.org/packages/dd/evolutioncms-plugins-ddmanagerfavorites)[ RSS](/packages/dd-evolutioncms-plugins-ddmanagerfavorites/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

(MODX)EvolutionCMS.plugins.ddManagerFavorites
=============================================

[](#modxevolutioncmspluginsddmanagerfavorites)

Manager plugin: favorite files/folders tab in the left tree.

- Plugin creates a tab in the Manager left menu, next to the documents tree.
- Add any files/folders to favorites.
- List is automatically sorted alphabetically.
- Click opens file edit (with focus on textarea) or folder view.
- Favorites are stored in the browser (in `localStorage`), to avoid overloading the database (write in the [support chat](https://t.me/dd_code), if you prefer the database, we will think about this).

Requires
--------

[](#requires)

- PHP &gt;= 7.4
- [(MODX)EvolutionCMS](https://github.com/evolution-cms/evolution) &gt;= 1.4
- [(MODX)EvolutionCMS.libraries.ddTools](https://github.com/DivanDesign/EvolutionCMS.libraries.ddTools) &gt;= 0.69

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

[](#installation)

### Using [(MODX)EvolutionCMS.libraries.ddInstaller](https://github.com/DivanDesign/EvolutionCMS.libraries.ddInstaller)

[](#using-modxevolutioncmslibrariesddinstaller)

Just run the following PHP code in your sources or [Console](https://github.com/vanchelo/MODX-Evolution-Ajax-Console):

```
// Include (MODX)EvolutionCMS.libraries.ddInstaller
require_once(
	$modx->getConfig('base_path')
	. 'assets/libs/ddInstaller/require.php'
);

// Install (MODX)EvolutionCMS.plugins.ddManagerFavorites
\DDInstaller::install([
	'url' => 'https://github.com/DivanDesign/EvolutionCMS.plugins.ddManagerFavorites',
]);
```

- If `ddManagerFavorites` is not exists on your site, `ddInstaller` will just install the plugin.
- If `ddManagerFavorites` is already exists on your site, `ddInstaller` will check it version and update it if needed.
- After installation, set the system event `OnManagerTreeRender` in the plugin settings (`ddInstaller` does not yet support events).

### Manually

[](#manually)

#### 1. Elements → Plugins: Create a new plugin with the following data

[](#1-elements--plugins-create-a-new-plugin-with-the-following-data)

1. Plugin name: `ddManagerFavorites`.
2. Description: `1.0 Manager favorite files/folders tab.`.
3. Category: `Core → Manager`.
4. Parse DocBlock: `no`.
5. Plugin code (php): Insert content of the `ddManagerFavorites_plugin.php` file from the archive.
6. System Events: `OnManagerTreeRender`.

#### 2. Elements → Manage Files

[](#2-elements--manage-files)

1. Create a new folder `assets/plugins/ddManagerFavorites/`.
2. Extract the archive to the folder (except `ddManagerFavorites_plugin.php`).

Links
-----

[](#links)

- [GitHub](https://github.com/DivanDesign/EvolutionCMS.plugins.ddManagerFavorites)
- [Telegram chat](https://t.me/dd_code)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09b81986267e62b5fde1473b40aa6f11f7bc26c1c29d5f80f2768c8788e08110?d=identicon)[dd](/maintainers/dd)

---

Top Contributors

[![Ronef](https://avatars.githubusercontent.com/u/1333424?v=4)](https://github.com/Ronef "Ronef (1 commits)")

---

Tags

modxMODX EvofilesmanagerevoFavoritesddfoldersevolution-cmsmodx evolutionevo cmsevolutioncmsdd group

### Embed Badge

![Health badge](/badges/dd-evolutioncms-plugins-ddmanagerfavorites/health.svg)

```
[![Health](https://phpackages.com/badges/dd-evolutioncms-plugins-ddmanagerfavorites/health.svg)](https://phpackages.com/packages/dd-evolutioncms-plugins-ddmanagerfavorites)
```

PHPackages © 2026

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