Download the PHP package ostapovich/radom without Composer

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

Radom Crypto Payment Package

Introduction

Welcome to the Radom Crypto Payment Package! This package provides a simple and convenient way to integrate Radom's crypto payment system into your PHP applications.

Radom is a leading platform for processing cryptocurrency payments, offering secure and efficient solutions for businesses and individuals worldwide.

Installation

To install the Radom Crypto Payment Package, simply use Composer:

Usage

Initialization

To get started, initialize the Radom object with your API token and specify whether you want to use the test mode:

Creating Payment Links

The main functionality of this package is to create payment links for cryptocurrency transactions. You can create a payment link using the createPaymentLink method:

Optionally, you can specify an array of cryptocurrencies to be accepted for payment. If not specified, all available cryptocurrencies will be used.

Getting Payment Methods

You can also retrieve a list of available payment methods using the getPaymentMethods method:

This method returns an array containing information about each available cryptocurrency.

Additional Functionality

In addition to creating payment links, the Radom Crypto Payment Package also provides a method to retrieve all available payment methods supported by the Radom platform.

Examples

Here's an example of how you might use the Radom Crypto Payment Package in a Laravel application:

Contribution

Contributions to the Radom Crypto Payment Package are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub.

License

This package is open-source software licensed under the MIT license.


Thank you for choosing the Radom Crypto Payment Package! We hope it serves you well in your cryptocurrency payment integration needs.

Пакет криптовалютних платежів Radom

Вступ

Ласкаво просимо до пакету криптовалютних платежів Radom! Цей пакет надає простий та зручний спосіб інтеграції системи криптовалютних платежів Radom у ваші PHP-додатки.

Radom є провідною платформою для обробки криптовалютних платежів, яка пропонує безпечні та ефективні рішення для бізнесу та приватних осіб по всьому світу.

Встановлення

Для встановлення пакету криптовалютних платежів Radom просто використовуйте Composer:

Використання

Ініціалізація

Для початку роботи ініціалізуйте об'єкт Radom з вашим API-токеном та вкажіть, чи бажаєте ви використовувати тестовий режим:

Створення Посилань на Платіж

Основна функціональність цього пакету - створення посилань на платіж для транзакцій з криптовалютами. Ви можете створити посилання на платіж за допомогою методу createPaymentLink:

Необов'язково ви можете вказати масив криптовалют, які приймаються для платежу. Якщо не вказано, будуть використані всі доступні криптовалюти.

Отримання Способів Платежу

Ви також можете отримати список доступних способів платежу за допомогою методу getPaymentMethods:

Цей метод повертає масив, що містить інформацію про кожну доступну криптовалюту.

Додатковий Функціонал

Крім створення посилань на платіж, пакет криптовалютних платежів Radom також надає метод для отримання всіх доступних способів платежу, підтримуваних платформою Radom.

Приклади

Ось приклад того, як ви можете використовувати пакет криптовалютних платежів Radom у додатку на Laravel:

Внесок

Внесок у пакет криптовалютних платежів Radom вітається! Якщо ви знайшли помилки або маєте пропозиції щодо вдосконалення, будь ласка, відкрийте питання або надішліть запит на злиття на GitHub.

Ліцензія

Цей пакет є відкритим програмним забезпеченням, ліцензованим на умовах ліцензії MIT.


Дякуємо за вибір пакету криптовалютних платежів Radom! Ми сподіваємося, що він буде корисним для ваших потреб інтеграції криптовалютних платежів.


All versions of radom with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
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 ostapovich/radom contains the following files

Loading the files please wait ....