PHPackages                             goosfraba/teryt-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. goosfraba/teryt-sdk

ActiveLibrary[API Development](/categories/api)

goosfraba/teryt-sdk
===================

The SDK for GUS TERYT API

1.0.0(3y ago)02.8k1MITPHPPHP &gt;=7.4

Since Apr 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dbojdo/teryt-sdk)[ Packagist](https://packagist.org/packages/goosfraba/teryt-sdk)[ RSS](/packages/goosfraba-teryt-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

GUS TERYT SDK
=============

[](#gus-teryt-sdk)

The library provides a wrapper for GUS TERYT SOAP API.

Installation
------------

[](#installation)

Recommended way of installation is via **composer**

```
composer require goosfraba/teryt-sdk
```

Usage
-----

[](#usage)

Create an instance of the API:

```
use Goosfraba\Teryt\Soap\TerytApiFactory;
use Goosfraba\Teryt\Soap\Dsn;

$factory = new TerytApiFactory();

$dsn = Dsn::prod("your-user", "your-pass");
// or
$dsn = Dsn::test(); // public test credentials
// or
$dsn = Dsn::parse("gus+teryt://your-user:your-pass@prod"); // your production credentials

$api = $factory->create($dsn);
```

Use API according to their documentation:

```
use Goosfraba\Teryt\TerytApi;

/** @var TerytApi $api */

$catalogFile = $api->PobierzKatalogSIMCAdr(); // downloads the SIMC catalogue in address version
$fileObject = $catalogFile->dump(); // Dumps the catalogue content into a file \SplFileObject
```

Supported functions
-------------------

[](#supported-functions)

For know the SDK supports the following functions:

- CzyZalogowany
- PobierzDateAktualnegoKatTerc
- PobierzDateAktualnegoKatNTS
- PobierzDateAktualnegoKatSimc
- PobierzDateAktualnegoKatUlic
- PobierzListeWojewodztw
- PobierzListePowiatow
- PobierzListeGmin
- PobierzGminyiPowDlaWoj
- PobierzKatalogTERC
- PobierzKatalogTERCAdr
- PobierzKatalogNTS
- PobierzKatalogSIMCAdr
- PobierzKatalogSIMC
- PobierzKatalogSIMCStat
- PobierzKatalogULIC
- PobierzKatalogULICAdr
- PobierzKatalogULICBezDzielnic
- PobierzKatalogWMRODZ
- PobierzSlownikRodzajowJednostek
- PobierzSlownikCechULIC
- PobierzSlownikRodzajowSIMC

Feel free to contrubute and add support for more functions.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6cc50814a7b150c2a02d719d33c6e11040a6d0d010b2f986a24794edce7f52f?d=identicon)[dbojdo](/maintainers/dbojdo)

---

Top Contributors

[![dbojdo](https://avatars.githubusercontent.com/u/1272416?v=4)](https://github.com/dbojdo "dbojdo (1 commits)")

---

Tags

GUSterytTERCSIMCulic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/goosfraba-teryt-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/goosfraba-teryt-sdk/health.svg)](https://phpackages.com/packages/goosfraba-teryt-sdk)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M49](/packages/google-common-protos)[gusapi/gusapi

Gus Api Library for PHP

1351.5M8](/packages/gusapi-gusapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
