PHPackages                             osi-open-source/warcott-laravel-forms - 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. [Framework](/categories/framework)
4. /
5. osi-open-source/warcott-laravel-forms

ActiveLibrary[Framework](/categories/framework)

osi-open-source/warcott-laravel-forms
=====================================

Warcott integration for the Laravel Framework

1.0.3(6y ago)0161MITHTMLPHP &gt;=7.1.0

Since Sep 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/osi-open-source/warcott-laravel-forms)[ Packagist](https://packagist.org/packages/osi-open-source/warcott-laravel-forms)[ RSS](/packages/osi-open-source-warcott-laravel-forms/feed)WikiDiscussions master Synced yesterday

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

Warcott Laravel Forms
=====================

[](#warcott-laravel-forms)

It parses Warcott's json forms and displays a form. It uses [Warcott Client library](https://gitlab.objectsystems.com/web/warcott-client) to fetch the data from the server. This library is in progress and not all field inputs from Warcott are supported. Behaviour from Preview of the form may vary as it is pure javascript realization.

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

[](#installation)

Simply add the following line to your `composer.json` and run install/update:

```
"osi-open-source/warcott-laravel-form": "*"

```

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

[](#configuration)

Publish the package config files to enter your credentials

```
php artisan vendor:publish --tag=warcott  --force

```

Usage
-----

[](#usage)

This is an example of displaying a form Layout in your view.

```
{{ warcottDisplay('domainKey') }}
```

For API consummation, mapping of data and form manupulation you can check [Warcott Client's usage](https://gitlab.objectsystems.com/web/warcott-client#usage)

Developers info
---------------

[](#developers-info)

If you want to show all errors for unsupported fields you can change `resources/views/fields/base.blade.php` line
`@includeIf('warcott::fields.'.($field['type'] ?? 'text'))`
with
`@include('warcott::fields.'.($field['type'] ?? 'text'))`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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 ~5 days

Total

2

Last Release

2416d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/55447902?v=4)[OSI](/maintainers/osi-open-source)[@osi-open-source](https://github.com/osi-open-source)

---

Top Contributors

[![ibpavlov](https://avatars.githubusercontent.com/u/3340235?v=4)](https://github.com/ibpavlov "ibpavlov (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/osi-open-source-warcott-laravel-forms/health.svg)

```
[![Health](https://phpackages.com/badges/osi-open-source-warcott-laravel-forms/health.svg)](https://phpackages.com/packages/osi-open-source-warcott-laravel-forms)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[stancl/tenancy

Automatic multi-tenancy for your Laravel application.

4.3k6.6M40](/packages/stancl-tenancy)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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