EasyBitcoin-PHP | simple class for making calls | Cryptocurrency library

 by   aceat64 PHP Version: Current License: MIT

kandi X-RAY | EasyBitcoin-PHP Summary

kandi X-RAY | EasyBitcoin-PHP Summary

EasyBitcoin-PHP is a PHP library typically used in Blockchain, Cryptocurrency, Bitcoin applications. EasyBitcoin-PHP has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A simple class for making calls to Bitcoin’s API using PHP.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              EasyBitcoin-PHP has a low active ecosystem.
              It has 258 star(s) with 240 fork(s). There are 30 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 27 have been closed. On average issues are closed in 6 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of EasyBitcoin-PHP is current.

            kandi-Quality Quality

              EasyBitcoin-PHP has 0 bugs and 0 code smells.

            kandi-Security Security

              EasyBitcoin-PHP has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              EasyBitcoin-PHP code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              EasyBitcoin-PHP is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              EasyBitcoin-PHP releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              EasyBitcoin-PHP saves you 36 person hours of effort in developing the same functionality from scratch.
              It has 97 lines of code, 3 functions and 1 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed EasyBitcoin-PHP and discovered the below as its top functions. This is intended to give you an instant insight into EasyBitcoin-PHP implemented functionality, and help decide if they suit your requirements.
            • Set SSL .
            Get all kandi verified functions for this library.

            EasyBitcoin-PHP Key Features

            No Key Features are available at this moment for EasyBitcoin-PHP.

            EasyBitcoin-PHP Examples and Code Snippets

            No Code Snippets are available at this moment for EasyBitcoin-PHP.

            Community Discussions

            QUESTION

            Bitcoind rpc AddLocal(ip:port) and Disover: IPv4 eth0: ip missing Amazon AWS CentOS
            Asked 2017-Jun-15 at 18:31

            I have a server at DigitalOcean with Ubuntu installed and bitcoind with rpc which IS working.

            With my Amazon AWS CentOs server bitcoin-cli is working but not EasyBitcoin-PHP, it's returning 0:

            ...

            ANSWER

            Answered 2017-Jun-15 at 18:31

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install EasyBitcoin-PHP

            Include easybitcoin.php into your PHP script:.
            Include easybitcoin.php into your PHP script: ```php require_once('easybitcoin.php'); ``` 2. Initialize Bitcoin connection/object: ```php $bitcoin = new Bitcoin('username','password'); ``` Optionally, you can specify a host, port. Default is HTTP on localhost port 8332. ```php $bitcoin = new Bitcoin('username','password','localhost','8332'); ``` If you wish to make an SSL connection you can set an optional CA certificate or leave blank ```php $bitcoin->setSSL('/full/path/to/mycertificate.cert'); ````
            Make calls to bitcoind as methods for your object. Examples: ```php $bitcoin->getinfo(); $bitcoin->getrawtransaction('0e3e2357e806b6cdb1f70b54c3a3a17b6714ee1f0e68bebb44a74b1efd512098',1); $bitcoin->getblock('000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f'); $bitcoin->bumpfee('f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16', ["fee_rate" => 50]); ```

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/aceat64/EasyBitcoin-PHP.git

          • CLI

            gh repo clone aceat64/EasyBitcoin-PHP

          • sshUrl

            git@github.com:aceat64/EasyBitcoin-PHP.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link