netzbegruenung / green-directory
PHP client representations of netzbegruenung/green-directory
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/netzbegruenung/green-directory
Requires
- php: >=7.2
- ext-yaml: *
- jms/serializer: ^3.0
- psr/cache: ^1.0
- symfony/yaml: ^3.3|^4.0
This package is auto-updated.
Last update: 2025-09-18 08:18:04 UTC
README
PHP reader for green-directory data.
Example
<?php use Netzbegruenung\GreenDirectory\Reader; use Netzbegruenung\GreenDirectory\Repository; $repository = new Repository(new Reader(__DIR__ . '/green-directory/data')); $chapter = $repository->findBySherpaId('11002609'); echo $chapter->getCity();