web-auth / cose-lib
CBOR Object Signing and Encryption (COSE) For PHP
Installs: 2 410 892
Dependents: 16
Suggesters: 0
Security: 0
Stars: 17
Watchers: 3
Forks: 6
Open Issues: 3
Requires
- php: >=8.1
- ext-json: *
- ext-openssl: *
- brick/math: ^0.9|^0.10|^0.11|^0.12
- spomky-labs/pki-framework: ^1.0
Requires (Dev)
- ekino/phpstan-banned-code: ^1.0
- infection/infection: ^0.29
- php-parallel-lint/php-parallel-lint: ^1.3
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.7
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.1
- phpstan/phpstan-strict-rules: ^1.2
- phpunit/phpunit: ^10.1|^11.0
- qossmic/deptrac: ^2.0
- rector/rector: ^1.0
- symfony/phpunit-bridge: ^6.4|^7.0
- symplify/easy-coding-standard: ^12.0
Suggests
- ext-bcmath: For better performance, please install either GMP (recommended) or BCMath extension
- ext-gmp: For better performance, please install either GMP (recommended) or BCMath extension
- 4.5.x-dev
- 4.4.x-dev
- 4.4.0
- 4.3.x-dev
- 4.3.0
- 4.2.x-dev
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.3.x-dev
- v3.3.12
- v3.3.11
- v3.3.10
- v3.3.9
- v3.3.8
- v3.3.7
- v3.3.6
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.x-dev
- v3.2.12
- v3.2.11
- v3.2.10
- v3.2.9
- v3.2.8
- v3.2.7
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.x-dev
- v3.1.1
- v3.1.0
- v3.0.x-dev
- v3.0.2
- v3.0.1
- v3.0.0
- v2.2.x-dev
- v2.1.x-dev
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.x-dev
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-alpha1
- v1.2.x-dev
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.x-dev
- v1.1.0
- v1.1.0-alpha1
- v1.0.x-dev
- v1.0.1
- v1.0.0
- dev-dependabot/github_actions/actions/upload-artifact-4.4.3
- dev-dependabot/github_actions/github/codeql-action-3.27.0
- dev-features/cose-sign1
This package is auto-updated.
Last update: 2024-11-01 10:24:36 UTC
README
CBOR Object Signing and Encryption (COSE) Support for PHP is a PHP library that will help you to perform cypher operations using Cose Keys.
Installation
Install the library with Composer: composer require web-auth/cose-lib
.
How to use
To be written
Support
I bring solutions to your problems and answer your questions.
If you really love that project, and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of 🍻 or more!
Or
Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices.
If you discover a security vulnerability within the project, please don't use the bug tracker and don't publish it publicly. Instead, all security issues must be sent to security [at] spomky-labs.com.
Licence
This software is release under MIT licence.