PHPackages                             execut/yii2-books - 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. execut/yii2-books

ActiveYii2-extension[Framework](/categories/framework)

execut/yii2-books
=================

Yii2 books module

0.2.1(5y ago)0951Apache-2.0PHPPHP ^7.4

Since Jul 15Pushed 5y agoCompare

[ Source](https://github.com/execut/yii2-books)[ Packagist](https://packagist.org/packages/execut/yii2-books)[ Docs](https://github.com/execut/yii2-books)[ RSS](/packages/execut-yii2-books/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (10)Versions (6)Used By (1)

yii2-books
==========

[](#yii2-books)

Module for managing books and their authors. It is an example to demonstrate the integration of the following tools to simplify development on the Yii2 framework:

- [execut/yii2-crud](https://github.com/execut/yii2-crud)
- [execut/yii2-navigation](https://github.com/execut/yii2-navigation)
- [execut/yii2-migration](https://github.com/execut/yii2-migration)

The native version of this CRUD in pure Yii2 for comparison can be viewed here [execut/yii2-books-native](https://github.com/execut/yii2-books-native)

For license information check the [LICENSE-file](https://github.com/execut/yii2-books/blob/master/LICENSE.md).

English documentation is at [docs/guide/README.md](https://github.com/execut/yii2-books/blob/master/docs/guide/README.md).

Русская документация здесь [docs/guide-ru/README.md](https://github.com/execut/yii2-books/blob/master/docs/guide-ru/README.md).

[![Latest Stable Version](https://camo.githubusercontent.com/458ac1fabbf3e61448936d9b4b89ff211e70f62c3965ad5e0adb5eff669e698d/68747470733a2f2f706f7365722e707567782e6f72672f6578656375742f796969322d626f6f6b732f762f737461626c652e706e67)](https://packagist.org/packages/execut/yii2-books)[![Total Downloads](https://camo.githubusercontent.com/a6ce7a227b89ff9a7d39b24947b924a08f928964eed1a2c8975c11f5bdf087ca/68747470733a2f2f706f7365722e707567782e6f72672f6578656375742f796969322d626f6f6b732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/execut/yii2-books)[![Build Status](https://camo.githubusercontent.com/df58cdac44a321af4baf7d49f1015fcb927b6105e106eea4dbf5cd268c95b07a/68747470733a2f2f7472617669732d63692e636f6d2f6578656375742f796969322d626f6f6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/execut/yii2-books)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

### Install

[](#install)

Either run

```
$ php composer.phar require execut/yii2-books "dev-master"

```

or add

```
"execut/yii2-books": "dev-master"

```

to the `require` section of your `composer.json` file.

Apply module migrations:

```
./yii migrate/up --interactive=0
-> ...migration was applied.
->
-> Migrated up successfully.
```

Usage
-----

[](#usage)

Open books example url in your browser [/books/books/index](http://localhost/books/books/index).

[![Books menu](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/books-menu.jpg)](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/books-menu.jpg)[![Books CRUD list](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/books-list.jpg)](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/books-list.jpg)[![Books CRUD form](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/books-form.jpg)](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/books-form.jpg)

Authors example here [/books/authors/index](http://localhost/books/authors/index).

[![Authors CRUD list](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/authors-list.jpg)](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/authors-list.jpg)[![Authors CRUD form](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/authors-form.jpg)](https://raw.githubusercontent.com/execut/yii2-books/master/docs/guide/i/authors-form.jpg)

For more details please refer to the documentation [docs/guide/README.md](https://github.com/execut/yii2-books/blob/master/docs/guide/README.md).

Для более подробной информации обращайтесь к документации [docs/guide-ru/README.md](https://github.com/execut/yii2-books/blob/master/docs/guide-ru/README.md).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~24 days

Total

5

Last Release

2028d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ffb982747c04d8d93e2db3f8d90e44864c7c2a21a4c3d00ffbe66325f3f91c4?d=identicon)[execut](/maintainers/execut)

---

Top Contributors

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

---

Tags

yii2 books

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/execut-yii2-books/health.svg)

```
[![Health](https://phpackages.com/badges/execut-yii2-books/health.svg)](https://phpackages.com/packages/execut-yii2-books)
```

###  Alternatives

[feehi/cms

Feehi CMS Project Template

5323.0k](/packages/feehi-cms)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k46](/packages/skeeks-cms)[izyue/yii2-app-advanced

Yii 2 Advanced Project Template

1281.9k](/packages/izyue-yii2-app-advanced)[yii2mod/yii2-cms

Yii2 CMS extension

439.3k2](/packages/yii2mod-yii2-cms)

PHPackages © 2026

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