dipcode / php-form
Full featured form engine library.
Installs: 9 331
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 7
Forks: 0
Open Issues: 3
Requires
- php: >=7.0.0
- twig/twig: >=1.35
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-29 11:06:35 UTC
README
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