PHPackages                             korditpteltd/kd-cakephp-restful - 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. [API Development](/categories/api)
4. /
5. korditpteltd/kd-cakephp-restful

ActiveCakephp-plugin[API Development](/categories/api)

korditpteltd/kd-cakephp-restful
===============================

KORDIT CakePHP Restful Plugin

13613PHPCI failing

Since Mar 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mohamednizar/kd-cakephp-restful)[ Packagist](https://packagist.org/packages/korditpteltd/kd-cakephp-restful)[ RSS](/packages/korditpteltd-kd-cakephp-restful/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Restful Plugin
==============

[](#restful-plugin)

[![Version](https://camo.githubusercontent.com/89338c047899bca05edf7f9d1672995334acf53936a473b1352416a7d86bc060/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d312e302e312d677265656e2e737667)](https://demo.openemis.org/integrator)

KORDIT CakePHP V3 Restful Plugin.

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

[](#requirements)

The `master` branch has the following requirements:

- [![CakePHP](https://camo.githubusercontent.com/f6c99ee59fcd1574193f832e7169510c326610d3ec1aed0530dae19bb9097139/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f43616b655048502d2533453d332e322d79656c6c6f77677265656e2e737667)](http://cakephp.org)
- [![PHP](https://camo.githubusercontent.com/190d2cb05e910ad6bc123445a6480846a3a716505c2af0ebb2381d44a7648266/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344352e352e392d79656c6c6f77677265656e2e737667)](http://cakephp.org)

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

[](#installation)

Install this plugin using `composer` from your CakePHP V3 Project ROOT directory (where the `composer.json` file is located).

- Edit `composer.json` file by adding the following lines:

```
"repositories":[
        {
            "type": "git",
            "url": "git@github.com:mohamednizar/kd-cakephp-restful.git"
        }
    ]
```

- Example `composer.json` after adding required lines:

```
{
    "name": "korditpteltd/openemis-phpoe",
    "description": "KORDIT OpenEMIS CORE",
    "homepage": "https://demo.openemis.org/core",
    "type": "project",
    "license": "GPL-2.0",
    "require": {
        "php": ">=5.4.16",
        "cakephp/cakephp": "3.2.6"
    },
    "scripts": {
        "post-install-cmd": "App\\Console\\Installer::postInstall",
        "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories":[
        {
            "type": "git",
            "url": "git@github.com:mohamednizar/kd-cakephp-restful.git"
        }
    ]
}
```

- If `composer` is not installed globally, issue the following command on console/terminal:

```
php composer.phar require korditpteltd/kd-cakephp-restful "*"
```

- If `composer` is installed globally, issue the following command instead:

```
composer require korditpteltd/kd-cakephp-restful "*"
```

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

[](#configuration)

- [Load this plugin](http://book.cakephp.org/3.0/en/plugins.html#loading-a-plugin) by adding the following line in your application `bootstrap.php` file.

```
Plugin::load('Restful', ['bootstrap' => true, 'routes' => true, 'autoload' => true]);
```

\*\* `boostrap` parameter is set to true so that this package bootstrap file will be loaded during the application life-cycle boot up process. \*\* This package's boostrap.php will then include its routes configurations.

Usage
-----

[](#usage)

After configuration was done, go to the plugin documentation from your application url to read more.

```
http:///restful/doc
or
https:///restful/doc
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8711284?v=4)[Mohamed Nizar](/maintainers/mohamednizar)[@mohamednizar](https://github.com/mohamednizar)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/korditpteltd-kd-cakephp-restful/health.svg)

```
[![Health](https://phpackages.com/badges/korditpteltd-kd-cakephp-restful/health.svg)](https://phpackages.com/packages/korditpteltd-kd-cakephp-restful)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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