PHPackages                             infirma/public-api - 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. infirma/public-api

ActiveLibrary[API Development](/categories/api)

infirma/public-api
==================

Skrypty ułatwiające dostęp do API systemu CRM inFirma.pl

10[3 PRs](https://github.com/infirma/public-api/pulls)PHP

Since Jan 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/infirma/public-api)[ Packagist](https://packagist.org/packages/infirma/public-api)[ RSS](/packages/infirma-public-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

API dla systemu CRM inFirma.pl - skrytpy pomocowe dla PHP
=========================================================

[](#api-dla-systemu-crm-infirmapl---skrytpy-pomocowe-dla-php)

Instalacja
----------

[](#instalacja)

```
composer require infirma/public-api

```

Użycie
------

[](#użycie)

```
use InFirmaApi\Autoryzacja;
use InFirmaApi\Klienci;

$inFirmaKlucz = 'klucz';
$inFirmaSubdomena = 'subdomena';

$autoryzacja = new Autoryzacja($inFirmaKlucz, $inFirmaSubdomena);

$klienci = new Klienci($autoryzacja);

$warunki = [
    'nazwa_skrocona'=>['value'=>'Lukana', 'operator'=>'equals']
];
$wyniki = $klienci->pobierzListe($warunki);

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/420691?v=4)[Piernik](/maintainers/piernik)[@piernik](https://github.com/piernik)

---

Tags

apicrmphp

### Embed Badge

![Health badge](/badges/infirma-public-api/health.svg)

```
[![Health](https://phpackages.com/badges/infirma-public-api/health.svg)](https://phpackages.com/packages/infirma-public-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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