Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/web-auth/cose-lib
Cose Key and Algorithms support
https://github.com/web-auth/cose-lib
cose cose-key
Last synced: 1 day 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 (almost 6 years ago)
- Default Branch: 4.5.x
- Last Pushed: 2024-12-01T10:47:29.000Z (about 1 month ago)
- Last Synced: 2024-12-28T00:14:16.942Z (8 days ago)
- Topics: cose, cose-key
- Language: PHP
- Homepage:
- Size: 299 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- 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.
![Build Status](https://github.com/web-auth/cose-lib/workflows/Integrate/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/web-auth/cose-lib/v/stable.png)](https://packagist.org/packages/web-auth/cose-lib)
[![Total Downloads](https://poser.pugx.org/web-auth/cose-lib/downloads.png)](https://packagist.org/packages/web-auth/cose-lib)
[![Latest Unstable Version](https://poser.pugx.org/web-auth/cose-lib/v/unstable.png)](https://packagist.org/packages/web-auth/cose-lib)
[![License](https://poser.pugx.org/web-auth/cose-lib/license.png)](https://packagist.org/packages/web-auth/cose-lib)[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/web-auth/cose-lib/badge)](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
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](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).