PHPackages                             spotonlive/sl-laravel-zf2-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. spotonlive/sl-laravel-zf2-form

ActiveLibrary

spotonlive/sl-laravel-zf2-form
==============================

ZF2 Forms in Laravel 5.1

0.0.1-beta(10y ago)11.7kMITPHPPHP &gt;=5.4.0

Since Jan 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/spotonlive/sl-laravel-zf2-form)[ Packagist](https://packagist.org/packages/spotonlive/sl-laravel-zf2-form)[ Docs](https://github.com/spotonlive/sl-laravel-zf2-form)[ RSS](/packages/spotonlive-sl-laravel-zf2-form/feed)WikiDiscussions master Synced 1mo ago

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

Zend Framework 2 forms for Laravel 5.1
--------------------------------------

[](#zend-framework-2-forms-for-laravel-51)

ZF2 form integration for Laravel 5.1

[![Latest Stable Version](https://camo.githubusercontent.com/f8190319d112cfce0aff8d72ba4c562be54a8fc25437f5ebde216018e6ef756e/68747470733a2f2f706f7365722e707567782e6f72672f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2f762f737461626c65)](https://packagist.org/packages/spotonlive/sl-laravel-zf2-form) [![Total Downloads](https://camo.githubusercontent.com/3ccce3f06b011f16a037d2558119e5ed902d429bd33e294fd8e8dff3cccec8a4/68747470733a2f2f706f7365722e707567782e6f72672f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2f646f776e6c6f616473)](https://packagist.org/packages/spotonlive/sl-laravel-zf2-form) [![Latest Unstable Version](https://camo.githubusercontent.com/5b46d50b5a1cfc8a4d6a46d04f91d261335f8295ecbe242ad6f09ef147a69be0/68747470733a2f2f706f7365722e707567782e6f72672f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2f762f756e737461626c65)](https://packagist.org/packages/spotonlive/sl-laravel-zf2-form) [![License](https://camo.githubusercontent.com/cb1b5419c0f144be56e4886f459ac5e55419a1c35d15f7f22978b4b83cc56795/68747470733a2f2f706f7365722e707567782e6f72672f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2f6c6963656e7365)](https://packagist.org/packages/spotonlive/sl-laravel-zf2-form) [![Build Status](https://camo.githubusercontent.com/5f0c4d32cef39313d1f0ad340428246c80e8daaa0f23eecee15d07d0af19d8e1/68747470733a2f2f7472617669732d63692e6f72672f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/spotonlive/sl-laravel-zf2-form) [![Code Climate](https://camo.githubusercontent.com/3187b8ce2f7c731107209484ad4fb3965ce5b68bf6de1a9e744214c3b121c721/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2f6261646765732f6770612e737667)](https://codeclimate.com/github/spotonlive/sl-laravel-zf2-form) [![Test Coverage](https://camo.githubusercontent.com/f4311692f73c78098e6715bf68c6027ddf7eb9a3408b05b84c4115738b7cbc82/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f73706f746f6e6c6976652f736c2d6c61726176656c2d7a66322d666f726d2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/spotonlive/sl-laravel-zf2-form/coverage)

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

[](#installation)

### Composer

[](#composer)

Run `$ composer require spotonlive/sl-laravel-zf2-form`

### Helper

[](#helper)

Add the helper/facade to your aliases.

`config/app.php`

```
return [
    'aliases' => [
        'Form' => SpotOnLive\LaravelZf2Form\Facades\Helpers\FormHelperFacade::class,
    ]
];
```

### Example

[](#example)

#### Form

[](#form)

```
