An open API service indexing awesome lists of open source software.

https://github.com/rancoud/form

Form Package
https://github.com/rancoud/form

form php

Last synced: 11 months ago
JSON representation

Form Package

Awesome Lists containing this project

README

          

# Form Package

[![Build Status](https://travis-ci.org/rancoud/Form.svg?branch=master)](https://travis-ci.org/rancoud/Form) [![Coverage Status](https://coveralls.io/repos/github/rancoud/Form/badge.svg?branch=master)](https://coveralls.io/github/rancoud/Form?branch=master)

Form.

## Installation
```php
composer require rancoud/form
```

## How to use it?
```php

```

## Form Constructor
### Settings
#### Mandatory
| Parameter | Type | Description |
| --- | --- | --- |
| | | |

#### Optionnals
| Parameter | Type | Default value | Description |
| --- | --- | --- | --- |
| | | | |

## Form Methods
### General Commands
* method(name: type, [optionnal: type = default]):outputType

## How to Dev
`./run_all_commands.sh` for php-cs-fixer and phpunit and coverage
`./run_php_unit_coverage.sh` for phpunit and coverage