Skip to content

Commit

Permalink
Add PHP class diagram HTML page
Browse files Browse the repository at this point in the history
A new HTML page for the PHP class diagram has been added, providing a better view of the diagram. Simultaneously, the existing link in the README.md has been updated to point to this new HTML page instead of directly to the SVG file.
  • Loading branch information
koriym committed Jul 9, 2024
1 parent 22f9ae8 commit e77b0f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ SevericeLocator::setReader(new AttributeReader);`

## Technical Information

* [Class Diagram](https://ray-di.github.io/Ray.Aop/images/php-class-diagram.svg) - Class interrelationship diagram created by [php-class-diagram](https://github.com/smeghead/php-class-diagram).
For more detailed technical information, please refer to the following resources:

* [Class Diagram](https://ray-di.github.io/Ray.Aop/images/php-class-diagram.html)

---

Expand Down
17 changes: 17 additions & 0 deletions docs/php-class-diagram.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html lang="en">
<head>
<title>Ray.Aop Class Diagram</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is a class diagram for the Ray.Aop project.">
<! -- This image was generated by the https://github.com/smeghead/php-class-diagram/ library -->.
<style>
embed {
width: 100%;
height: auto;
}
</style>
</head>
<body>
<embed type="image/svg+xml" src="php-class-diagram.svg"/>
</body>
</html>

0 comments on commit e77b0f6

Please sign in to comment.