Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proximax-storage/php-xpx-chain-sdk
ProximaX Sirius-Chain PHP SDK
https://github.com/proximax-storage/php-xpx-chain-sdk
blockchain catapult php sirius
Last synced: 8 days ago
JSON representation
ProximaX Sirius-Chain PHP SDK
- Host: GitHub
- URL: https://github.com/proximax-storage/php-xpx-chain-sdk
- Owner: proximax-storage
- License: mit
- Created: 2019-04-18T01:58:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T17:26:05.000Z (about 2 years ago)
- Last Synced: 2024-04-15T01:16:49.564Z (7 months ago)
- Topics: blockchain, catapult, php, sirius
- Language: PHP
- Homepage:
- Size: 607 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProximaX Sirius Blockchain PHP SDK
Official ProximaX Sirius Blockchain SDK Library in PHP.
The ProximaX Sirius Catapult Chain PHP SDK works as a lightweight PHP library for interacting with the Sirius Blockchain. It provides a complete library set coverage, and supports synchronous and asynchronous requests.
## Installation
You can install this package with Composer. You only need to require proximax/php-xpx-chain-sdk.
```php
composer require proximax/php-xpx-chain-sdk
```Once you have required the package in your `composer.json` file (or using the command above), you can install the dependencies of this package:
```php
composer install
```## Wiki / Examples
For more examples, go to our [wiki](https://github.com/proximax-storage/php-xpx-chain-sdk/wiki)
## Core Contributors
+ [@brambear](https://github.com/alvin-reyes)
+ [@donhieu](https://github.com/donhieu123)## Acknowledgement
This library is a fork of Proximax-php-sdk which was also contributed by ProximaX Limited to Proximax Foundation.
## [Contribution](CONTRIBUTING.md)
We'd love to get more people involved in the project. Please feel free to raise any issues or PR and we'll review your contribution.
Copyright (c) 2019 ProximaX Limited