PHPackages                             cakedc/cakephp-book - 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. [Framework](/categories/framework)
4. /
5. cakedc/cakephp-book

ActiveCakephp-plugin[Framework](/categories/framework)

cakedc/cakephp-book
===================

CakeDC/Book plugin for CakePHP

2.2.1(2y ago)2452[1 PRs](https://github.com/CakeDC/Book/pulls)MITPHPCI failing

Since Feb 9Pushed 2y ago7 watchersCompare

[ Source](https://github.com/CakeDC/Book)[ Packagist](https://packagist.org/packages/cakedc/cakephp-book)[ RSS](/packages/cakedc-cakephp-book/feed)WikiDiscussions 2.next-cake4 Synced today

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

CakeDC/Book plugin for CakePHP
==============================

[](#cakedcbook-plugin-for-cakephp)

cakephp-book allows you to search in the official CakePHP documentation directly from the console.

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

[](#requirements)

- CakePHP 4.0+
- PHP 7.2+

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

[](#installation)

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

The recommended way to install composer packages is:

```
composer require cakedc/cakephp-book

```

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

[](#configuration)

You can load the plugin using the shell command:

```
bin/cake plugin load CakeDC/Book
```

Or you can manually add the loading statement in the `src/Application.php` file of your application:

```
public function bootstrap() {
    parent::bootstrap();
    $this->addPlugin('CakeDC/Book');
}
```

Basic Usage
-----------

[](#basic-usage)

```
bin/cake book
```

parameter = parameter to look for in the documentation

Examples:

```
bin/cake book Text
bin/cake book "Virtual Fields"

```

Support
-------

[](#support)

For bugs and feature requests, please use the [issues](https://github.com/CakeDC/Book/issues) section of this repository.

Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.

Contributing
------------

[](#contributing)

This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.

License
-------

[](#license)

Copyright 2020 - 2022 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.9% 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 ~145 days

Total

5

Last Release

1023d ago

Major Versions

1.0.0 → 2.0.02022-02-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204531?v=4)[Cake Development Corporation](/maintainers/CakeDC)[@CakeDC](https://github.com/CakeDC)

---

Top Contributors

[![arodu](https://avatars.githubusercontent.com/u/12447690?v=4)](https://github.com/arodu "arodu (14 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (6 commits)")[![ajibarra](https://avatars.githubusercontent.com/u/794722?v=4)](https://github.com/ajibarra "ajibarra (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakedc-cakephp-book/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[cakephp/twig-view

Twig powered View for CakePHP

155.7M19](/packages/cakephp-twig-view)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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