PHPackages                             oxenti/request - 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. oxenti/request

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

oxenti/request
==============

Request plugin for CakePHP

021PHP

Since Aug 4Pushed 9y ago5 watchersCompare

[ Source](https://github.com/oxenti/Request)[ Packagist](https://packagist.org/packages/oxenti/request)[ RSS](/packages/oxenti-request/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

OxenTI Request API plugin for CakePHP 3
=======================================

[](#oxenti-request-api-plugin-for-cakephp-3)

This plugin contains a package with API methods for managing Addresses on a CakePHP 3 application.

Requirements
------------

[](#requirements)

- CakePHP 3.0+

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require oxenti/request
```

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

[](#configuration)

In your app's `config/bootstrap.php` add:

```
// In config/bootstrap.php
Plugin::load('Request');
```

or using cake's console:

```
./bin/cake plugin load Request
```

In your app's initial folder execute plugin's migrations:

./bin/cake migrations migrate -p Request

### Configuration files

[](#configuration-files)

Move the 'request.php' config file from the plugin's config folder to your app's config folder.

On your app's 'bootstrap.php' add the address configuration file:

```
    ...
    try {
	    Configure::config('default', new PhpConfig());
	    Configure::load('app', 'default', false);
	} catch (\Exception $e) {
	    die($e->getMessage() . "\n");
	}

	Configure::load('request', 'default');
    ...
```

Using extrenal Associations
---------------------------

[](#using-extrenal-associations)

If you want to associate the Request table with other tables on your application, use the request.php configuration file setting the 'relations' entry to your needs.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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://avatars.githubusercontent.com/u/8249708?v=4)[Oxenti Soluções em Tecnologia da Informação](/maintainers/oxenti)[@oxenti](https://github.com/oxenti)

---

Top Contributors

[![rackiduck](https://avatars.githubusercontent.com/u/12211196?v=4)](https://github.com/rackiduck "rackiduck (15 commits)")[![GenesioValois](https://avatars.githubusercontent.com/u/406555?v=4)](https://github.com/GenesioValois "GenesioValois (10 commits)")

### Embed Badge

![Health badge](/badges/oxenti-request/health.svg)

```
[![Health](https://phpackages.com/badges/oxenti-request/health.svg)](https://phpackages.com/packages/oxenti-request)
```

###  Alternatives

[cedaro/wp-plugin

A base WordPress plugin library.

4249.4k4](/packages/cedaro-wp-plugin)[carlcs/craft-footnote

Footnote plugin for Craft CMS

145.8k](/packages/carlcs-craft-footnote)

PHPackages © 2026

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