PHPackages                             izniburak/laravel-jotform - 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. izniburak/laravel-jotform

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

izniburak/laravel-jotform
=========================

Jotform Laravel Package

v1.0.0(4y ago)1341MITPHPPHP ^7.2.5|^8.0

Since Nov 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/izniburak/laravel-jotform)[ Packagist](https://packagist.org/packages/izniburak/laravel-jotform)[ Docs](https://github.com/izniburak/laravel-jotform)[ RSS](/packages/izniburak-laravel-jotform/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Jotform - Laravel Package
=========================

[](#jotform---laravel-package)

This package allows you able to use [Jotform](https://jotform.com) API in Laravel.

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

[](#installation)

*Supported Laravel Versions:* **&gt;= 6.x**

Run the following command directly in your Project path:

```
$ composer require izniburak/laravel-jotform

```

or directly add following command in your `composer.json` file.

```
{
    "require": {
        "izniburak/laravel-jotform": "^1.0"
    }
}

```

The service provider of the Package will be **automatically discovered** by Laravel.

After that, you should publish the config file via following command:

```
$ php artisan vendor:publish --provider="Jotform\JotformServiceProvider"

```

Greate! You can start to use **Jotform API** in your Laravel app.

Usage
-----

[](#usage)

You can use Jotform API in two different ways with this package.

1- Use `jotform()` helper function in order to access Jotform API:

```
