{"id":18561079,"url":"https://github.com/lamoda/crpt-ismp-api-client","last_synced_at":"2025-04-10T02:31:19.786Z","repository":{"id":36473303,"uuid":"227125308","full_name":"lamoda/crpt-ismp-api-client","owner":"lamoda","description":"API client for CRPT ISMP","archived":false,"fork":false,"pushed_at":"2022-04-11T15:53:59.000Z","size":114,"stargazers_count":11,"open_issues_count":2,"forks_count":9,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-24T15:42:03.243Z","etag":null,"topics":["crpt","crpt-ismp","datamatrix","ismp-api","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lamoda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-10T13:14:57.000Z","updated_at":"2023-04-13T14:11:45.000Z","dependencies_parsed_at":"2022-08-08T15:01:28.735Z","dependency_job_id":null,"html_url":"https://github.com/lamoda/crpt-ismp-api-client","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamoda%2Fcrpt-ismp-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamoda%2Fcrpt-ismp-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamoda%2Fcrpt-ismp-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamoda%2Fcrpt-ismp-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamoda","download_url":"https://codeload.github.com/lamoda/crpt-ismp-api-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144198,"owners_count":21054883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crpt","crpt-ismp","datamatrix","ismp-api","php"],"created_at":"2024-11-06T22:05:41.196Z","updated_at":"2025-04-10T02:31:19.225Z","avatar_url":"https://github.com/lamoda.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lamoda CRPT ISMP Api Client\n==========================\n\n[![Build Status](https://travis-ci.org/lamoda/crpt-ismp-api-client.svg?branch=master)](https://travis-ci.org/lamoda/crpt-ismp-api-client)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lamoda/crpt-ismp-api-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lamoda/crpt-ismp-api-client/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/lamoda/crpt-ismp-api-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/lamoda/crpt-ismp-api-client/?branch=master)\n[![Build Status](https://scrutinizer-ci.com/g/lamoda/crpt-ismp-api-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lamoda/crpt-ismp-api-client/build-status/master)\n[![Build Status](https://github.com/lamoda/crpt-ismp-api-client/workflows/CI/badge.svg?branch=master)](https://github.com/lamoda/crpt-ismp-api-client/workflows/CI/badge.svg?branch=master)\n\n## Installation\n\n### Composer\n\n```sh\ncomposer require lamoda/crpt-ismp-api-client\n```\n\n## Description\n\nThis library implements API client for the Labeling and Traceability Information System\n(or \"Информационная система маркировки и прослеживаемости\" in Russian, ISMP) of the CRPT (https://markirovka.crpt.ru)\n\nLibrary implements V3 and V4 version of ISMP Api's\n\nCurrently this client implements just a subset of the ISMP Api methods.\n\n## Usage\n\n```php\n\u003c?php\n\nuse GuzzleHttp\\Client;\nuse Lamoda\\IsmpClient\\Impl\\Serializer\\SymfonySerializerAdapterFactory;\nuse Lamoda\\IsmpClient\\V3\\IsmpApi;\n\n$client = new Client([\n    // Uri to your OMS\n    'base_uri' =\u003e 'http://ismp_uri',\n    'timeout'  =\u003e 2.0,\n]);\n\n$serializer = SymfonySerializerAdapterFactory::create();\n\n$api = new IsmpApi($client, $serializer);\n\n// Call api methods...\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamoda%2Fcrpt-ismp-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamoda%2Fcrpt-ismp-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamoda%2Fcrpt-ismp-api-client/lists"}