https://github.com/yiisoft/yii-dev-panel
An application that aggregates such different modules as: Debug, Inspector, Gii and Open API
https://github.com/yiisoft/yii-dev-panel
debug gii open-api optionalforframeworkannounce react yii-dev-panel yii3 yiisoft
Last synced: 9 months ago
JSON representation
An application that aggregates such different modules as: Debug, Inspector, Gii and Open API
- Host: GitHub
- URL: https://github.com/yiisoft/yii-dev-panel
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2022-07-31T17:06:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T15:25:16.000Z (10 months ago)
- Last Synced: 2025-07-15T07:33:52.635Z (10 months ago)
- Topics: debug, gii, open-api, optionalforframeworkannounce, react, yii-dev-panel, yii3, yiisoft
- Language: TypeScript
- Homepage:
- Size: 107 MB
- Stars: 9
- Watchers: 13
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yii Development Panel Monorepo
This is a monorepo for Yii Development Panel and its SDK.
## Architecture
The project follows monorepository patterns. The project consists of several packages:
### `@yiisoft/yii-dev-panel`
[README](packages/yii-dev-panel/README.md)
The SDK package. It is used to simplify creating applications or custom panels.
### `@yiisoft/yii-dev-panel-sdk`
[README](packages/yii-dev-panel-sdk/README.md)
The `toolbar` application. It is used to display the toolbar on the page.
The package is used to display the toolbar on the page. It can be used separately from the `yii-dev-panel` application.
The `toolbar` application requires only `sdk` package.
### `@yiisoft/yii-dev-toolbar`
[README](packages/yii-dev-toolbar/README.md)
The main application.
The `app` application requires both `sdk` and `toolbar` packages.
### Examples
#### [`examples/remote-panel`](examples/remote-panel)
Example of remote components that may be used as a custom panel.
Read more about how to work with remote components [here](docs/guide/en/shared_components.md).
#### Dependency graph
```mermaid
flowchart LR
A[yii-dev-panel] --> C(yii-dev-panel-sdk)
A[yii-dev-panel] --> B
B[yii-dev-toolbar] --> C
```
## Documentation
- [Guide](docs/guide/en/README.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
The Yii Development Panel is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)