PHPackages                             hnd/sf-form - 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. hnd/sf-form

ActiveLibrary

hnd/sf-form
===========

Symfony Form integration for Laravel 5

v0.1.7(8y ago)0871MITPHP

Since Jun 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hoangnd25/sf-form)[ Packagist](https://packagist.org/packages/hnd/sf-form)[ RSS](/packages/hnd-sf-form/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

Laravel 5 - Symfony Form integration
====================================

[](#laravel-5---symfony-form-integration)

[![SensioLabsInsight](https://camo.githubusercontent.com/113cb4c63eb8e23e1683ad911a466fd8682439a53b724b2c63c32d046b3b3004/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39613562646339302d353862322d343238632d393239342d3734366464626530333032362f6269672e706e67)](https://insight.sensiolabs.com/projects/9a5bdc90-58b2-428c-9294-746ddbe03026)

This integration based on Silex implementation of Symfony Form. This package also works out of the box with [Twig](https://github.com/rcrowe/TwigBridge) &amp; [Doctrine](http://www.laraveldoctrine.org/)

Documentation
-------------

[](#documentation)

For detailed documentation, please check this (WIP)

\###Installation

```
{
    "require": {
        "hnd/sf-form": "dev-master"
    }
}
```

Run `composer update`

Publish configuration with `php artisan vendor:publish --tag="config"`

Then add Service provider to `config/app.php`

```
    'providers' => [
        // ...
        HND\SymfonyForm\ServiceProvider::class
    ]
```

And Facade (also in `config/app.php`)

```
    'aliases' => [
        // ...
        'FormFactory'   => \HND\SymfonyForm\Facades\FormFactory::class,
    ]
```

### Quick start

[](#quick-start)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~0 days

Total

4

Last Release

3261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c873bae48ea5025acd2db7ed48b08552f2d4fb0d64b1c49bad9b71715045e15?d=identicon)[hoangnd](/maintainers/hoangnd)

---

Top Contributors

[![hoang-appscore](https://avatars.githubusercontent.com/u/16911620?v=4)](https://github.com/hoang-appscore "hoang-appscore (14 commits)")[![hoangnd25](https://avatars.githubusercontent.com/u/773456?v=4)](https://github.com/hoangnd25 "hoangnd25 (10 commits)")

### Embed Badge

![Health badge](/badges/hnd-sf-form/health.svg)

```
[![Health](https://phpackages.com/badges/hnd-sf-form/health.svg)](https://phpackages.com/packages/hnd-sf-form)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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