Skip to content

Commit

Permalink
Updating Mermaid Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Dec 9, 2023
1 parent 437d980 commit 547a464
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ This project is a boilerplate for create Rest Applications API Ready to Use with

```mermaid
mindmap
root((Reference Architecture))
PSR Standards
PSR-7(WebRequests)
PSR-11(Container & Dependency Injection)
PSR-6(Cache)
Authentication & Authorization
Decoupled Code
Database
orm(ORM Integration)
migration(Migration)
routing(Routing)
OpenAPI Integration
rest(Rest Methods)
rest(Contract Testing)
rest(Documentation)
Error Handling
(("Reference Architecture"))
("PSR Standards")
("WebRequests")
("Container & Dependency Injection")
("Cache")
("Authentication & Authorization")
("Decoupled Code")
("Database")
("ORM Integration")
("Migration")
("Routing")
("OpenAPI Integration")
("Rest Methods")
("Contract Testing")
("Documentation")
("Error Handling")
```

It is a PHP-based RESTful API template or boilerplate that aims to simplify the development process of RESTful web services in PHP.
Expand Down

0 comments on commit 547a464

Please sign in to comment.