https://github.com/dipcode-software/php-form
Full featured form engine library.
https://github.com/dipcode-software/php-form
composer forms php php-form php-form-builder php-library php7
Last synced: 5 months ago
JSON representation
Full featured form engine library.
- Host: GitHub
- URL: https://github.com/dipcode-software/php-form
- Owner: dipcode-software
- License: mit
- Created: 2017-11-23T15:47:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:57:37.000Z (8 months ago)
- Last Synced: 2025-01-31T10:25:42.293Z (5 months ago)
- Topics: composer, forms, php, php-form, php-form-builder, php-library, php7
- Language: PHP
- Homepage:
- Size: 277 KB
- Stars: 11
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PHP Form
[](https://travis-ci.org/dipcode-software/php-form)
[](https://coveralls.io/github/dipcode-software/php-form?branch=master)
[](https://packagist.org/packages/dipcode/php-form)
[](https://alexandriadocs.io/docs/php-form/index.html)
[](http://www.opensource.org/licenses/MIT)Full featured form engine library inspired in Django Framework.
## Instalation
Library can be installed using Composer like so:```shell
$ composer require dipcode/php-form
```## Starting development
Start by cloning the repo:```shell
$ git clone [email protected]:dipcode-software/php-form.git
$ cd php-form
```Install the composer dependencies:
```shell
$ composer install
```### Running the tests
To run tests, unit and style tests, just run:```shell
$ composer test
```### Coding Style
Largely PSR-2 compliant:
https://raw.githubusercontent.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md