Skip to content

Commit bb7001f

Browse files
committed
Remove di-plus and middleware-plus components
- Deleted the di-plus component including its source files, configuration, and documentation. - Removed middleware-plus component along with its related files and configurations. - Updated documentation to reflect the removal of these components from the project.
1 parent a1a5c68 commit bb7001f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-1377
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ php bin/hyperf.php vendor:publish friendsofhyperf/[component-name]
122122

123123
### 🧩 Dependency Injection & Architecture
124124

125-
- **[di-plus](src/di-plus)** - Enhanced dependency injection features
126125
- **[facade](src/facade)** - Laravel-style facades for Hyperf
127-
- **[middleware-plus](src/middleware-plus)** - Enhanced middleware features
128126
- **[ipc-broadcaster](src/ipc-broadcaster)** - Inter-process communication broadcaster
129127

130128
### 🔐 Security & Validation

README_CN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ php bin/hyperf.php vendor:publish friendsofhyperf/[组件名称]
122122

123123
### 🧩 依赖注入与架构
124124

125-
- **[di-plus](src/di-plus)** - 增强的依赖注入功能
126125
- **[facade](src/facade)** - Hyperf 的 Laravel 风格门面
127-
- **[middleware-plus](src/middleware-plus)** - 增强的中间件功能
128126
- **[ipc-broadcaster](src/ipc-broadcaster)** - 进程间通信广播器
129127

130128
### 🔐 安全与验证

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
"friendsofhyperf/confd": "*",
127127
"friendsofhyperf/config-consul": "*",
128128
"friendsofhyperf/console-spinner": "*",
129-
"friendsofhyperf/di-plus": "*",
130129
"friendsofhyperf/elasticsearch": "*",
131130
"friendsofhyperf/encryption": "*",
132131
"friendsofhyperf/exception-event": "*",
@@ -140,7 +139,6 @@
140139
"friendsofhyperf/lock": "*",
141140
"friendsofhyperf/macros": "*",
142141
"friendsofhyperf/mail": "*",
143-
"friendsofhyperf/middleware-plus": "*",
144142
"friendsofhyperf/model-factory": "*",
145143
"friendsofhyperf/model-hashids": "*",
146144
"friendsofhyperf/model-morph-addon": "*",
@@ -181,7 +179,6 @@
181179
"FriendsOfHyperf\\Confd\\": "src/confd/src/",
182180
"FriendsOfHyperf\\ConfigConsul\\": "src/config-consul/src/",
183181
"FriendsOfHyperf\\ConsoleSpinner\\": "src/console-spinner/src/",
184-
"FriendsOfHyperf\\DiPlus\\": "src/di-plus/src/",
185182
"FriendsOfHyperf\\Elasticsearch\\": "src/elasticsearch/src/",
186183
"FriendsOfHyperf\\Encryption\\": "src/encryption/src/",
187184
"FriendsOfHyperf\\ExceptionEvent\\": "src/exception-event/src/",
@@ -195,7 +192,6 @@
195192
"FriendsOfHyperf\\Lock\\": "src/lock/src/",
196193
"FriendsOfHyperf\\Macros\\": "src/macros/src/",
197194
"FriendsOfHyperf\\Mail\\": "src/mail/src/",
198-
"FriendsOfHyperf\\MiddlewarePlus\\": "src/middleware-plus/src/",
199195
"FriendsOfHyperf\\ModelFactory\\": "src/model-factory/src/",
200196
"FriendsOfHyperf\\ModelHashids\\": "src/model-hashids/src/",
201197
"FriendsOfHyperf\\ModelMorphAddon\\": "src/model-morph-addon/src/",
@@ -265,7 +261,6 @@
265261
"FriendsOfHyperf\\Confd\\ConfigProvider",
266262
"FriendsOfHyperf\\ConfigConsul\\ConfigProvider",
267263
"FriendsOfHyperf\\ConsoleSpinner\\ConfigProvider",
268-
"FriendsOfHyperf\\DiPlus\\ConfigProvider",
269264
"FriendsOfHyperf\\Encryption\\ConfigProvider",
270265
"FriendsOfHyperf\\ExceptionEvent\\ConfigProvider",
271266
"FriendsOfHyperf\\Facade\\ConfigProvider",
@@ -277,7 +272,6 @@
277272
"FriendsOfHyperf\\Lock\\ConfigProvider",
278273
"FriendsOfHyperf\\Macros\\ConfigProvider",
279274
"FriendsOfHyperf\\Mail\\ConfigProvider",
280-
"FriendsOfHyperf\\MiddlewarePlus\\ConfigProvider",
281275
"FriendsOfHyperf\\ModelFactory\\ConfigProvider",
282276
"FriendsOfHyperf\\ModelHashids\\ConfigProvider",
283277
"FriendsOfHyperf\\ModelMorphAddon\\ConfigProvider",

