https://github.com/web-auth/cose-lib
Cose Key and Algorithms support
https://github.com/web-auth/cose-lib
cose cose-key
Last synced: 3 months ago
JSON representation
Cose Key and Algorithms support
- Host: GitHub
- URL: https://github.com/web-auth/cose-lib
- Owner: web-auth
- License: mit
- Created: 2019-01-29T11:58:52.000Z (over 6 years ago)
- Default Branch: 4.5.x
- Last Pushed: 2025-01-01T10:20:49.000Z (6 months ago)
- Last Synced: 2025-03-28T15:07:32.729Z (3 months ago)
- Topics: cose, cose-key
- Language: PHP
- Homepage:
- Size: 299 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
COSE Support for PHP
====================**CBOR Object Signing and Encryption (COSE) Support for PHP** is a **PHP library** that will help you to perform cypher operations using Cose Keys.

[](https://packagist.org/packages/web-auth/cose-lib)
[](https://packagist.org/packages/web-auth/cose-lib)
[](https://packagist.org/packages/web-auth/cose-lib)
[](https://packagist.org/packages/web-auth/cose-lib)[](https://api.securityscorecards.dev/projects/github.com/web-auth/cose-lib)
# 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 :beers: or more!
[Become a sponsor](https://github.com/sponsors/Spomky)
Or
[](https://www.patreon.com/FlorentMorselli)
# Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. [Please follow these best practices](doc/Contributing.md).
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](LICENSE).