PHPackages                             canvass/canvass-paint-blade - 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. [Templating &amp; Views](/categories/templating)
4. /
5. canvass/canvass-paint-blade

ActiveLibrary[Templating &amp; Views](/categories/templating)

canvass/canvass-paint-blade
===========================

A form rendering library using Laravel's Blade

v1.02.01(5y ago)179[3 PRs](https://github.com/canvass/canvass-paint-blade/pulls)1MITBlade

Since Oct 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/canvass/canvass-paint-blade)[ Packagist](https://packagist.org/packages/canvass/canvass-paint-blade)[ RSS](/packages/canvass-canvass-paint-blade/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (17)Used By (1)

Canvass Paint with Blade
========================

[](#canvass-paint-with-blade)

Render Canvass forms using Laravel's Blade

*Note: This library assumes your are including it in a Laravel project.*

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

[](#installation)

Install the library via composer:

```
composer require canvass/canvass-paint-blade
```

Rendering a form
----------------

[](#rendering-a-form)

Within a route or controller, instantiate a `RenderFunction` and pass it to the `RenderForm` action

```
$action = new \CanvassPaint\Action\RenderForm(
    new \CanvassPaint\Blade\RenderFunction()
);

$html = $action->render($form_id, $owner_id);

return view('canvass::preview.form', [
    'form_html' => $html,
    'form' => $form->getForm(),
]);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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 ~36 days

Recently: every ~8 days

Total

13

Last Release

1973d ago

Major Versions

v0.2.2 → v1.00.002020-11-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/302bae806db7fc65d2d087457eea9b0de93f91818ced70910c4bad6887df46f0?d=identicon)[puritandesigns](/maintainers/puritandesigns)

---

Top Contributors

[![puritandesigns](https://avatars.githubusercontent.com/u/1065613?v=4)](https://github.com/puritandesigns "puritandesigns (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

blade-templatecanvassform-rendererlaravelphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/canvass-canvass-paint-blade/health.svg)

```
[![Health](https://phpackages.com/badges/canvass-canvass-paint-blade/health.svg)](https://phpackages.com/packages/canvass-canvass-paint-blade)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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