yuritsuki/laravel-wopi is a Laravel package for wopi implementation in php laravel.
It currently has 0 GitHub stars and 293 downloads on Packagist.
Install it with composer require yuritsuki/laravel-wopi.
Discover more Laravel packages by yuritsuki
or browse all Laravel packages to compare alternatives.
Last updated

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:
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.