Implementation of the WOPI protocol to facilitate intergration with office online and other WOPI-compatible clients using Laravel.
Web Application Open Platform Interface (WOPI) protocol let you integrate Office in your web application.
WOPI protocol enables Office for the web to access and change files that are stored in your service. Basically it allows you to create Google Docs at the confert of your localhost/application.
Supports:
- Collabora Office (Recommended)
- Office 365 (in-progress)
- OnlyOffice
You'll find the documentation on https://nagi1.github.io/laravel-wopi/docs.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the wopi implementation? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
Demo app can be found at https://github.com/nagi1/wopi-host-example
This package has been tested using Wopi Validator.
test Proof-validator vendor/bin/pest
.
👇👇👇
This package isn't fully ready to work with Microsoft Office online because it lacks the ability to parse discovery urls. Feel free to Open PR or contact me to work on this togher in case you need it.
This project build upon and extends but not limited to Pol Dellaiera's Wopi-lib.
The MIT License (MIT). Please see License File for more information.