PHPackages                             eosswedenorg/ecc-eos - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eosswedenorg/ecc-eos

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eosswedenorg/ecc-eos
====================

EOS ECC helper library

v0.1.1(1y ago)112MITPHPPHP &gt;=7.1CI failing

Since Oct 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/eosswedenorg/ecc-eos)[ Packagist](https://packagist.org/packages/eosswedenorg/ecc-eos)[ RSS](/packages/eosswedenorg-ecc-eos/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

EOS Elliptic-curve cryptography PHP library
===========================================

[](#eos-elliptic-curve-cryptography-php-library)

Introduction
------------

[](#introduction)

Elliptic-curve cryptography (ECC) is used by the EOS Blockchain to implement Public/Private key encryption. However EOS does abit more than just standard ECC.

This library was written to address this. it's basicly a wrapper around a generic ECC implemention. [paragonie/ecc](https://packagist.org/packages/paragonie/ecc) to be more exact, however the API never exposes this so it could change at any time without the code using this library will have to change.

This library exposes mainly 3 classes that you will deal with.

- PublicKey
- PrivateKey
- Signature

Here is a quick list of what EOS/Blockchain specific functionality is included in this library:

- Encode/Decode WIF (Wallet import format, [Base58](https://en.wikipedia.org/wiki/Base58)) Signatures,Private keys and Public keys.
- Ripe160md/Double Sha256 checksum used in WIF.
- Public Key recovery from Signatures.
- Canonical Signatures.

And of course on top of this standard functionality for a ECC library like signing messages, verifying signatures and so on.

Install
-------

[](#install)

You can install this using composer:

`composer require eosswedenorg/eos-ecc`

Contribution
------------

[](#contribution)

If you find a bug, have an idea for a new feature or something else that should be changed. Please open an `issue` (or create a `pull request` if you have some code you want integrated) on [Github](https://github.com/eosswedenorg/ecc-eos)

Author
------

[](#author)

Henrik Hautakoski -

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance45

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1966 days

Total

2

Last Release

431d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06e7f13d9bb15fe5b1d5d3585380ba9085a36924da87066a002a4f2c5fe173a1?d=identicon)[pnx](/maintainers/pnx)

---

Top Contributors

[![pnx](https://avatars.githubusercontent.com/u/398903?v=4)](https://github.com/pnx "pnx (40 commits)")

---

Tags

blockchainelliptic-curve-cryptographyeoseosio

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eosswedenorg-ecc-eos/health.svg)

```
[![Health](https://phpackages.com/badges/eosswedenorg-ecc-eos/health.svg)](https://phpackages.com/packages/eosswedenorg-ecc-eos)
```

###  Alternatives

[bitwasp/bitcoin

PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings

1.1k533.2k43](/packages/bitwasp-bitcoin)[paragonie/easy-ecc

Usabiliy Wrapper for mdanter/ecc

46617.1k10](/packages/paragonie-easy-ecc)[kornrunner/secp256k1

Pure PHP secp256k1

37566.4k108](/packages/kornrunner-secp256k1)[kornrunner/ethereum-address

Pure PHP Ethereum Address Generator / Validator

41113.1k7](/packages/kornrunner-ethereum-address)[swentel/nostr-php

Nostr helper library for PHP

6725.9k3](/packages/swentel-nostr-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
