{"id":18765326,"url":"https://github.com/setasign/setapdf-signer-addon-eid-easy","last_synced_at":"2025-12-07T17:30:12.268Z","repository":{"id":37979244,"uuid":"451835284","full_name":"Setasign/SetaPDF-Signer-Addon-eID-Easy","owner":"Setasign","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-25T10:27:45.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T15:05:47.666Z","etag":null,"topics":[],"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/Setasign.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-25T10:38:42.000Z","updated_at":"2023-07-12T13:32:15.000Z","dependencies_parsed_at":"2024-11-07T18:39:24.464Z","dependency_job_id":"0262408c-4278-4f6f-893e-f5070c97f828","html_url":"https://github.com/Setasign/SetaPDF-Signer-Addon-eID-Easy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-eID-Easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-eID-Easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-eID-Easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-eID-Easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Setasign","download_url":"https://codeload.github.com/Setasign/SetaPDF-Signer-Addon-eID-Easy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239663490,"owners_count":19676589,"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":[],"created_at":"2024-11-07T18:33:34.867Z","updated_at":"2025-12-07T17:30:11.991Z","avatar_url":"https://github.com/Setasign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eID Easy Electronic Signatures API Addon for the SetaPDF-Signer component\n\nThis package offers an individual addon for the [SetaPDF-Signer Component](https://www.setasign.com/signer) that allows\nyou to use the [eID Easy Electronic Signatures API](https://eideasy.com/developer-documentation/)\nfor the signature process of PDF documents.\n\n## Requirements\nTo use this package you need credentials for the eID Easy Electronic Signatures API. While evaluating this package you\ncan use the [sandbox credentials](https://eideasy.com/developer-documentation/sandbox/) for testing.\n\nThis package is developed and tested on PHP \u003e= 7.1. Requirements of the [SetaPDF-Signer](https://www.setasign.com/signer)\ncomponent can be found [here](https://manuals.setasign.com/setapdf-signer-manual/getting-started/#index-1).\n\nWe're using [PSR-17 (HTTP Factories)](https://www.php-fig.org/psr/psr-17/) and [PSR-18 (HTTP Client)](https://www.php-fig.org/psr/psr-18/)\nfor the requests. So you'll need an implementation of these. We recommend using Guzzle.\n\n### For PHP 7.1\n```\n    \"require\" : {\n        \"guzzlehttp/guzzle\": \"^6.5\",\n        \"http-interop/http-factory-guzzle\": \"^1.0\",\n        \"mjelamanov/psr18-guzzle\": \"^1.3\"\n    }\n```\n\n### For \u003e= PHP 7.2\n```\n    \"require\" : {\n        \"guzzlehttp/guzzle\": \"^7.0\",\n        \"http-interop/http-factory-guzzle\": \"^1.0\"\n    }\n```\n\n## Installation\nAdd following to your composer.json:\n\n```json\n{\n    \"require\": {\n        \"setasign/setapdf-signer-addon-eid-easy\": \"dev-master\"\n    },\n\n    \"repositories\": [\n        {\n            \"type\": \"composer\",\n            \"url\": \"https://www.setasign.com/downloads/\"\n        }\n    ]\n}\n```\n\nand execute `composer update`. You need to define the `repository` to evaluate the dependency to the\n[SetaPDF-Signer](https://www.setasign.com/signer) component\n(see [here](https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md) for more details).\n\u003c!--\n### Evaluation version\n\nBy default, this packages depends on a licensed version of the [SetaPDF-Signer](https://www.setasign.com/signer)\ncomponent. If you want to use it with an evaluation version please use following in your composer.json:\n\n```json\n{\n    \"require\": {\n        \"setasign/setapdf-signer-addon-eid-easy\": \"dev-evaluation\"\n    },\n    \"repositories\": [\n        {\n            \"type\": \"composer\",\n            \"url\": \"https://www.setasign.com/downloads/\"\n        }\n    ]\n}\n```\n--\u003e\n\n## License\n\nThis package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetasign%2Fsetapdf-signer-addon-eid-easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetasign%2Fsetapdf-signer-addon-eid-easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetasign%2Fsetapdf-signer-addon-eid-easy/lists"}