https://github.com/offline-agency/laravel-webex
A simple integration with Webex API
https://github.com/offline-agency/laravel-webex
hacktoberfest hacktoberfest2022 laravel php webex
Last synced: 7 months ago
JSON representation
A simple integration with Webex API
- Host: GitHub
- URL: https://github.com/offline-agency/laravel-webex
- Owner: offline-agency
- License: mit
- Created: 2022-02-11T10:15:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T13:54:37.000Z (about 1 year ago)
- Last Synced: 2025-03-27T17:35:23.758Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2022, laravel, php, webex
- Language: PHP
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Webex
[](https://packagist.org/packages/offline-agency/laravel-webex)
[](https://packagist.org/packages/offline-agency/laravel-webex)
[](https://github.com/offline-agency/laravel-webex/actions/workflows/main.yml)
[](LICENSE.md)
[](https://styleci.io/repos/167236902)
[](https://codecov.io/gh/offline-agency/laravel-webex)
A simple Laravel integration with Webex.

## Installation
Install the package through [Composer](http://getcomposer.org/).
Run the Composer require command from the Terminal:
```bash
composer require offline-agency/laravel-webex
```
You should publish config file with:
```bash
php artisan vendor:publish --provider="Offlineagency\LaravelWebex\Providers\LaravelWebexServiceProvider"
```
## API coverage
We're actively working to expand this package to cover all Webex API endpoints.
✅ = implemented
🔜 = coming soon
❌ = not implemented
### Admin
- #### ❌ Admin Audit Events
- #### ❌ Events
- #### ❌ Historical Analytics
- #### ❌ Hybrid Clusters
- #### ❌ Hybrid Connectors
- #### ❌ Licenses
- #### ❌ Locations
- #### ❌ Meeting Qualities
- #### ❌ Memberships
- #### ❌ Organizations
- #### ❌ People
- #### ❌ Recording Report
- #### ❌ Recordings
- #### ❌ Report Templates
- #### ❌ Reports
- #### ❌ Resource Group Memberships
- #### ❌ Resource Group
- #### ❌ Roles
- #### ❌ Space Classifications
- #### ❌ Webex Calling Organization Settings
- #### ❌ Webex Calling Person Settings
- #### ❌ Workspace Locations
- #### ❌ Workspace Metrics
- #### ❌ Workspaces
### Calling
- #### ❌ BroadWorks Enterprises
- #### ❌ BroadWorks Subscribers
- #### ❌ Call Controls
- #### ❌ Locations
- #### ❌ People
- #### ❌ Recording Report
- #### ❌ Webex Calling Organization Settings
- #### ❌ Webex Calling Person Settings
- #### ❌ Webex Calling Voice Messaging
### Devices
- #### ❌ Device Configurations
- #### ❌ Devices
- #### ❌ Places
- #### ❌ Workspace Locations
- #### ❌ Workspace Metrics
- #### ❌ Workspace Personalization
- #### ❌ Workspaces
- #### ❌ xAPI
### Meetings
- #### ✅ Meeting Invitees
- #### ✅ Meeting Participants
- #### ❌ Meeting Preferences
- #### ❌ Meeting Qualities
- #### ❌ Meeting Transcripts
- #### ✅ Meetings
- #### ❌ People
- #### ❌ Recording Report
- #### ❌ Recordings
- #### ❌ Webhooks
### Messaging
- #### ❌ Attachment Actions
- #### ❌ Events
- #### ❌ Memberships
- #### ❌ Messages
- #### ❌ Messages with Edit
- #### ❌ People
- #### ❌ Room Tabs
- #### ❌ Rooms
- #### ❌ Team Memberships
- #### ❌ Teams
- #### ❌ Webhooks
## Documentation
Webex Meetings is a powerful conferencing solution that lets you connect with anyone, anywhere, in real time.
You can find the documentation [here](https://docs.offlineagency.com/laravel-webex/)
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security-related issues, please email instead of using the issue
tracker.
## Credits
- [Offline Agency](https://github.com/offline-agency)
- [Giacomo Fabbian](https://github.com/Giacomo92)
- [Nicolas Sanavia](https://github.com/SanaviaNicolas)
- [All Contributors](https://github.com/offline-agency/laravel-webex/graphs/contributors)
## About us
Offline Agency is a web design agency based in Padua, Italy. You'll find an overview of our
projects [on our website](https://offlineagency.it/).
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.