PHPackages                             anklimsk/cakephp-settings-app - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. anklimsk/cakephp-settings-app

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

anklimsk/cakephp-settings-app
=============================

 UI for CakePHP 2.x application settings

v1.0.7(6y ago)045MITPHPPHP &gt;=5.4

Since Aug 14Pushed 6y agoCompare

[ Source](https://github.com/anklimsk/cakephp-settings-app)[ Packagist](https://packagist.org/packages/anklimsk/cakephp-settings-app)[ Docs](https://github.com/anklimsk/cakephp-settings-app)[ RSS](/packages/anklimsk-cakephp-settings-app/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (4)Versions (12)Used By (0)

CakePHP 2.x Application Settings UI
===================================

[](#cakephp-2x-application-settings-ui)

[![Build Status](https://camo.githubusercontent.com/7dc78b1ef3bec261c39cf039ac87ae8358b9af4f52b7929fe1e8454f5a77d1bb/68747470733a2f2f7472617669732d63692e636f6d2f616e6b6c696d736b2f63616b657068702d73657474696e67732d6170702e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/anklimsk/cakephp-settings-app)[![Coverage Status](https://camo.githubusercontent.com/cf4f6f61379022127e0f9fd4fb6d1cd9beb7814bb4696a5482e86f6bfadad7b6/68747470733a2f2f636f6465636f762e696f2f67682f616e6b6c696d736b2f63616b657068702d73657474696e67732d6170702f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/anklimsk/cakephp-settings-app)[![Latest Stable Version](https://camo.githubusercontent.com/c34ec63623ad9ee13043d5b6379ca9c832b0c5e0daedea7eed62e98829764753/68747470733a2f2f706f7365722e707567782e6f72672f616e6b6c696d736b2f63616b657068702d73657474696e67732d6170702f76657273696f6e)](https://packagist.org/packages/anklimsk/cakephp-settings-app)[![License](https://camo.githubusercontent.com/7c36a05c82851b8728718e75e393f5fffc24b56e11d0a7572fbf639d87818dc0/68747470733a2f2f706f7365722e707567782e6f72672f616e6b6c696d736b2f63616b657068702d73657474696e67732d6170702f6c6963656e7365)](https://packagist.org/packages/anklimsk/cakephp-settings-app)

UI for CakePHP application settings

This plugin provides next features:
-----------------------------------

[](#this-plugin-provides-next-features)

- Base settings for the `CakePHP` application;
- Creating сustom Settings:
    - Defining the settings scheme;
    - Defining rules for validate settings;
    - Creating UI for settings.
- Setting users with role and prefix, that are members of a of security group on LDAP server
- Setting for sending an E-mail including the encrypted user password
- Getting list of E-mail for users, that are members of a of security group on LDAP server

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

[](#installation)

1. Install the Plugin using composer: `composer require anklimsk/cakephp-settings-app`
2. Add the next line to the end of the file `app/Config/bootstrap.php`:

    ```
    CakePlugin::load('CakeSettingsApp', ['bootstrap' => true, 'routes' => true]);
    ```
3. Get the name of the user that is running the web server, run the command: `ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\  -f1`.
4. Set owner of file `app/Config/config.php` run the command `chown www-data app/Config/config.php` where `www-data` - user name for web server.
5. Add to file `app/Config/core.php`:

    ```
    /**
     * A random numeric string (digits only) used to encrypt/decrypt strings.
     */
        Configure::write('Security.key', '9b8964f94127f5b843c67e8c89479e4f2cfac2b182c72dc0691cc384c438f9ca');

     /**
      * Set Security.useOpenSsl to use OpenSSL instead of the deprecated mcrpyt extension.
      */
        Configure::write('Security.useOpenSsl', true);
    ```

See

Using
-----

[](#using)

[Using this plugin](docs/USING.md)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~52 days

Recently: every ~94 days

Total

10

Last Release

2357d ago

Major Versions

v0.6.8 → v1.0.02018-10-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/140887a79183c767c877d9ddb80aeaf88e0abd091f8dc1cd6e599ab7e30e1d82?d=identicon)[anklimsk](/maintainers/anklimsk)

---

Top Contributors

[![anklimsk](https://avatars.githubusercontent.com/u/42044955?v=4)](https://github.com/anklimsk "anklimsk (66 commits)")

---

Tags

cakephp-plugincakephp2settings

### Embed Badge

![Health badge](/badges/anklimsk-cakephp-settings-app/health.svg)

```
[![Health](https://phpackages.com/badges/anklimsk-cakephp-settings-app/health.svg)](https://phpackages.com/packages/anklimsk-cakephp-settings-app)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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