Skip to content

Commit

Permalink
Add technical information section in README
Browse files Browse the repository at this point in the history
A new section called "Technical Information" has been added to the README file. This section includes a class diagram link, providing visualization of class interrelationships. The diagram was created using the php-class-diagram tool. Thanks @smeghead san!
  • Loading branch information
koriym committed Jul 8, 2024
1 parent 8ab7179 commit 0a31128
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ SevericeLocator::setReader(new AttributeReader);`

* See also the DI framework [Ray.Di](https://github.com/ray-di/Ray.Di) which integrates DI and AOP.

## Techical 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).

---

* Note: This documentation of the part is taken from [Guice/AOP](https://github.com/google/guice/wiki/AOP).
Expand Down

0 comments on commit 0a31128

Please sign in to comment.