PHPackages                             stats4sd/laravel-odk-link - 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. stats4sd/laravel-odk-link

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

stats4sd/laravel-odk-link
=========================

A version 2.0 update to the Kobo Link package, intended to be easier to setup and more flexible by allowing the user to choose between multiple ODK Aggregate services.

v1.0(2y ago)1176MITPHPPHP ^8.0|^8.1

Since Sep 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/stats4sd/laravel-odk-link)[ Packagist](https://packagist.org/packages/stats4sd/laravel-odk-link)[ Docs](https://github.com/stats4sd/laravel-odk-link)[ RSS](/packages/stats4sd-laravel-odk-link/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelog (9)Dependencies (18)Versions (18)Used By (0)

> \[!NOTE\] This Project is Archived!
>
> The newer version of this system is [the Filament-based package](https://github.com/stats4sd/filament-odk-link)

Laravel ODK Link
================

[](#laravel-odk-link)

[![Latest Version on Packagist](https://camo.githubusercontent.com/11ecc70f43562def033b925420aabfc7a241cb2d56b52f411d8cc28b251cfaea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746174733473642f6c61726176656c2d6f646b2d6c696e6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stats4sd/laravel-odk-link)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8eb71349e3bf6de4ac32f67ba738241acc05ca9dbbc59cbbcaf37eb9e3a9170d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73746174733473642f6c61726176656c2d6f646b2d6c696e6b2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/stats4sd/laravel-odk-link/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fe00b517286bc6af8155595a1a05ecd785232e4272e2c8ca2401ac1a47cd7d5c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73746174733473642f6c61726176656c2d6f646b2d6c696e6b2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/stats4sd/laravel-odk-link/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b1afb08f78bc8e2a16045f2159395555fdc138b4d0f6d1887196b6ab6d5ae13c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746174733473642f6c61726176656c2d6f646b2d6c696e6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stats4sd/laravel-odk-link)

This package enables you to connect your Laravel application to an ODK Central server, and to manage the deployment of ODK forms via a set of CRUD panels built with Laravel Backpack.

The benefit of this package is that it allows you to create a set of "xlsform templates", and then deploy many versions of each template to different "owners". An owner could be an individual user, or a team. This way, multiple groups can work independently and keep their data separate, while still using the same "xlsform templates", and enabling a central team to reeview data from all teams.

> NOTE: This is still in development. It currently requires Laravel Backpack Pro, which is a paid product. We hope to be able to refactor this to not require a Backpack Pro licence in the future.

Installation
------------

[](#installation)

This package assumes you have already setup your project to use Laravel Backpack. If you haven't, please do so by following their installation guide: .

You can install the package via composer:

```
composer require stats4sd/laravel-odk-link
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="odk-link-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="odk-link-config"
```

This package comes with a set of CRUD panels designed to help you manage ODK forms and submissions. To add links to these into your Backpack Admin panel sidebar, run the included command:

```
php artisan odk:crud
```

This package uses Spatie's Laravel Media Library. To set that up, run the following commands (see their [Installation instructions](https://spatie.be/docs/laravel-medialibrary/v10/installation-setup) for more information and for custom setups)

```
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
php artisan migrate
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="config"
```

You also need to add some Environment variables to your project. In your .env file, add the following:

```
### REQUIRED
# url of your ODK Central server
ODK_URL="https://example-odk-central-server.com"

# username and password of an administrator account for your ODK Central server
ODK_USERNAME="an-admin-user-account"
ODK_PASSWORD="your-password"

### OPTIONAL
# the FQDN of the PHP class in your application that is used to process an ODK submission
SUBMISSION_PROCESS_CLASS="\\App\\Http\\Controllers\\SubmissionController"

# the method within the class. This method should:
# - be a public static function
# - accept an OdkLink\Models\Submission object as the only required variable
SUBMISSION_PROCESS_METHOD="process"

## Use
TODO: write up full documentation.

## Credits

- [David Mills](https://github.com/dave-mills)
- [All Contributors](../../contributors)

## License
The MIT Licence (MIT). Please see [Licence File](LICENSE.md) for more information.
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 70.2% 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 ~44 days

Recently: every ~73 days

Total

9

Last Release

974d ago

Major Versions

v0.3.5 → v1.02023-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a7ba5ca40fde83339632231db5f6a95522c1de137f0029a338a5d90fa449a46?d=identicon)[dave-mills](/maintainers/dave-mills)

---

Top Contributors

[![dave-mills](https://avatars.githubusercontent.com/u/5711101?v=4)](https://github.com/dave-mills "dave-mills (106 commits)")[![ciara-mc](https://avatars.githubusercontent.com/u/56551262?v=4)](https://github.com/ciara-mc "ciara-mc (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![dan-tang-ssd](https://avatars.githubusercontent.com/u/86968034?v=4)](https://github.com/dan-tang-ssd "dan-tang-ssd (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelstats4sdlaravel-odk-link

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/stats4sd-laravel-odk-link/health.svg)

```
[![Health](https://phpackages.com/badges/stats4sd-laravel-odk-link/health.svg)](https://phpackages.com/packages/stats4sd-laravel-odk-link)
```

###  Alternatives

[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)[team-nifty-gmbh/tall-datatables

A package to create datatables using alpinejs, tailwind, livewire and laravel

1217.2k1](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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