mlopez / supergiros
v2.0.0
2024-02-02 01:56 UTC
Requires
- php: ^8.3
- ext-curl: *
- ext-dom: *
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.48
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-12-22 04:01:36 UTC
README
This package allows you to obtain the result of the lotteries managed by the SuperGiros Atlántico platform
Installation
Require PHP >= 8.3
composer require mlopez/supergiros
Using this package
$loteria = (new Supergiros())->call('2022-05-13');
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Credits
License
The MIT License (MIT). Please see License File for more information.