{"id":19005305,"url":"https://github.com/f3ath/simpleuber","last_synced_at":"2026-04-21T11:30:21.256Z","repository":{"id":56980922,"uuid":"51055075","full_name":"f3ath/simpleuber","owner":"f3ath","description":"Simple UBER API client for PHP","archived":false,"fork":false,"pushed_at":"2016-02-04T08:53:36.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T19:28:01.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/f3ath/simpleuber","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f3ath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-04T05:45:17.000Z","updated_at":"2016-02-04T06:52:39.000Z","dependencies_parsed_at":"2022-08-21T10:50:23.615Z","dependency_job_id":null,"html_url":"https://github.com/f3ath/simpleuber","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fsimpleuber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fsimpleuber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fsimpleuber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fsimpleuber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/simpleuber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027433,"owners_count":19736212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T18:27:03.984Z","updated_at":"2026-04-21T11:30:21.215Z","avatar_url":"https://github.com/f3ath.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simpe UBER\n[![Total Downloads](https://img.shields.io/packagist/dt/f3ath/simpleuber.svg)](https://packagist.org/packages/f3ath/simpleuber)\n[![Latest Stable Version](https://img.shields.io/packagist/v/f3ath/simpleuber.svg)](https://packagist.org/packages/f3ath/simpleuber)\n[![Travis Build](https://travis-ci.org/f3ath/simpleuber.svg?branch=master)](https://travis-ci.org/f3ath/simpleuber)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/42c88a31-5ab6-43e7-aff4-95b44e1ada01/mini.png)](https://insight.sensiolabs.com/projects/42c88a31-5ab6-43e7-aff4-95b44e1ada01)\n\nSimple UBER API client for PHP\n\nThis implementation is for Products, Price Estimates, and Time Estimates [API endpoints](https://developer.uber.com/docs/api-overview).\nIt only requires the server_token, no OAth involved.\n\n##Install\nVia [composer](https://getcomposer.org):\n\n`$ composer require \"f3ath/simpleuber\"`\n\n##Usage\n```php\n\u003c?php\nrequire_once 'vendor/autoload.php';\n\n$uber = new \\F3\\SimpleUber\\Uber('your server token');\n\ntry{\n    var_dump($uber-\u003egetProducts(37.773972, -122.431297));\n    var_dump($uber-\u003egetPriceEstimates(37.773972, -122.431297, 37.333333, -121.9));\n    var_dump($uber-\u003egetTimeEstimates(37.773972, -122.431297));\n} catch (\\F3\\SimpleUber\\ApiException $e) {\n    var_dump($e-\u003egetErrorMessage());\n    var_dump($e-\u003egetErrorCode());\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fsimpleuber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Fsimpleuber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fsimpleuber/lists"}