PHPackages                             cscfi/cakephp-rr - 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. cscfi/cakephp-rr

ActiveProject[Utility &amp; Helpers](/categories/utility)

cscfi/cakephp-rr
================

CakePHP Resource registry

011[3 PRs](https://github.com/CSCfi/cakephp-rr/pulls)PHP

Since Sep 17Pushed 3y agoCompare

[ Source](https://github.com/CSCfi/cakephp-rr)[ Packagist](https://packagist.org/packages/cscfi/cakephp-rr)[ RSS](/packages/cscfi-cakephp-rr/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

CakePHP Resource Registry
=========================

[](#cakephp-resource-registry)

CakePHP resource registry for managing OIDC Relying Parties with User authentication and oidc metadata file publishing for Shibboleth IdP OIDC extension.

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

[](#installation)

### Server

[](#server)

```
yum install epel-release
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y yum-utils
yum-config-manager --disable remi-php54
yum-config-manager --enable remi-php73
yum install php composer httpd unzip mc
```

### CakeRR

[](#cakerr)

1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.

#### Install CakePHP project

[](#install-cakephp-project)

```
cd /var/www
composer create-project cscfi/cakephp-rr cakephp-rr --stability dev

```

#### Create logs/tmp directories and configure selinux for em

[](#create-logstmp-directories-and-configure-selinux-for-em)

```
chown apache /var/www/html/logs -R
chown apache /var/www/html/tmp -R
chcon --type httpd_sys_rw_content_t /var/www/html/logs/ -R
chcon --type httpd_sys_rw_content_t /var/www/html/tmp/ -R

```

#### configure Apache web server

[](#configure-apache-web-server)

```
systemctl start httpd
systemctl enable httpd

```

#### edit /etc/httpd/conf/httpd.conf for allowing .htaccess files

[](#edit-etchttpdconfhttpdconf-for-allowing-htaccess-files)

```

    AllowOverride All

```

#### Configure database

[](#configure-database)

```
systemctl start mariadb
systemctl enable mariadb
mysql_secure_installation

```

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

```
bin/cake server -p 8765
```

Then visit `http://localhost:8765` to see the welcome page.

Update
------

[](#update)

Since this skeleton is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades, so you have to do any updates manually.

Configuration
-------------

[](#configuration)

Read and edit `config/app.php` and setup the `'Datasources'` and any other configuration relevant for your application. You also need following defined here.

```
'client_secret' => '',
'auth_url' => 'https:///',
'redirect_url' => 'https:///',

```

Migrate database schema
=======================

[](#migrate-database-schema)

`./bin/cake migrations migrate`

Layout
------

[](#layout)

The app skeleton uses a subset of [Foundation](http://foundation.zurb.com/) (v5) CSS framework by default. You can, however, replace it with any other library or custom styles.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2fe0b8ce1658c7d1b110d091b1b1a6547f46f729ed57e43ca5058d944c8f26d?d=identicon)[sasilen](/maintainers/sasilen)

---

Top Contributors

[![sasilen](https://avatars.githubusercontent.com/u/4187961?v=4)](https://github.com/sasilen "sasilen (3 commits)")

### Embed Badge

![Health badge](/badges/cscfi-cakephp-rr/health.svg)

```
[![Health](https://phpackages.com/badges/cscfi-cakephp-rr/health.svg)](https://phpackages.com/packages/cscfi-cakephp-rr)
```

PHPackages © 2026

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