All Projects → iota-community → iota.php

iota-community / iota.php

Licence: Apache-2.0 license
Interact with IOTA through PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Labels

Projects that are alternatives of or similar to iota.php

Iri
IOTA Reference Implementation
Stars: ✭ 1,188 (+2540%)
Mutual labels:  iota
Hornet
HORNET is a powerful IOTA fullnode software
Stars: ✭ 168 (+273.33%)
Mutual labels:  iota
leaderboard-example
IOTA Proof of Concept Application example. With tutorial.
Stars: ✭ 64 (+42.22%)
Mutual labels:  iota
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (+120%)
Mutual labels:  iota
Nelson.cli
WE HAVE MOVED TO A NEW REPOSITORY
Stars: ✭ 139 (+208.89%)
Mutual labels:  iota
Bee
A framework for IOTA nodes, clients and applications in Rust
Stars: ✭ 176 (+291.11%)
Mutual labels:  iota
Blue App Iota
IOTA wallet application for Ledger Blue and Nano S
Stars: ✭ 67 (+48.89%)
Mutual labels:  iota
iota-python
A Pure-Python implementation of IOTA node
Stars: ✭ 30 (-33.33%)
Mutual labels:  iota
Tangleid
Secure self-sovereign identity built on IOTA/Tangle
Stars: ✭ 141 (+213.33%)
Mutual labels:  iota
Goshimmer
GoShimmer implementation of Coordicide
Stars: ✭ 244 (+442.22%)
Mutual labels:  iota
Entangled
enTangle'd is an amalgamation of all things Tangle
Stars: ✭ 107 (+137.78%)
Mutual labels:  iota
Iota Java
IOTA Java API Library. Find documentation on
Stars: ✭ 137 (+204.44%)
Mutual labels:  iota
Legacy Wallet Use Trinity Wallet Instead
IOTA Wallet
Stars: ✭ 2,123 (+4617.78%)
Mutual labels:  iota
Iota.lib.cpp
IOTA C++ Library
Stars: ✭ 84 (+86.67%)
Mutual labels:  iota
iota esp32 wallet
IOTA Wallet application on ESP32
Stars: ✭ 34 (-24.44%)
Mutual labels:  iota
Iotalk
iotalk is a privacy-minded messaging system built on the IOTA Tangle. Messages are encrypted so only the intended recipient can read them.
Stars: ✭ 67 (+48.89%)
Mutual labels:  iota
Iota
Fast [co]product types with a clean syntax. For Cats & Scalaz.
Stars: ✭ 175 (+288.89%)
Mutual labels:  iota
meta-iota
OpenEmbedded layer for the IOTA Distributed Ledger
Stars: ✭ 41 (-8.89%)
Mutual labels:  iota
iota-area-codes
IACs are a proposed standard for tagging IOTA transactions with a geo-location, which allows them to be fetched based on their location.
Stars: ✭ 20 (-55.56%)
Mutual labels:  iota
Dweb.page
Your Gateway to the Distributed Web
Stars: ✭ 239 (+431.11%)
Mutual labels:  iota

tanglePHP

Discord Twitter
Apache-2.0 license IOTA >PHP 8 WorkflowUnitTest >packagist_stable

About

PHP library to interact with an IOTA chrysalis SingleNode or PermaNode. Create, manipulate, verify IOTA DIDs. Create wallets, mnemonic, seeds, addresses.

The aim of the tanglePHP lib is to offer PHP developers an easy way to interact with the IOTA chrysalis network.

This library is functionally complete, but it is recommended to use iota.rs. The rust library will be more heavily maintained and is more performant.

This library allows you to do the following:

Interact with an IOTA SingleNode (Hornet, Bee)

  • Create messages with indexation
  • Create messages with transaction payloads (send Tokens)
  • Get messages and outputs

Wallet/Crypto

  • Generate mnemonic, seeds, addresses

Interact with the IOTA Faucet Api

  • Get funds on devnet

Decentralized Identifiers (DID)

  • create, manipulate, verify

Interact with an IOTA PermaNode (Chronicle)

  • Get messages and outputs

Requirements

Example

<?php
  // include iota lib
  require_once("autoload.php");
  // create client
  $client = new IOTA\Client\SingleNodeClient();
  // print result of node information
  echo $client->info();

Using iota.php library

Using the library is easy, more information can be found here.

Additional Examples: Please find other examples in the ./examples folder.


Joining the discussion

Discord Twitter

If you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA, feel free to join our IOTA Discord and post in the #php channel.

tanglePHP


Social

Follow me on Twitter @tanglePHP

Follow me on Soonaverse


Donation

It took me a lot of time to develop iota.php and need to pay for the server every month. If you want to support me or if my work helps you, kindly consider a small donation.

IOTA


License

The Apache 2.0 license can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].