Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
/ enlamano Public archive
generated from spatie/package-skeleton-laravel

Paquete para usar el webservice de la financiera "En la mano"

License

Notifications You must be signed in to change notification settings

abr4xas/enlamano

Repository files navigation

EnLaMano

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Installation

You can install the package via composer:

composer require abr4xas/enlamano

You can publish the config file with:

php artisan vendor:publish --provider="Abr4xas\Enlamano\EnlamanoServiceProvider" --tag="config"

This is the contents of the published config file:

<?php

return [
    'base_uri'     => env('ENLAMANO_BASE_URI', 'https://test.mymanalytics.com/api/models/v2/rapidoyfacil/execute'),
    'user'         => env('ENLAMANO_USER'),
    'password'     => env('ENLAMANO_PASSWORD'),
];

Usage

// @todo

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.