Skip to content

Commit

Permalink
feature: improve wording slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dresslerdemos committed Mar 22, 2024
1 parent 27e9d61 commit 6432693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ How and to whom you expose your entities is highly customizable while minimizing

Immediate usage is currently limited to applications building their entities uppon the https://www.doctrine-project.org/projects/orm.html[Doctrine ORM]. However, as the different underlying functionalities are split and encapsulated in many individual PHP objects, put together via constructor-based dependency injection, a high degree of customizability and extensibility is ensured.

These objects are structured into multiple composer packages contained in this repository, to ease re-usage for different use cases without the need to include large, unnecessary dependencies. E.g. you may want to use parts of this library to build your own API implementation more easily, and if you do, you can easily skip the Doctrine ORM dependency and implement your own way to access the data source of your entities.
These objects are structured into multiple composer packages contained in this repository, to ease re-usage for different use cases without the need to include large, unnecessary dependencies. E.g. you may want to use parts of this library to build your own API implementation more easily, and if you do, you can simply skip the Doctrine ORM dependency and implement your own way to access the data source of your entities.

== When to use

Expand Down

0 comments on commit 6432693

Please sign in to comment.