{"id":18809010,"url":"https://github.com/lesaff/statamic-eventbrite","last_synced_at":"2025-10-18T21:52:28.622Z","repository":{"id":30784451,"uuid":"34341343","full_name":"lesaff/statamic-eventbrite","owner":"lesaff","description":"Eventbrite addon for Statamic","archived":false,"fork":false,"pushed_at":"2015-05-19T01:54:50.000Z","size":188,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T22:36:50.057Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lesaff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-21T17:19:08.000Z","updated_at":"2016-03-01T21:19:29.000Z","dependencies_parsed_at":"2022-09-18T06:48:15.971Z","dependency_job_id":null,"html_url":"https://github.com/lesaff/statamic-eventbrite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Fstatamic-eventbrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Fstatamic-eventbrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Fstatamic-eventbrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Fstatamic-eventbrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lesaff","download_url":"https://codeload.github.com/lesaff/statamic-eventbrite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239743051,"owners_count":19689428,"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-07T23:14:56.849Z","updated_at":"2025-10-18T21:52:23.575Z","avatar_url":"https://github.com/lesaff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eventbrite Add-on for Statamic\nBy Rudy Affandi (2015)\nVersion 2.0.0\n\n## What is this?\nEventbrite API (V3) wrapper is an add-on that allows you to display Eventbrite dataset on your Statamic site. It requires Eventbrite API (V3) and OAuth key.\n\n## Installation\nCopy the `add-ons/eventbrite` folder to the `_add-ons` folder in your Statamic website.\n\nCopy the `config/eventbrite` folder to the `_config/add-ons` folder in your Statamic website. Make sure to edit the `eventbrite.yaml` and enter your OAuth token. You can get your personal token from your Eventbrite account.\n\n## How to use\nUse the following tag pair in your template:\n\n## Search events based on parameters\nSee http://developer.eventbrite.com/docs/event-search/ for details\n\n```\n  {{ eventbrite:search limit=\"\" query=\"\" organizer_id=\"\" cache=\"\" }}\n\ttags here...\n  {{ /eventbrite:search }}\n```\n### Available parameters for `eventbrite:search`\n- `query`\n- `since_id`\n- `sort_by`\n- `popular`\n- `address`\n- `latitude`\n- `longitude`\n- `within`\n- `city`\n- `region`\n- `country`\n- `organizer_id`\n- `user_id`\n- `tracking_code`\n- `categories`\n- `formats`\n- `start_date_range_after`\n- `start_date_range_before`\n- `start_date_keyword`\n- `date_created_range_after`\n- `date_created_range_before`\n- `date_created_keyword`\n- `date_modified_range_after`\n- `date_modified_keyword`\n- `date_created_keyword`\n- `cache` Defaults to 18000 ms\n\n### Available tag values\n\nThe following tags are available within the `events` tag loop.\n\n```\n{{ events }}\n\t{{ name }}\n\t{{ name:text }}\n\t{{ name:html }}\n\n\t{{ description }}\n\t{{ description:text }}\n\t{{ description:html }}\n\n\t{{ id }}\n\t{{ url }}\n\n\t{{ start }}\n\t{{ start:timezone }}\n\t{{ start:local }} returns date in ISO8601 format\n\t{{ start:utc }} returns date in ISO8601 format\n\n\t{{ end }}\n\t{{ end:timezone }}\n\t{{ end:local }} returns date in ISO8601 format\n\t{{ end:utc }} returns date in ISO8601 format\n\n\t{{ created }}\n\t{{ changed }}\n\t{{ capacity }}\n\t{{ status }}\n\t{{ currency }}\n\t{{ online_event }} returns either true of false\n\n\t{{ logo_id }}\n\t{{ organizer_id }}\n\t{{ venue_id }}\n\t{{ category_id }}\n\t{{ subcategory_id }}\n\t{{ format_id }}\n\t{{ subcategory }}\n\n\t{{ category }}\n\t{{ category:resource_uri }}\n\t{{ category:id }}\n\t{{ category:name }}\n\t{{ category:name_localized }}\n\t{{ category:short_name }}\n\t{{ category:short_name_localized }}\n\n\t{{ format }}\n\t{{ format:resource_uri }}\n\t{{ format:id }}\n\t{{ format:name }}\n\t{{ format:name_localized }}\n\t{{ format:short_name }}\n\t{{ format:short_name_localized }}\n\n\t{{ venue }}\n\t{{ venue:address }}\n\t{{ venue:address:address_1 }}\n\t{{ venue:address:address_2 }}\n\t{{ venue:address:city }}\n\t{{ venue:address:region }}\n\t{{ venue:address:postal_code }}\n\t{{ venue:address:country }}\n\t{{ venue:address:latitude }}\n\t{{ venue:address:longitude }}\n\t{{ venue:resource_uri }}\n\t{{ venue:id }}\n\t{{ venue:name }}\n\t{{ venue:latitude }}\n\t{{ venue:longitude }}\n\n\t{{ ticket_classes }}\n\t{{ ticket_classes:resource_uri }}\n\t{{ ticket_classes:id }}\n\t{{ ticket_classes:name }}\n\t{{ ticket_classes:description }}\n\t{{ ticket_classes:donation }} returns either true or false\n\t{{ ticket_classes:free }} returns either true or false\n\t{{ ticket_classes:minimum_quantity }}\n\t{{ ticket_classes:maximum_quantity }}\n\t{{ ticket_classes:maximum_quantity_per_order }}\n\t{{ ticket_classes:on_sale_status }}\n\t{{ ticket_classes:quantity_total }}\n\t{{ ticket_classes:quantity_sold }}\n\t{{ ticket_classes:sales_start }} returns date in ISO8601 format\n\t{{ ticket_classes:sales_end }} returns date in ISO8601 format\n\t{{ ticket_classes:hidden }} returns either true or false\n\t{{ ticket_classes:include_fee }} returns either true or false\n\t{{ ticket_classes:split_fee }} returns either true or false\n\t{{ ticket_classes:hide_description }} returns either true or false\n\t{{ ticket_classes:auto_hide }} returns either true or false\n\t{{ ticket_classes:variants }} returns array\n\t{{ ticket_classes:event_id }}\n\n\t{{ logo }}\n\t{{ logo:id }}\n\t{{ logo:url }}\n\t{{ logo:aspect_ratio }}\n\n\t{{ organizer }}\n\t{{ organizer:description }}\n\t{{ organizer:logo }}\n\t{{ organizer:resource_uri }}\n\t{{ organizer:id }}\n\t{{ organizer:name }}\n\t{{ organizer:url }}\n\t{{ organizer:num_past_events }}\n\t{{ organizer:num_future_events }}\n{{ /events }}\n```\n\n## Modifiers\nYou can modify the output using the Statamic standard [variable modifiers](http://statamic.com/learn/documentation/variable-modifiers).\n\n## Changelog\n2.0.0 - Updated API to V3, use OAuth2.0 authentication, added PSR-1 style indentation\n\n1.0.1 - Added caching mechanism\n\n1.0.0 - Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesaff%2Fstatamic-eventbrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesaff%2Fstatamic-eventbrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesaff%2Fstatamic-eventbrite/lists"}