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

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

legionofmyown/angsym-forms
==========================

Symfony2 forms presentation and handling with Angular.js

1.0.0(10y ago)016MITPHPPHP &gt;=5.5.0

Since Oct 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/legionofmyown/angsym-forms)[ Packagist](https://packagist.org/packages/legionofmyown/angsym-forms)[ Docs](https://github.com/legionofmyown/angsym-forms)[ RSS](/packages/legionofmyown-angsym-forms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

angsym-forms
============

[](#angsym-forms)

Symfony2 bundle to expose forms for Angular.js interface and process AJAX submits.

Usage
=====

[](#usage)

Controller
----------

[](#controller)

```
/**
 * @Route("/")
 * @Template()
 */
public function indexAction()
{
    return [
        'formName' => Form1::class
    ];
}

/**
 * @Route("/test-form-1", name="test_form1")
 * @Template()
 */
public function testForm1Action(Request $request)
{
    $response = $this->get('angsym.form')->processForm($request, Form1::class, TestEntity::class);

    return $response;
}
```

Twig
----

[](#twig)

```
{{ angsym_form('myAppTest', formName, path("test_form1"), 'POST' ) }}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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

2

Last Release

3869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dc35367b87f8dc7777b7063da61801c547f91342ac99fef935f98ecf0f0aa8b?d=identicon)[legionofmyown](/maintainers/legionofmyown)

---

Top Contributors

[![legionofmyown](https://avatars.githubusercontent.com/u/9975461?v=4)](https://github.com/legionofmyown "legionofmyown (4 commits)")[![p5-akojusko](https://avatars.githubusercontent.com/u/22746088?v=4)](https://github.com/p5-akojusko "p5-akojusko (3 commits)")

---

Tags

symfonyajaxformangular

### Embed Badge

![Health badge](/badges/legionofmyown-angsym-forms/health.svg)

```
[![Health](https://phpackages.com/badges/legionofmyown-angsym-forms/health.svg)](https://phpackages.com/packages/legionofmyown-angsym-forms)
```

###  Alternatives

[craue/formflow-bundle

Multi-step forms for your Symfony project.

7484.0M13](/packages/craue-formflow-bundle)[a2lix/auto-form-bundle

Automate form building

873.8M11](/packages/a2lix-auto-form-bundle)[qossmic/rich-model-forms-bundle

Provides additional data mapper options that ease the use of the Symfony Form component with rich models.

218278.7k](/packages/qossmic-rich-model-forms-bundle)[tales-from-a-dev/flowbite-bundle

A Symfony form theme for Flowbite

86252.8k2](/packages/tales-from-a-dev-flowbite-bundle)[greg0ire/enum

work around the missing enum type in php

45390.5k9](/packages/greg0ire-enum)[nucleos/antispam-bundle

This bundle provides some basic features to reduce spam in symfony forms.

52105.1k](/packages/nucleos-antispam-bundle)

PHPackages © 2026

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