PHPackages                             asocial-media/subiekt-sfera - 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. asocial-media/subiekt-sfera

ActiveLibrary[API Development](/categories/api)

asocial-media/subiekt-sfera
===========================

The PHP library to access and manage Subiekt GT and Navireo Sfera

2.1.0(5y ago)3642MITPHPPHP &gt;=5.2.4

Since Jan 31Pushed 5y ago4 watchersCompare

[ Source](https://github.com/asocial-media/subiekt-sfera)[ Packagist](https://packagist.org/packages/asocial-media/subiekt-sfera)[ Docs](https://asocial.media)[ RSS](/packages/asocial-media-subiekt-sfera/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (5)Used By (0)

README
======

[](#readme)

The PHP library to access and manage **Subiekt GT and Navireo Sfera**

Requirements
------------

[](#requirements)

- PHP &gt;= 5.2.4
- COM extension (Windows)

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

[](#installation)

### Composer (recommended)

[](#composer-recommended)

```
$ composer require asocial-media/subiekt-sfera
```

### Manually

[](#manually)

```
$ git clone https://github.com/asocial-media/subiekt-sfera.git
```

or just [download zip archive](https://github.com/asocial-media/subiekt-sfera/archive/master.zip)

Basic usage of GT (Subiekt GT, Rachmistrz GT, Rewizor GT, Gratyfikant GT, Mikro Gratyfikant GT, Gestor GT)
----------------------------------------------------------------------------------------------------------

[](#basic-usage-of-gt-subiekt-gt-rachmistrz-gt-rewizor-gt-gratyfikant-gt-mikro-gratyfikant-gt-gestor-gt)

```
/**
 * Used namespaces
 */
use AsocialMedia\Sfera\GT;
use AsocialMedia\Sfera\Program;

// Creating an instance of GT
$gt = new GT('(local)\INSERTGT', 'Test', 'sa', '', 'Szef', 'password123');

// We are going to run Subiekt GT
$subiekt = new Program(
    $gt,
    Program::SUBIEKT_GT,
    Program::ADJUST_OPERATOR,
    Program::RUN_NORMAL
);

// You can also run program in background (no user interface)
$subiekt = new Program(
    $gt,
    Program::SUBIEKT_GT,
    Program::ADJUST_OPERATOR,
    Program::RUN_IN_BACKGROUND
);

// We are now accessing Subiekt Sfera GT and trying to load product with id 1
$subiekt->TowaryManager->Wczytaj(1);

// Available programs:
// Program::SUBIEKT_GT, Program::RACHMISTRZ_GT, Program::REWIZOR_GT
// Program::GRATYFIKANT_GT, Program::MIKRO_GRATYFIKANT_GT, Program::GESTOR_GT,

// Available adjust modes:
// Program::ADJUST_NORMAL, Program::ADJUST_USERNAME, Program::ADJUST_OPERATOR

// Available running modes:
// Program::RUN_NORMAL, Program::RUN_IF_NOT_BLOCKED, Program::RUN_IN_BACKGROUND
```

Basic usage of Navireo
----------------------

[](#basic-usage-of-navireo)

```
/**
 * Used namespaces
 */
use AsocialMedia\Sfera\Navireo;

# Navireo is using *.iqa file instead of logging in
# You can create *.iqa file using "Pulpit Konfiguracyjny" application
# See: Users -> Select user for Sfera purposes -> Create start shortcut

// Creating new instance
$navireo = new Navireo('C:\your-iqa-file.iqa');

// We are now accessing Sfera and trying to load product with id 1
$navireo->TowaryManager->Wczytaj(1);
```

Sfera Documentation
-------------------

[](#sfera-documentation)

You can find diagrams, examples and documentation in \*.chm file which is located in Subiekt GT / Navireo installation directory.

```
C:\Program Files (x86)\InsERT\InsERT GT\Pomoc\gta.chm
C:\Program Files (x86)\InsERT\Navireo\Pomoc\gta.chm
```

Authors
-------

[](#authors)

- Maciej Strączkowski -

License
-------

[](#license)

The files in this archive are released under the [MIT LICENSE](LICENSE).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~359 days

Total

4

Last Release

1945d ago

Major Versions

1.0.0 → 2.0.02018-01-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1781892?v=4)[Maciej Strączkowski](/maintainers/mstraczkowski)[@mstraczkowski](https://github.com/mstraczkowski)

---

Top Contributors

[![mstraczkowski](https://avatars.githubusercontent.com/u/1781892?v=4)](https://github.com/mstraczkowski "mstraczkowski (3 commits)")

---

Tags

gtphpsferasubiektphpsubiektsfera

### Embed Badge

![Health badge](/badges/asocial-media-subiekt-sfera/health.svg)

```
[![Health](https://phpackages.com/badges/asocial-media-subiekt-sfera/health.svg)](https://phpackages.com/packages/asocial-media-subiekt-sfera)
```

PHPackages © 2026

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