{"id":18765329,"url":"https://github.com/setasign/setapdf-signer-addon-cumulo","last_synced_at":"2025-12-07T17:30:12.253Z","repository":{"id":57750522,"uuid":"508670716","full_name":"Setasign/SetaPDF-Signer-Addon-Cumulo","owner":"Setasign","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-06T14:08:15.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T15:05:46.879Z","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}},"created_at":"2022-06-29T11:52:34.000Z","updated_at":"2022-08-17T10:28:09.000Z","dependencies_parsed_at":"2024-03-06T15:37:53.972Z","dependency_job_id":"b6d7f6db-44a2-429c-9ee4-0e90ae04e294","html_url":"https://github.com/Setasign/SetaPDF-Signer-Addon-Cumulo","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.2666666666666667,"last_synced_commit":"cde86fe03a302877fbc85772126bcac2dfe868a9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-Cumulo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-Cumulo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-Cumulo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Setasign%2FSetaPDF-Signer-Addon-Cumulo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Setasign","download_url":"https://codeload.github.com/Setasign/SetaPDF-Signer-Addon-Cumulo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239663503,"owners_count":19676591,"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:35.260Z","updated_at":"2025-12-07T17:30:12.153Z","avatar_url":"https://github.com/Setasign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SetaPDF-Signer-Addon-Cumulo\nThis package offers a module for the [SetaPDF-Signer](https://www.setasign.com/signer) component that allow you to use \nthe [Cumulo API](https://docs.cumulokey.net/) to digital sign PDF documents in pure PHP.\n\n\n## Requirements\n\nTo use this package you need credentials for the Cumulo API.\n\nThis package is developed and tested on PHP \u003e= 7.2. 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```\n    \"require\" : {\n        \"guzzlehttp/guzzle\": \"^7.0\",\n        \"http-interop/http-factory-guzzle\": \"^1.0\"\n    }\n```\n\nAdditionally to request an access token you'll need an oauth2 implementation such\nas [league/oauth2-client](https://github.com/thephpleague/oauth2-client).\n\nSample code for this can be found in \"[examples/generate-token.php](examples/generate-token.php)\".\n\nPlease note: because of oauth2 your domain MUST be available through HTTPS.\n\n## Installation\nAdd following to your composer.json:\n\n```json\n{\n    \"require\": {\n        \"setasign/setapdf-signer-addon-cumulo\": \"^1.0\"\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\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-cumulo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetasign%2Fsetapdf-signer-addon-cumulo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetasign%2Fsetapdf-signer-addon-cumulo/lists"}