2017 © Pedro Peláez
 

library forms

PHP dynamic forms library

image

ritey/forms

PHP dynamic forms library

  • Friday, April 15, 2016
  • by ritey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Forms

Forms is a PHP library class to make dynamic form building easy, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Composer

To install Forms as a Composer package, simply add this to your composer.json:, (*3)

"ritey/forms": "dev-master"

..and run composer update. Once it's installed, if you're using Laravel 5, you can register the service provider in app/config/app.php in the providers array add :, (*4)

Ritey\Forms\FormsServiceProvider::class

You can also benefit from using a Forms Facade in Laravel 5 by adding to the alias array also in app.php below the providers array, (*5)

'Forms'    => Ritey\Forms\Facades\FormsFacade,

Documentation

If you're using Laravel, publish the config file by running, (*6)

php artisan vendor:publish

If you aren't using Laravel then you can create a Forms object by:, (*7)

use Forms\Forms;

$forms = new Forms();

For more information about how to use the Forms class, read the Wiki, (*8)

Forms has been written by David Wright and is released under the MIT License., (*9)

The Versions

15/04 2016

dev-master

9999999-dev http://github.com/ritey/forms

PHP dynamic forms library

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

schema html forms