PHPackages                             42sol/onlyoffice-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. 42sol/onlyoffice-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

42sol/onlyoffice-laravel
========================

Connector for Laravel for easy Onlyoffcie integration

1.0.17(1y ago)040MITPHPPHP &gt;=8.0.0

Since Mar 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/42-sol/laravel-onlyoffice)[ Packagist](https://packagist.org/packages/42sol/onlyoffice-laravel)[ RSS](/packages/42sol-onlyoffice-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (19)Used By (0)

laravel-onlyoffice
==================

[](#laravel-onlyoffice)

Connector between larvel framework and onlyoffcie self-hosted api

Configuration
-------------

[](#configuration)

After installation run

```
php artisan vendor:publish --tag=onlyoffice-default
```

Set "host" variable with the address of your only office installation in published configuration file Provide JWT\_SECRET generated by your installation of onlyoffice via env variable (assuming one been generated/set during onlyoffice installation).

Development notes
-----------------

[](#development-notes)

Container configuration
=======================

[](#container-configuration)

For usage with docker add to your docker-compose file:

```
    documentserver:
        image: onlyoffice/documentserver
        environment:
            - ALLOW_PRIVATE_IP_ADDRESS=true
            - USE_UNAUTHORIZED_STORAGE=true
            - JWT_ENABLED=false
            - JWT_HEADER=Authorization
            - JWT_SECRET=${JWT_SECRET}
```

Usage of traefic advised due to complications with traffic routing between containers. Add following to previously mentioned container configuration, update your hosts.etc file with nessesery hosts

```
        labels:
            - "traefik.enable=true"
            - "traefik.http.routers.$COMPOSE_PROJECT_NAME-office.rule=Host(`*addition to base domain name*.$DOMAIN_NAME`)"
        extra_hosts:
            - "$DOMAIN_NAME=host-gateway"
            - "host.docker.internal=host-gateway"
```

It is better to set JWT\_SECRET via env variable or directly in environment section before running containers. Otherwise it will be generated automatically and will be difficult to obtain.

Also don't forget to add new host (`*addition to base domain name*.$DOMAIN_NAME`) to extra\_hosts section of your php container configuration.

Filesystem configuration
========================

[](#filesystem-configuration)

If files you want to open aren't in storage/public forlder then you will have to configure additional symlink and disk in filesystems.php Make shure symlink and 'url' parameter from disk config are leading on the same path.

```
'files' => [
            'driver' => 'local',
            'root' => storage_path('app/files'),
            'url' => env('APP_URL').'/storage/files',
        ],

 // ...

'links' => [
        //...
        public_path('storage/files') => storage_path('app/files')
    ],

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance42

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

18

Last Release

465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7752531d8f8f9f25c6813511f5d23618ad4840a9c380877ce3c2eefdfc029310?d=identicon)[disaipe](/maintainers/disaipe)

---

Top Contributors

[![ValerianMemsk](https://avatars.githubusercontent.com/u/92876090?v=4)](https://github.com/ValerianMemsk "ValerianMemsk (25 commits)")

### Embed Badge

![Health badge](/badges/42sol-onlyoffice-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/42sol-onlyoffice-laravel/health.svg)](https://phpackages.com/packages/42sol-onlyoffice-laravel)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[mynaparrot/plugnmeet-sdk

plugNmeet PHP SDK

102.8k](/packages/mynaparrot-plugnmeet-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
