dipcode-software / php-form

Full featured form engine library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Form

Build Status Coverage Status Latest Stable Version Documentation License

Full featured form engine library inspired in Django Framework.

Instalation

Library can be installed using Composer like so:

$ composer require dipcode/php-form

Starting development

Start by cloning the repo:

$ git clone git@github.com:dipcode-software/php-form.git
$ cd php-form

Install the composer dependencies:

$ composer install

Running the tests

To run tests, unit and style tests, just run:

$ composer test

Coding Style

Largely PSR-2 compliant:

https://raw.githubusercontent.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md

About

Full featured form engine library.

License:MIT License


Languages

Language:PHP 98.0%Language:HTML 1.7%Language:Shell 0.3%