Download the PHP package olifanton/ton without Composer

On this page you can find all versions of the php package olifanton/ton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ton

PHP SDK for "The Open Network" blockchain

Tests Latest Stable Version Total Downloads Based on TON Donation


💬 En chat | 💬 Ру чат

Prerequisites

Installation

Examples

See examples directory.

Running examples

  1. Clone repository and install with development dependencies;
  2. Get own testnet API key for Toncenter from Telegram bot;
  3. Copy .env.dist to .env;
  4. Put API key and seed phrase variables to .env file;
  5. Run examples in console.

Documentation

Toncenter transport initialization

To use the SDK via Toncenter API, an HTTP client implementation is required. For the example, Guzzle will be used. If you are using another HTTP client supplied by your framework, refer to your framework's documentation and the httplug documentation for additional information.

  1. Install http components via Composer:

  2. Setup Toncenter transport:

See examples/common.php for complex Toncenter example.

SDK components

Primitives

To read description of primitives (Address, Cell, Slice, Builder, Hashmap), refer to documentation in the olifanton/interop repository.

Framework integration

@WIP


Contributing

Please make sure to read the Olifanton contribution guide before making a pull request.

Setup environment

Prepare your environment for development.

Note that the instructions describe working on *nix systems (Linux and possibly macOS), development on Windows may be difficult and will not be covered in these instructions.

You'll need:

  1. Minimum PHP version: 8.1;
  2. sodium extension;
  3. hash extension.

Fork repository

Make a repository fork in your GitHub account.

Clone your repository

Create a feature/ (or hotfix/) branch

Create pull request

After implementing your new feature (or hotfix) in your local branch, you should commit and push changes to your fork repository. After that you can create a pull-request.


Tests

License

MIT


All versions of ton with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-json Version *
ext-sodium Version *
olifanton/interop Version ^1.1
olifanton/mnemonic Version ^1.0.2
php-http/client-common Version ^2.0
php-http/discovery Version ^1.0
php-http/httplug Version ^2.0
psr/http-client-implementation Version ^1.0
psr/http-factory-implementation Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^1.0|^2.0|^3.0
psr/simple-cache Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package olifanton/ton contains the following files

Loading the files please wait ....