Download the PHP package flavienbwk/blockchain-php without Composer
On this page you can find all versions of the php package flavienbwk/blockchain-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flavienbwk/blockchain-php
More information about flavienbwk/blockchain-php
Files in flavienbwk/blockchain-php
Download flavienbwk/blockchain-php
More information about flavienbwk/blockchain-php
Files in flavienbwk/blockchain-php
Vendor flavienbwk
Package blockchain-php
Short Description An object-oriented PHP library for creating a blockchain easily.
License MIT
Homepage https://github.com/flavienbwk/blockchain-php
Package blockchain-php
Short Description An object-oriented PHP library for creating a blockchain easily.
License MIT
Homepage https://github.com/flavienbwk/blockchain-php
Please rate this library. Is it a good library?
Informations about the package blockchain-php
PHP Blockchain
An object-oriented PHP library for creating a simple blockchain easily.
Original code (august 2015) by Marty Anstey (https://marty.anstey.ca/), on Github.
The code has been improved and adapted to an object-oriented library.
Characteristics
- SHA256 hash algorithm.
- Record any data.
- File-based (the blockchain lives in two files only).
- PHP >= 7.1 (verified).
Installation
`
Usage
Adding a block.
Our blockchain will be saved in the blockchain.dat
file for the example.
``
You can now get the data of your block :
``
You can get the data of one block by its hash or previous hash block :
``
Printing all your blockchain.
``
As 3 blocks have been added, it will display :
``
All versions of blockchain-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package flavienbwk/blockchain-php contains the following files
Loading the files please wait ....