Este es un paquete para formatear la respuesta de las rentadoras externas
- Yii2 Framework
- PHP 7.4 or higher
You can install the package via Composer:
composer require luismacayo/rac-formater
After installation, configure the package in your Yii2 application. Add the following to your configuration file:
'components' => [
'yourComponent' => [
'class' => 'your\namespace\YourClass',
// Add additional configuration here
],
],
- Feature 1
- Feature 2
- Feature 3
Contributions are welcome! Please fork the repository and submit a pull request.
This package is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues, feel free to open an issue on the GitHub repository.