Download the PHP package irfan/careem-rides-analysis without Composer
On this page you can find all versions of the php package irfan/careem-rides-analysis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download irfan/careem-rides-analysis
More information about irfan/careem-rides-analysis
Files in irfan/careem-rides-analysis
Download irfan/careem-rides-analysis
More information about irfan/careem-rides-analysis
Files in irfan/careem-rides-analysis
Vendor irfan
Package careem-rides-analysis
Short Description Analyzes your careem rides dataset
License MIT
Package careem-rides-analysis
Short Description Analyzes your careem rides dataset
License MIT
Please rate this library. Is it a good library?
Informations about the package careem-rides-analysis
Careem Analyzer
This library is a Proof Of Concept. It objectifies the data dump of your Rides from Careem's user Dashboard into PHP and allows you to use it for analysis.
How To Get Data Dump
Note: You need to be logged in to the dashboard.
- Login to Careem's User Dashboard
- Go to
https://app.careem.com/getAllAccessibleCompletedTrips.json?start=0&limit=100
- Play with
start
andlimit
. It sometimes only works with 100 rides request at a time. - Download it, change
start
offset and repeat
Using CareemAnalyzer
composer require irfan/careem-rides-analysis
Run & check out example.php for an in-depth use.
Dependencies
- PHP 7.1+
- Guzzle (needed by the library)
- League/CSV (needed by example.php ONLY to parse Captain (Driver) data)
Disclaimer
- This project is only a fun Proof of Concept for analysing Ride data
- This is not affiliated with Careem
- I am not responsible for how you do use this library
All versions of careem-rides-analysis with dependencies
PHP Build Version
Package Version
The package irfan/careem-rides-analysis contains the following files
Loading the files please wait ....