Download the PHP package mchev/laravel-odk without Composer
On this page you can find all versions of the php package mchev/laravel-odk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mchev/laravel-odk
More information about mchev/laravel-odk
Files in mchev/laravel-odk
Package laravel-odk
Short Description Laravel-ODK is a simple wrapper around the ODK Central API that makes working with its endpoints a breeze!
License MIT
Homepage https://github.com/mchev/laravel-odk
Informations about the package laravel-odk
Laravel ODK
This is a community project and not an official Laravel one
Laravel-ODK is a simple wrapper around the ODK Central API that makes working with its endpoints a breeze! To get more informations about the API see https://odkcentral.docs.apiary.io/
Installation
You can install the package via composer:
Configuration
Publish the config of the package.
The following config will be published to config/odkcentral.php.
Set the , and of your ODK Central App in your file.
Don't forget to run
If you change your crendentials later you will also have to run . The authentification token is cached for 3600 seconds.
Usage
Usage with Facade :
Users
App Users
Projects
Forms
Draft
Submissions
Answers/Responses
Odata
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Martin Chevignard
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laravel-odk with dependencies
guzzlehttp/guzzle Version ^7.4.5
illuminate/support Version ^8.0|^9.0|^10.0
illuminate/http Version ^8.0|^9.0|^10.0