https://github.com/drupol/phpblockchain
A blockchain implementation.
https://github.com/drupol/phpblockchain
blockchain
Last synced: 5 months ago
JSON representation
A blockchain implementation.
- Host: GitHub
- URL: https://github.com/drupol/phpblockchain
- Owner: drupol
- License: mit
- Created: 2018-11-27T18:15:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T13:22:50.000Z (over 6 years ago)
- Last Synced: 2025-06-10T17:08:32.396Z (12 months ago)
- Topics: blockchain
- Language: PHP
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://packagist.org/packages/drupol/phpblockchain)
[](https://packagist.org/packages/drupol/phpblockchain)
[](https://packagist.org/packages/drupol/phpblockchain)
[](https://github.com/drupol/phpblockchain/actions)
[](https://scrutinizer-ci.com/g/drupol/phpblockchain/?branch=master)
[](https://scrutinizer-ci.com/g/drupol/phpblockchain/?branch=master)
[](https://stryker-mutator.github.io)
[](https://phpblockchain.readthedocs.io/)
[](https://packagist.org/packages/drupol/phpblockchain)
[](https://saythanks.io/to/drupol)
[](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 :-)