netzbegruenung/green-directory

PHP client representations of netzbegruenung/green-directory

0.9.0 2019-06-25 14:18 UTC

This package is auto-updated.

Last update: 2024-04-18 05:15:32 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();