abr4xas/enlamano

EnLaMano

v2.0.0 2020-10-10 01:30 UTC

This package is auto-updated.

Last update: 2024-04-10 08:46:16 UTC


README

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 freek@spatie.be instead of using the issue tracker.

Credits

License

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