soiposervices / trenitalia
A simple package to get Trenitalia(one of italian's train company) trains informations
0.0.1
2022-05-12 16:49 UTC
Requires
- php: ^8.0|^8.1
- guzzlehttp/guzzle: ^7.4
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
README
This is a very simple laravel package that uses Trenitalia public api to gather informations about theirs trains schedule.
Installation
You can install the package via composer:
composer require soiposervices/trenitalia
Usage
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@soiposervices.com instead of using the issue tracker.
Credits
License
The GNU GPLv3. Please see License File for more information.
Other
Thanks to SimoDax for the api documentation.