II.
Library JSON
Structured · livelibrary:doctrine
Doctrine ORM json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:doctrine",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Doctrine ORM",
"belongsToLanguageId": "language:php",
"category": "orm",
"description": "Full-featured PHP ORM and DBAL implementing the Data Mapper pattern\nwith entity mapping, associations, migrations, and a fluent DQL query\nlanguage built on top of PDO-compatible database drivers.\n"
},
"outgoingEdges": [
{
"from": "library:doctrine",
"to": "language:php",
"kind": "belongs_to_language"
},
{
"from": "library:doctrine",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:doctrine",
"to": "library:eloquent",
"kind": "alternative_to"
}
],
"incomingEdges": []
}