Download the PHP package adshares/ads-client without Composer
On this page you can find all versions of the php package adshares/ads-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adshares/ads-client
More information about adshares/ads-client
Files in adshares/ads-client
Package ads-client
Short Description PHP client for the ADS blockchain
License GPL-3.0-or-later
Homepage https://github.com/adshares/ads-php-client
Informations about the package ads-client
ADS PHP Client is an object-oriented PHP 7.4/8.0 client for the ADS blockchain API.
This library depends on Symfony Process.
Getting Started
Several quick start options are available:
- Install with Composer (recommended):
composer require adshares/ads-client
- Download the latest release
- Clone the repo:
git clone https://github.com/adshares/ads-php-client.git
To connect to the node, you will need to provide an account address and a secret key. Usually you will also need to specify a host name and a port. Once you know the proper parameters, you should be able to connect like this:
Then you can call ADS commands, for example, to get the current status of the user:
Documentation
Contributing
Please follow our Contributing Guidelines
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Paweł Podkalicki - main programmer
- Maciej Pilarczyk - architecture, supervision
See also the list of contributors who participated in this project.
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
More info
All versions of ads-client with dependencies
psr/log Version ^1.0|^2.0|^3.0
symfony/process Version ^4.0|^5.0|^6.0
ext-json Version *