Download the PHP package arnulfosolis/apihistogram without Composer
On this page you can find all versions of the php package arnulfosolis/apihistogram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arnulfosolis/apihistogram
More information about arnulfosolis/apihistogram
Files in arnulfosolis/apihistogram
Package apihistogram
Short Description ApiHistogram is a Symphony Bundle that allows you to create historical data from your web services
License MIT
Homepage https://github.com/arnulfojr/ApiHistogram-Standard
Informations about the package apihistogram
ApiHistogram
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.
Installation
- First add ApiHistogram to your project with composer.
- Composer:
- Then, if needed, call or to get all the dependencies set.
- Make sure that the is registered in
the .
- All ApiHistogram Classes lay under:
- Namespace: .
- All ApiHistogram Classes lay under:
- Fill the needed configuration in the your target's
file.
- See file under directory
- Make sure you set your database's configuration in the parameter's file.
- You're done!
Description
ApiHistogram 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
Usage
- To use the application, make sure you define your in the
configuration file .
- Recommendation: Use a separate file to define your calls.
- And every time you call the command ApiHistogram will append the new data to the database.
Future development
- The Api calls are now being used with a simple GET HTTP method. As this is a good approach for a REST-full approach, no extra headers are being placed in the request. So next step will be to add optional headers to the HTTP Request.
- For now, all data is being saved in one schema in one connection, in future releases using different schemas for different connections for individual calls will be possible.
- New ideas coming soon!
Contact
- Arnulfo Solis
- Email: [email protected]
- Twitter: @arnulfojr
- Demo: http://qcharts.myarny.org/qcharts
All versions of apihistogram with dependencies
symfony/symfony Version 2.7.*
doctrine/orm Version ^2.4.8
doctrine/doctrine-bundle Version ~1.4
incenteev/composer-parameter-handler Version ~2.0
guzzlehttp/guzzle Version ~5.0