PHPackages                             sirma-ics/ics-api-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. sirma-ics/ics-api-sdk

ActiveLibrary

sirma-ics/ics-api-sdk
=====================

Package implementing ics-api via Guzzle

1.8(4y ago)1111GPL-3.0-or-laterPHPPHP ^7.0CI failing

Since Mar 13Pushed 4y agoCompare

[ Source](https://github.com/michael-kumar/ics-api-sdk)[ Packagist](https://packagist.org/packages/sirma-ics/ics-api-sdk)[ RSS](/packages/sirma-ics-ics-api-sdk/feed)WikiDiscussions master Synced today

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

Sirma ICS API SDK
-----------------

[](#sirma-ics-api-sdk)

*Requires PHP 7.0+*

---

**Set up:**

> Run composer install to include the required components.

> Create or update your .env file to include the following key variables:
>
> > > > ```
> > > > SIRMAICS_API_URL - which should point to the Sirma ICS API('https://ics-api.ics365.com')
> > > > SIRMAICS_API_USERNAME - the username used to authenticate for Sirma ICS API
> > > > SIRMAICS_API_PASSWORD - the password used to authenticate for Sirma ICS API
> > > > SIRMAICS_API_CERT_PATH - path to the SSL certificate file provided for authorization to the API
> > > > SIRMAICS_API_KEY_PATH - - path to the SSL key file provided for authorization to the API
> > > >
> > > > ```

---

**Usage:**Initiate the class you need to use for your purpose as listed:

- class **NomenclaturesRequests** will return the API nomenclatures, required parameters for every request are specified in the documentation:
    - for locations: [here](https://ics-api.ics365.com/help#locations)
    - for object properties: [here](https://ics-api.ics365.com/help#objects)
    - for other types: [here](https://ics-api.ics365.com/help#owner)

- class **ShortRequests** is used for calculation or issuing using less parameters(used for already registered vehicles), required parameters for every request are specified in the documentation:
    - the required parameters for calculation using endpoint shortCalc: [here](https://ics-api.ics365.com/help#liability_calc_short)
    - the required parameters for issuing a policy using endpoint shortIssue (listed in the part for /liability/policy-short): [here](https://ics-api.ics365.com/help#liability_issue_short)
    - the required parameters for issuing a policy and payment for first installment using endpoint shortIssueWithPayment: [here](https://ics-api.ics365.com/help#liability_issue_equal_short)

- class **LongRequests** is used for calculation or issuing using full information, required parameters for every request are specified in the documentation:

    - the required parameters for calculation using endpoint longCalc: [here](https://ics-api.ics365.com/help#liability_calc)
    - the required parameters for issuing a policy using endpoint longIssue (listed in the part for /liability/policy-short): [here](https://ics-api.ics365.com/help#liability_issue)
    - the required parameters for issuing a policy and payment for first installment using endpoint longIssueWithPayment: [here](https://ics-api.ics365.com/help#liability_issue_equal)
- class **PolicyRequests** requests for already registered policies, required parameters for every request are specified the documentation:

    - endpoint policyNote issues a payment for a policy with specified installment number, the required parameters are listed: [here](https://ics-api.ics365.com/help#note)
    - endpoint policyFullInfo give full information about a policy, the required parameters are listed: [here](https://ics-api.ics365.com/help#note-get)
    - endpoint policyPrint returns a pdf format for an issued policy and it's additional prints by given hash, the required parameters are listed: [here](https://ics-api.ics365.com/help#print)

Use the package by requiring it: `composer require sirma-ics/ics-api-sdk`

Sample usage of the package would be:

```
//load proper $_ENV package configuration - it is strongly advised to use any phpdotenv package for storing such configuration.

$api         = new NomenclaturesRequest();
$countries   = $api->getCountries();
```

For more information and access to the API, please write to

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~58 days

Recently: every ~87 days

Total

9

Last Release

1784d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41955365?v=4)[michael-kumar](/maintainers/michael-kumar)[@michael-kumar](https://github.com/michael-kumar)

---

Top Contributors

[![xxaxxo](https://avatars.githubusercontent.com/u/1206043?v=4)](https://github.com/xxaxxo "xxaxxo (16 commits)")[![michael-kumar](https://avatars.githubusercontent.com/u/41955365?v=4)](https://github.com/michael-kumar "michael-kumar (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sirma-ics-ics-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sirma-ics-ics-api-sdk/health.svg)](https://phpackages.com/packages/sirma-ics-ics-api-sdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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