{"id":19264446,"url":"https://github.com/dcsg/eventbriteapiconnector","last_synced_at":"2025-04-21T18:31:55.407Z","repository":{"id":10381157,"uuid":"12528031","full_name":"dcsg/EventbriteApiConnector","owner":"dcsg","description":"Eventbrite Api Connector is a lightweight PHP 5.3 library for issuing the Eventbrite API.","archived":false,"fork":false,"pushed_at":"2014-03-21T11:33:46.000Z","size":276,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T15:13:36.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcsg.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":"2013-09-01T22:36:43.000Z","updated_at":"2015-06-09T17:31:50.000Z","dependencies_parsed_at":"2022-09-12T21:00:38.308Z","dependency_job_id":null,"html_url":"https://github.com/dcsg/EventbriteApiConnector","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2FEventbriteApiConnector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2FEventbriteApiConnector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2FEventbriteApiConnector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2FEventbriteApiConnector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcsg","download_url":"https://codeload.github.com/dcsg/EventbriteApiConnector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250111082,"owners_count":21376585,"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-09T19:41:14.132Z","updated_at":"2025-04-21T18:31:55.047Z","avatar_url":"https://github.com/dcsg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Eventbrite API Connector\n========================\n\n[![Build Status](https://travis-ci.org/dcsg/EventbriteApiConnector.png?branch=master)](https://travis-ci.org/dcsg/EventbriteApiConnector) [![Latest Stable Version](https://poser.pugx.org/dcsg/eventbrite-api-connector/v/stable.png)](https://packagist.org/packages/dcsg/eventbrite-api-connector) [![Total Downloads](https://poser.pugx.org/dcsg/eventbrite-api-connector/downloads.png)](https://packagist.org/packages/dcsg/eventbrite-api-connector) [![Latest Unstable Version](https://poser.pugx.org/dcsg/eventbrite-api-connector/v/unstable.png)](https://packagist.org/packages/dcsg/eventbrite-api-connector) [![License](https://poser.pugx.org/dcsg/eventbrite-api-connector/license.png)](https://packagist.org/packages/dcsg/eventbrite-api-connector) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dcsg/EventbriteApiConnector/badges/quality-score.png?s=da76fc6c8877a35e94afb52197417b993d0dd709)](https://scrutinizer-ci.com/g/dcsg/EventbriteApiConnector/) [![Code Coverage](https://scrutinizer-ci.com/g/dcsg/EventbriteApiConnector/badges/coverage.png?s=467a62c655554f8d11db5bade00d439ad8152eb4)](https://scrutinizer-ci.com/g/dcsg/EventbriteApiConnector/) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/159123de-9d05-4af3-a650-6e8ea7aadaea/mini.png)](https://insight.sensiolabs.com/projects/159123de-9d05-4af3-a650-6e8ea7aadaea)\n\nEventbrite Api Connector is a lightweight PHP 5.3 library for issuing the Eventbrite API.\n\n### Instalation\n\n#### Composer\n\n```json\n\"require\": {\n    ...\n    \"dcsg/eventbrite-api-connector\": \"dev-master\"\n}\n```\n\n### Usage\n\n```php\n\u003c?php\n\nrequire __DIR__ . '/path/to/vendor/autoload.php';\n\nuse EventbriteApiConnector\\Eventbrite;\nuse EventbriteApiConnector\\HttpAdapter\\BuzzHttpAdapter;\n\n$apiKeys = array(\n    'app_key' =\u003e 'YOUR APP KEY'\n);\n\n$params = array(\n    'keywords' =\u003e 'php'\n);\n\n$eventbrite = new Eventbrite(new BuzzHttpAdapter(), $apiKeys);\n$results = $eventbrite-\u003eget('event_search', $params);\n```\n\n### TODO\n\n * Implement more HTTP Adapters\n * Implement OAuth2.\n * Add documentation.\n\n### Credits\n\n * [Daniel Gomes](https://github.com/dcsg)\n * Http Adapters inspired by [Geocoder PHP Library](https://github.com/geocoder-php/Geocoder)\n\n### License\n\n**Eventbrite API Connector** is released under the MIT License. See the bundled [LICENSE](https://github.com/dcsg/EventbriteApiConnector/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsg%2Feventbriteapiconnector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsg%2Feventbriteapiconnector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsg%2Feventbriteapiconnector/lists"}