docs/.vitepress/src/en/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ const sidebar:DefaultTheme.Sidebar = {
4545
text: 'Console Spinner',
4646
link: '/en/components/console-spinner.md'
4747
},
48-
{
49-
text: 'Di Plus',
50-
link: '/en/components/di-plus.md'
51-
},
5248
{
5349
text: 'Elasticsearch',
5450
link: '/en/components/elasticsearch.md'
@@ -101,10 +97,6 @@ const sidebar:DefaultTheme.Sidebar = {
10197
text: 'Mail',
10298
link: '/en/components/mail.md'
10399
},
104-
{
105-
text: 'Middleware Plus',
106-
link: '/en/components/middleware-plus.md'
107-
},
108100
{
109101
text: 'Model Factory',
110102
link: '/en/components/model-factory.md'

docs/.vitepress/src/zh-cn/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ const sidebar:DefaultTheme.Sidebar = {
5858
text: 'Console Spinner',
5959
link: '/zh-cn/components/console-spinner.md'
6060
},
61-
{
62-
text: 'Di Plus',
63-
link: '/zh-cn/components/di-plus.md'
64-
},
6561
{
6662
text: 'Elasticsearch',
6763
link: '/zh-cn/components/elasticsearch.md'
@@ -114,10 +110,6 @@ const sidebar:DefaultTheme.Sidebar = {
114110
text: 'Mail',
115111
link: '/zh-cn/components/mail.md'
116112
},
117-
{
118-
text: 'Middleware Plus',
119-
link: '/zh-cn/components/middleware-plus.md'
120-
},
121113
{
122114
text: 'Model Factory',
123115
link: '/zh-cn/components/model-factory.md'

docs/.vitepress/src/zh-hk/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ const sidebar:DefaultTheme.Sidebar = {
5858
text: 'Console Spinner',
5959
link: '/zh-hk/components/console-spinner.md'
6060
},
61-
{
62-
text: 'Di Plus',
63-
link: '/zh-hk/components/di-plus.md'
64-
},
6561
{
6662
text: 'Elasticsearch',
6763
link: '/zh-hk/components/elasticsearch.md'
@@ -114,10 +110,6 @@ const sidebar:DefaultTheme.Sidebar = {
114110
text: 'Mail',
115111
link: '/zh-hk/components/mail.md'
116112
},
117-
{
118-
text: 'Middleware Plus',
119-
link: '/zh-hk/components/middleware-plus.md'
120-
},
121113
{
122114
text: 'Model Factory',
123115
link: '/zh-hk/components/model-factory.md'

docs/.vitepress/src/zh-tw/sidebars.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ const sidebar:DefaultTheme.Sidebar = {
5858
text: 'Console Spinner',
5959
link: '/zh-tw/components/console-spinner.md'
6060
},
61-
{
62-
text: 'Di Plus',
63-
link: '/zh-tw/components/di-plus.md'
64-
},
6561
{
6662
text: 'Elasticsearch',
6763
link: '/zh-tw/components/elasticsearch.md'
@@ -114,10 +110,6 @@ const sidebar:DefaultTheme.Sidebar = {
114110
text: 'Mail',
115111
link: '/zh-tw/components/mail.md'
116112
},
117-
{
118-
text: 'Middleware Plus',
119-
link: '/zh-tw/components/middleware-plus.md'
120-
},
121113
{
122114
text: 'Model Factory',
123115
link: '/zh-tw/components/model-factory.md'

docs/en/components/di-plus.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/en/components/middleware-plus.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/en/guide/start/components.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
| [confd](https://github.com/friendsofhyperf/confd) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/confd/v)](https://packagist.org/packages/friendsofhyperf/confd) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/confd/downloads)](https://packagist.org/packages/friendsofhyperf/confd) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/confd/d/monthly)](https://packagist.org/packages/friendsofhyperf/confd) |
1313
| [config-consul](https://github.com/friendsofhyperf/config-consul) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/config-consul/v)](https://packagist.org/packages/friendsofhyperf/config-consul) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/config-consul/downloads)](https://packagist.org/packages/friendsofhyperf/config-consul) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/config-consul/d/monthly)](https://packagist.org/packages/friendsofhyperf/config-consul) |
1414
| [console-spinner](https://github.com/friendsofhyperf/console-spinner) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/console-spinner/v)](https://packagist.org/packages/friendsofhyperf/console-spinner) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/console-spinner/downloads)](https://packagist.org/packages/friendsofhyperf/console-spinner) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/console-spinner/d/monthly)](https://packagist.org/packages/friendsofhyperf/console-spinner) |
15-
| [di-plus](https://github.com/friendsofhyperf/di-plus) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/di-plus/v)](https://packagist.org/packages/friendsofhyperf/di-plus) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/di-plus/downloads)](https://packagist.org/packages/friendsofhyperf/di-plus) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/di-plus/d/monthly)](https://packagist.org/packages/friendsofhyperf/di-plus) |
1615
| [elasticsearch](https://github.com/friendsofhyperf/elasticsearch) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/elasticsearch/v)](https://packagist.org/packages/friendsofhyperf/elasticsearch) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/elasticsearch/downloads)](https://packagist.org/packages/friendsofhyperf/elasticsearch) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/elasticsearch/d/monthly)](https://packagist.org/packages/friendsofhyperf/elasticsearch) |
1716
| [encryption](https://github.com/friendsofhyperf/encryption) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/encryption/v)](https://packagist.org/packages/friendsofhyperf/encryption) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/encryption/downloads)](https://packagist.org/packages/friendsofhyperf/encryption) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/encryption/d/monthly)](https://packagist.org/packages/friendsofhyperf/encryption) |
1817
| [exception-event](https://github.com/friendsofhyperf/exception-event) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/exception-event/v)](https://packagist.org/packages/friendsofhyperf/exception-event) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/exception-event/downloads)](https://packagist.org/packages/friendsofhyperf/exception-event) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/exception-event/d/monthly)](https://packagist.org/packages/friendsofhyperf/exception-event) |
@@ -26,7 +25,6 @@
2625
| [lock](https://github.com/friendsofhyperf/lock) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/lock/v)](https://packagist.org/packages/friendsofhyperf/lock) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/lock/downloads)](https://packagist.org/packages/friendsofhyperf/lock) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/lock/d/monthly)](https://packagist.org/packages/friendsofhyperf/lock) |
2726
| [macros](https://github.com/friendsofhyperf/macros) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/macros/v)](https://packagist.org/packages/friendsofhyperf/macros) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/macros/downloads)](https://packagist.org/packages/friendsofhyperf/macros) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/macros/d/monthly)](https://packagist.org/packages/friendsofhyperf/macros) |
2827
| [mail](https://github.com/friendsofhyperf/mail) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/mail/v)](https://packagist.org/packages/friendsofhyperf/mail) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/mail/downloads)](https://packagist.org/packages/friendsofhyperf/mail) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/mail/d/monthly)](https://packagist.org/packages/friendsofhyperf/mail) |
29-
| [middleware-plus](https://github.com/friendsofhyperf/middleware-plus) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/middleware-plus/v)](https://packagist.org/packages/friendsofhyperf/middleware-plus) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/middleware-plus/downloads)](https://packagist.org/packages/friendsofhyperf/middleware-plus) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/middleware-plus/d/monthly)](https://packagist.org/packages/friendsofhyperf/middleware-plus) |
3028
| [model-factory](https://github.com/friendsofhyperf/model-factory) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/model-factory/v)](https://packagist.org/packages/friendsofhyperf/model-factory) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/model-factory/downloads)](https://packagist.org/packages/friendsofhyperf/model-factory) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/model-factory/d/monthly)](https://packagist.org/packages/friendsofhyperf/model-factory) |
3129
| [model-hashids](https://github.com/friendsofhyperf/model-hashids) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/model-hashids/v)](https://packagist.org/packages/friendsofhyperf/model-hashids) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/model-hashids/downloads)](https://packagist.org/packages/friendsofhyperf/model-hashids) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/model-hashids/d/monthly)](https://packagist.org/packages/friendsofhyperf/model-hashids) |
3230
| [model-morph-addon](https://github.com/friendsofhyperf/model-morph-addon) | [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/model-morph-addon/v)](https://packagist.org/packages/friendsofhyperf/model-morph-addon) | [![Total Downloads](https://poser.pugx.org/friendsofhyperf/model-morph-addon/downloads)](https://packagist.org/packages/friendsofhyperf/model-morph-addon) | [![Monthly Downloads](https://poser.pugx.org/friendsofhyperf/model-morph-addon/d/monthly)](https://packagist.org/packages/friendsofhyperf/model-morph-addon) |

0 commit comments

Comments
 (0)