{"id":15028949,"url":"https://github.com/rsathishtechit/webex","last_synced_at":"2025-04-09T20:32:21.465Z","repository":{"id":62540483,"uuid":"105640153","full_name":"rsathishtechit/webex","owner":"rsathishtechit","description":"PHP WebEx package for XML and NBR API's (XML API inprogress)","archived":false,"fork":false,"pushed_at":"2019-09-28T21:31:44.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T22:25:16.966Z","etag":null,"topics":["nbr","package","php","php5","php7","webex","webex-nbr-apis","webex-xml-apis"],"latest_commit_sha":null,"homepage":"","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/rsathishtechit.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":"2017-10-03T10:39:46.000Z","updated_at":"2022-09-16T00:27:47.000Z","dependencies_parsed_at":"2022-11-02T15:32:25.805Z","dependency_job_id":null,"html_url":"https://github.com/rsathishtechit/webex","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/rsathishtechit%2Fwebex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsathishtechit%2Fwebex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsathishtechit%2Fwebex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsathishtechit%2Fwebex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsathishtechit","download_url":"https://codeload.github.com/rsathishtechit/webex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248107325,"owners_count":21048900,"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":["nbr","package","php","php5","php7","webex","webex-nbr-apis","webex-xml-apis"],"created_at":"2024-09-24T20:09:25.712Z","updated_at":"2025-04-09T20:32:21.439Z","avatar_url":"https://github.com/rsathishtechit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP package for WebEx NBR API (XML API inprogress)\n----------------------------------------------------\n\n### Installation\n\nTo install this package you will need:\n\n - PHP \u003e= 5.3\n\nRun this command to install via composer\n\n```\ncomposer require sathish/webex:dev-master\n```\n\nor edit the `composer.json` \n\n```\n\"require\": {\n    \"sathish/webex\": \"dev-master\"\n}\n```\nthen run \n```\ncomposer install\n```\n\n### API Implementation\n\n| Available NBR API Methods | Available (in this package) |\n| --------------------------|:---------------------------:|\n| deleteMeetingXML          |  No                         |\n| deleteNBRStorageFile      |  No                         |\n| downloadFile              |  No                         | \n| downloadNBRStorageFile    |  Yes                        | \n| downloadWAVFile           |  No                         | \n| getMeetingTicket          |  No                         | \n| getNBRConfIdList          |  No                         | \n| getNBRRecordIdList        |  Yes                        | \n| getNBRStorageFile         |  No                         | \n| getSCXML                  |  No                         | \n| getStorageAccessTicket    |  Yes                        | \n\nTo know more about WebEx NBR API https://developer.cisco.com/site/webex-developer/develop-test/nbr-web-services-api/api-functions.gsp\n\n## Usage\n\n```\n    use Sathish\\Webex\\Nbr\\WebExNBR;\n    \n    $nbr = new WebExNBR('\u003cadmin username\u003e', '\u003cadmin password\u003e', '\u003csite id\u003e');\n    $nbr-\u003esetServiceUrl('\u003cNBR API URL\u003e'); /** Don't append slash(/) at the end **/\n    $nbr-\u003egenerateTicket();\n```    \n### To download recording (Response will be in multipart format)\n\n```\n    $nbr-\u003edownloadRecording('\u003crecoding id\u003e');\n```\n\n### Retrieve recording list\n \n```\n   $nbr-\u003erecordingList();\n```\n\n### Regenerate ticket after 1 hour\n \n```\n   $nbr-\u003erefreshTicket();\n```\n\nUse Riverline\\MultiPartParse package to parse the downloadRecording method response on success. For more info https://github.com/Riverline/multipart-parser\n\nNote: PRs are welcomed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsathishtechit%2Fwebex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsathishtechit%2Fwebex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsathishtechit%2Fwebex/lists"}