Download the PHP package block-chen/blocksdk-php without Composer

On this page you can find all versions of the php package block-chen/blocksdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package blocksdk-php

PHP REST API SDK for BLOCKSDK V3

@BLOCKSDK on Facebook Total Downloads

BlockSDK PHP에 오신 것을 환영합니다. 이 저장소에는 BlockSDK의 PHP SDK와 REST API용 샘플이 포함되어 있습니다.

지원중인 블록체인 네트워크

비트코인 , 라이트코인 , 비트코인 캐시 , 웹후크 는 V2버전 에서 지원되고 있습니다.

개발자 문서

요구 사양

시작하기

SDK 설치 – Composer를 사용하여 설치 것이 BLOCKSDK PHP SDK를 설치하는 권장 방법입니다. SDK는 block-chen/blocksdk-php 패키지의 Packagist를 통해 사용할 수 있습니다. Composer가 시스템에 전역으로 설치된 경우 프로젝트의 기본 디렉터리에서 다음을 실행하여 SDK를 종속성으로 추가할 수 있습니다.

코드 샘플

이더리움 테스트넷 클라이언트 생성

이더리움 메인넷 클라이언트 생성

엔드 포인트를 지정해주지 않는경우 테스트넷으로 기본 설정되어 호출 됩니다 메인넷은 아래 예시와 같이 클라이언트 생성시 두번째 매개변수를 메인넷으로 지정해 주시길 바랍니다.

이더리움 테스트넷 특정 컨트렉트 NFT 목록 가져오기

이더리움 주소 생성


All versions of blocksdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package block-chen/blocksdk-php contains the following files

Loading the files please wait ....