dipcode/php-form

Full featured form engine library.

Maintainers

Package info

github.com/dipcode-software/php-form

Documentation

pkg:composer/dipcode/php-form

Statistics

Installs: 10 445

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 3

v3.0.3 2024-10-14 09:16 UTC

README

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