EnLaMano
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.