Skip to content

dipcode-software/php-form

Folders and files

NameName
Last commit message
Last commit date
Dec 15, 2017
Dec 15, 2017
Jun 17, 2024
Jun 17, 2024
Dec 10, 2017
Dec 11, 2017
Dec 10, 2017
Oct 14, 2024
Dec 9, 2017
Nov 23, 2017
Dec 11, 2017
Oct 14, 2024
Dec 15, 2017
Dec 9, 2017
Dec 9, 2017

Repository files navigation

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 [email protected]: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