{"id":17976081,"url":"https://github.com/deemru/waveskit","last_synced_at":"2025-10-08T21:50:33.822Z","repository":{"id":55913944,"uuid":"164501498","full_name":"deemru/WavesKit","owner":"deemru","description":"Waves Platform Development Kit for PHP","archived":false,"fork":false,"pushed_at":"2024-11-21T13:58:06.000Z","size":185,"stargazers_count":24,"open_issues_count":0,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-02-02T03:53:47.429Z","etag":null,"topics":["devkit","php","waveskit","wavesplatform"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/deemru/waveskit","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deemru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/Keccak.php","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-07T21:46:53.000Z","updated_at":"2024-11-21T13:51:56.000Z","dependencies_parsed_at":"2024-12-26T19:17:01.018Z","dependency_job_id":null,"html_url":"https://github.com/deemru/WavesKit","commit_stats":{"total_commits":122,"total_committers":1,"mean_commits":122.0,"dds":0.0,"last_synced_commit":"a11b25f335822460f92a7f99613d2efae2b343ab"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemru","download_url":"https://codeload.github.com/deemru/WavesKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238044093,"owners_count":19407128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devkit","php","waveskit","wavesplatform"],"created_at":"2024-10-29T17:21:56.011Z","updated_at":"2025-10-08T21:50:28.791Z","avatar_url":"https://github.com/deemru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WavesKit\n\n[![packagist](https://img.shields.io/packagist/v/deemru/waveskit.svg)](https://packagist.org/packages/deemru/waveskit) [![php-v](https://img.shields.io/packagist/php-v/deemru/waveskit.svg)](https://packagist.org/packages/deemru/waveskit) [![GitHub](https://img.shields.io/github/actions/workflow/status/deemru/WavesKit/php.yml?label=github%20actions)](https://github.com/deemru/WavesKit/actions/workflows/php.yml) [![codacy](https://img.shields.io/codacy/grade/439e2cedcdaf4091be29b7b1755e7c16.svg?label=codacy)](https://app.codacy.com/gh/deemru/WavesKit/files) [![license](https://img.shields.io/packagist/l/deemru/waveskit.svg)](https://packagist.org/packages/deemru/waveskit)\n\n[WavesKit](https://github.com/deemru/WavesKit) is an all-in-one Waves Platform development kit for the PHP language.\n\n- All you need to work with Waves in a single class\n- Really easy to use\n- Best practices for all\n- Advanced features for pros\n\n## Basic usage\n\n```php\n$wk = new WavesKit( 'T' );\n$wk-\u003esetSeed( 'manage manual recall harvest series desert melt police rose hollow moral pledge kitten position add' );\n$tx = $wk-\u003etxBroadcast( $wk-\u003etxSign( $wk-\u003etxTransfer( 'test', 1 ) ) );\n$tx = $wk-\u003eensure( $tx );\n```\n\n## Documentaion\n\n- WavesKit documention: [WavesKit.md](https://github.com/deemru/WavesKit/blob/master/docs/WavesKit.md)\n- Consider to learn self tests: [selftest.php](https://github.com/deemru/WavesKit/blob/master/test/selftest.php)\n- Self tests contain tests of all transactions which can easily be used as examples\n\n## Requirements\n\nWill be installed automatically through `composer install`:\n\n- [PHP](http://php.net) \u003e= 5.6\n- [deemru/abcode](https://packagist.org/packages/deemru/abcode)\n- [deemru/blake2b](https://packagist.org/packages/deemru/blake2b)\n- [deemru/curve25519](https://packagist.org/packages/deemru/curve25519)\n- [deemru/cryptash](https://packagist.org/packages/deemru/cryptash)\n- [deemru/pairs](https://packagist.org/packages/deemru/pairs)\n- [deemru/cloaked](https://packagist.org/packages/deemru/cloaked)\n- [deemru/fetcher](https://packagist.org/packages/deemru/fetcher)\n- [Multibyte String](http://php.net/manual/en/book.mbstring.php)\n\n## Recommended\n\n- [PHP](http://php.net) \u003e= 7.2\n- [Sodium](http://php.net/manual/en/book.sodium.php)\n\n## Installation\n\nRequire through Composer: `composer require deemru/waveskit`\n\n```json\n{\n    \"require\": {\n        \"deemru/waveskit\": \"*\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fwaveskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemru%2Fwaveskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fwaveskit/lists"}