An open API service indexing awesome lists of open source software.

https://github.com/drupol/phpblockchain

A blockchain implementation.
https://github.com/drupol/phpblockchain

blockchain

Last synced: 5 months ago
JSON representation

A blockchain implementation.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://img.shields.io/packagist/v/drupol/phpblockchain.svg?style=flat-square)](https://packagist.org/packages/drupol/phpblockchain)
[![GitHub stars](https://img.shields.io/github/stars/drupol/phpblockchain.svg?style=flat-square)](https://packagist.org/packages/drupol/phpblockchain)
[![Total Downloads](https://img.shields.io/packagist/dt/drupol/phpblockchain.svg?style=flat-square)](https://packagist.org/packages/drupol/phpblockchain)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/drupol/phpblockchain/Continuous%20Integration?style=flat-square)](https://github.com/drupol/phpblockchain/actions)
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/drupol/phpblockchain/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/drupol/phpblockchain/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/drupol/phpblockchain/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/drupol/phpblockchain/?branch=master)
[![Mutation testing badge](https://badge.stryker-mutator.io/github.com/drupol/phpblockchain/master)](https://stryker-mutator.github.io)
[![Read the Docs](https://img.shields.io/readthedocs/phpblockchain?style=flat-square)](https://phpblockchain.readthedocs.io/)
[![License](https://img.shields.io/packagist/l/drupol/phpblockchain.svg?style=flat-square)](https://packagist.org/packages/drupol/phpblockchain)
[![Say Thanks!](https://img.shields.io/badge/Say-thanks-brightgreen.svg?style=flat-square)](https://saythanks.io/to/drupol)
[![Donate!](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?style=flat-square)](https://paypal.me/drupol)

# PhpBlockchain

## Description

TODO

## Documentation

TODO

## Requirements

* PHP >= 7.1

## Installation

```composer require drupol/phpblockchain```

## Usage

TODO

## Code quality and tests

Every time changes are introduced into the library, [Travis CI](https://travis-ci.org/drupol/phpblockchain/builds) run the tests.

The library has tests written with [PHPSpec](http://www.phpspec.net/).

Feel free to check them out in the `spec` directory. Run `composer phpspec` to trigger the tests.

[PHPInfection](https://github.com/infection/infection) is used to ensure that your code is properly tested, run `composer infection` to test your code.

## Contributing

Feel free to contribute to this library by sending Github pull requests. I'm quite reactive :-)