Download the PHP package stellitecoin/stellitephp without Composer

On this page you can find all versions of the php package stellitecoin/stellitephp. 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 stellitephp

Stellite Library

A Stellite library written in PHP fork from Monero Integrations team.

How To Use

Using composer composer require stellitecoin/stellitephp

Include composer autoload require_once __DIR__ . '/vendor/autoload.php';

This library has 3 main parts. All libraries now uses PSR-4 namespacing.

  1. A Stellite daemon JSON RPC API wrapper, ( \Stellite\Rpc\Daemon )
  2. A Stellite wallet (stellite-wallet-rpc) JSON RPC API wrapper, ( \Stellite\Rpc\Wallet )

  3. A Monero/Cryptonote toolbox, cryptonote.php, with both lower level functions used in Stellite related cryptography and higher level methods for things like generating Stellite private/public keys. (not yet refactored)

In addition to these features, there are other lower-level libraries included for portability, eg. an ed25519 library, a SHA3 library, etc.

Preview

Preview

Documentation

Documentation can be found in the /docs folder.

Configuration

Requirements

Debian (or Ubuntu) are recommended.

Getting Started

  1. Start the Stellite daemon (stellited) on testnet.

  2. Start the Stellite wallet RPC interface (stellite-wallet-rpc) on testnet.

  3. Edit example.php with your the IP address of stellited and stellite-wallet-rpc (use 127.0.0.1:28081 and 127.0.0.1:28083, respectively, for testnet.)

  4. Serve example.php with your webserver (eg. XMPP, Apache/Apache2, NGINX, etc.) and navigate to it. If everything has been set up correctly, information from your Stellite daemon and wallet will be displayed.

All versions of stellitephp with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
filp/whoops Version ^2.2
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 stellitecoin/stellitephp contains the following files

Loading the files please wait ....