熊 / 星期日
面向资源的应用程序框架
1.7.0
2022-11-21 13:56 UTC
Requires
- php: ^8.0
- bear/resource: ^1.16
- doctrine/annotations: ^1.12
- psr/log: ^1.1 || ^2.0 || ^3.0
- ray/aop: ^2.12.3
- ray/di: ^2.13
Requires (Dev)
- doctrine/coding-standard: ^10.0
- phpmd/phpmd: ^2.9
- phpmetrics/phpmetrics: ^2.7
- phpstan/phpstan: ^1.3
- phpunit/phpunit: ^9.5.10
- psalm/plugin-phpunit: ^0.13
- ray/rector-ray: ^1.0
- rector/rector: ^0.14.8
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.2
- 1.x-dev
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc.5
- 1.0.0-rc.4
- 1.0.0-rc.3
- 1.0.0-rc.2
- 1.0.0-rc
- 1.0.0-beta
- 1.0.0-alpha.6
- 1.0.0-alpha.5
- 1.0.0-alpha.4
- 1.0.0-alpha.3
- 1.0.0-alpha.2
- 1.0.0-alpha
- 0.x-dev
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.0
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.3
- dev-dependabot/composer/doctrine/coding-standard-tw-12.0
- dev-dependabot/composer/rector/rector-tw-1.2.4
- dev-update-dependabot.yml-20240831102121
- dev-update-dependabot.yml-20240831100343
- dev-update-dependabot.yml-20240831094015
- dev-update-dependabot.yml-20240831091850
- dev-update-dependabot.yml-20240831091125
- dev-update-dependabot.yml-20240831090750
- dev-php82
- dev-default_scheme_host
This package is auto-updated.
Last update: 2024-09-02 00:53:07 UTC
README
BEAR.Sunday
面向资源的应用程序框架
什么是BEAR.Sunday
这个面向资源的框架在外部和内部都采用了以REST为中心的架构,并通过大量使用依赖注入和面向切面编程,为您提供了惊人的简单性、秩序和灵活性。由于其自身组件非常少,它是如何使用其他框架中现有组件和库来构建框架,并进一步提供更多好处和美的绝佳示例。
因为一切都是资源
在BEAR.Sunday中,一切都是REST资源,这导致了设计上的极大简化以及扩展性。与数据库、服务以及应用中的页面和部分的所有交互都舒适地位于一个资源中,可以随意消费或渲染。
文档
相关项目
- Ray.Di - 一个依赖注入框架
- Ray.Aop - 一个面向切面框架
- BEAR.Resource - 一个面向服务的对象超媒体框架
- BEAR.Package - 一个Web应用程序框架
- BEAR.Skeleton - 一个BEAR.Sunday项目骨架