Download the PHP package ceseshi/vottun-php-sdk without Composer
On this page you can find all versions of the php package ceseshi/vottun-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package vottun-php-sdk
Vottun PHP SDK
The Vottun PHP SDK provides an easy-to-use PHP interface for interacting with the Vottun API. Initially implemented for ERC20 and ERC721 token operations on Ethereum compatible blockchains, this SDK simplifies the process of integrating Vottun API functionalities into your PHP applications, including contract deploys, token transfers, querying balances and managing allowances.
Author
Features
- Deploy and mint ERC20 tokens
- Deploy and mint ERC721 NFTs
- Deploy and mint ERC1155 NFTs
- Deploy and manage POAP tokens
- Transfer tokens
- Manage allowances
- Query token balances
- Support for big number operations
- Easy to integrate with PHP projects
Requirements
- PHP >=7.0
- Composer
- A Vottun App ID and API key (https://app.vottun.io/)
Folder structure
Installation
Run the following command in your project directory to add the Vottun PHP SDK as a dependency:
Usage
Here's a quick start guide on how to use the Vottun PHP SDK in your project:
Initialize the Client
Deploy ERC20
Transfer ERC20
Mint ERC721
Pending features
- Web3 Core Client
- IPFS Client
- Custodied Wallets Client
- Balances Client
- Estimate Gas Client
Contributing
Contributions to the Vottun PHP SDK are welcome. Please ensure that your contributions adhere to the following guidelines:
- Fork the repository and create your branch from main.
- If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Issue that pull request!
Support
If you encounter any issues or require assistance, please open an issue on the GitHub repository.
License
This project is licensed under the LGPL. See the LICENSE file for details.
Acknowledgments
- Thanks to the Vottun team for providing the API.