Download the PHP package moneroo/moneroo-laravel without Composer

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

# Moneroo Laravel SDK Slack · Website · Contact · Documentation [![PHP Version](https://img.shields.io/packagist/php-v/moneroo/moneroo-laravel.svg)](https://packagist.org/packages/moneroo/moneroo-laravel) [![Build Status](https://github.com/moneroohq/moneroo-laravel/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/moneroohq/moneroo-laravel/actions?query=branch%3Amain) [![Latest Stable Version](https://poser.pugx.org/moneroohq/moneroo-laravel/v/stable.svg)](https://packagist.org/packages/moneroo/moneroo-laravel) [![Total Downloads](https://poser.pugx.org/moneroo/moneroo-laravel/downloads.svg)](https://packagist.org/packages/moneroo/moneroo-laravel) [![License](https://poser.pugx.org/moneroo/moneroo-laravel/license.svg)](https://packagist.org/packages/moneroo/moneroo-laravel)

Requirements

Laravel 9 and later. PHP Requirements: PHP 8.1 and later. (Not tested on PHP 8.0, but it should work)

For PHP 7.4 and 8.0 or Laravel 8 and below , please use the moneroo-php package.

Installation

You can install the package via composer:

Configuration

After you've installed the package via composer, you can run this command:

This command will:

  1. Publish a moneroo.php file in your config directory
  2. Append your .env file with the MONEROO_PUBLIC_KEY and MONEROO_SECRET_KEY variables if they don't already exist.

You will have to replace 'your-public-key' and 'your-secret-key' with your actual Moneroo public key and secret key respectively.

Please keep in mind that these are sensitive keys and should not be publicly exposed. Laravel .env file is ignored by Git, which makes it a good place to store sensitive information.

Documentation

See the Laravel SDK documentation.

Development

1- Perform the tests

2- Format and analyze your code before commit and push.

DEV Mode

You can set (or add) moneroo.devMode to true in your config/moneroo.php file to enable the dev mode. After enabling the dev mode, you can set moneroo.devBaseUrl to customize the base URL of the Moneroo API you want to use. In dev mode, the SDK will use the moneroo.devBaseUrl instead of the default base URL https://api.moneroo.io.

Notes

Security Vulnerabilities

If you discover a security vulnerability within Moneroo Laravel SDK, please send an e-mail to Moneroo Security via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Moneroo Laravel SDK is open-sourced software licensed under the MIT license.


All versions of moneroo-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
guzzlehttp/guzzle Version ^7.7
illuminate/contracts Version ^9.0 || ^10.0 || ^11.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 moneroo/moneroo-laravel contains the following files

Loading the files please wait ....