From b59157185bd3036875115d2ba3dc5152dc9abf45 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sat, 22 Jun 2019 13:21:03 +0900 Subject: [PATCH] Update README.md --- README.md | 40 ++++++---------------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index f171d185..06a5da8e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ simplicity, order and flexibility in your application. With very can be built using existing components and libraries from other frameworks, yet offer even further benefit and beauty. -## Everything is a resource +## Because everything is a resource In BEAR.Sunday **everything is a REST resource** which leads to far simpler design and extensibility. Interactions with your database, services and even pages and sections of your app all sit comfortably in a resource which can be consumed or rendered at will. @@ -30,41 +30,13 @@ Interactions with your database, services and even pages and sections of your ap * [http://bearsunday.github.io/](http://bearsunday.github.io/) -## About this package - -This is the framework core interface package that contains a basic reference implementation. - -``` -src/ -├── Annotation -├── Exception -├── Extension -- Framework extension interface -│   ├── Application -│   ├── Error -│   ├── ExtensionInterface.php -│   ├── Router -│   └── Transfer -├── Inject -- Setter trait -├── Module -- Unchangeble module by context -│   ├── Annotation -│   ├── Cache -│   ├── Constant -│   ├── Resource -│   └── SundayModule.php -- Root module of this package -└── Provide -- Changeable module by context and refference implementations - ├── Application - ├── Error - ├── Representation - ├── Router - └── Transfer -``` ## Related project - * [Ray.Di](https://github.com/ray-di/Ray.Di) - dpendency injection framework - * [Ray.Aop](https://github.com/ray-di/Ray.Di) - aspect oriented framework - * [BEAR.Resource](https://github.com/bearsunday/BEAR.Resource) - hypermedia framework for object as a service - * [BEAR.Package](https://github.com/bearsunday/BEAR.Package) - web application framework - * [BEAR.Skeleton](https://github.com/bearsunday/BEAR.Skeleton) - project skeleton + * [Ray.Di](https://github.com/ray-di/Ray.Di) - A dpendency injection framework + * [Ray.Aop](https://github.com/ray-di/Ray.Di) - An aspect oriented framework + * [BEAR.Resource](https://github.com/bearsunday/BEAR.Resource) - A hypermedia framework for object as a service + * [BEAR.Package](https://github.com/bearsunday/BEAR.Package) - A web application framework + * [BEAR.Skeleton](https://github.com/bearsunday/BEAR.Skeleton) - A BEAR.Sunday project skeleton