ApiHistogram aims to create a history of your API responses and stores the response in your database, so you can analyse variable data coming from any web service that does not offer historical data, or to create your own historical data based on a third party service.
composer require arnulfosolis/apihistogram @devcomposer install or composer update
to get all the dependencies set.ApiHistogramBundle is registered in
the AppKernel.
ApiHistogram\.config.yml
file.
README_CONFIG.md file under /ApiHistogram directoryApiHistogram allows developers to query API data and save the response data automatically while trying to be the most flexible as possible. ApiHistogram focuses on performance, so all calls are asynchronous.
This allows to have "LIVE" data coming every time the command line tool
is called php app/console api-histogram:update
sitesin the
configuration file config.yml.
php app/console api-histogram:update ApiHistogram will append the
new data to the database.How can I help you explore Laravel packages today?