paragonie/libgossamer

This package is abandoned and no longer maintained. No replacement package was suggested.

Library providing the Gossamer PKI protocol

Maintainers

👁 paragonie-scott

Package info

github.com/paragonie/libgossamer

pkg:composer/paragonie/libgossamer

Statistics

Installs: 173

Dependents: 1

Suggesters: 0

Stars: 36

Open Issues: 2

v0.6.0 2021-12-20 22:04 UTC

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

ISC 026f105b2960131dae6d890a2d1af9f59a8c82aa

This package is auto-updated.

Last update: 2025-10-17 14:14:23 UTC


README

👁 Build Status
👁 Static Analysis
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
👁 Downloads

Want to learn about the Gossamer project? Check out our website!

Library that provides most of the plumbing for the Gossamer PKI.

Since version 0.4.0 it also bundles a client-side library for retrieving keys and verifying the signatures of update files.

The code syntax is compatible with PHP 5.3+, but this is only intended for PHP 5.6+, as per WordPress's new minimum supported version.

Getting Started

Installing

First, obtain the source code from Composer/Packagist, like so:

composer require paragonie/libgossamer:^0|^1

This will include two components:

  1. The library that implements the Gossamer specification.
  2. The Gossamer Client.

The next steps will depend entirely on what you want to do with Gossamer. Check out the tutorials directory for specific next steps.

Other Repositories

Documentation

Read the Libgossamer Documentation online.