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. cakedc/cakephp-book

ActiveCakephp-plugin

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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

973d 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

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)

PHPackages © 2026

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