Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukashron/form-filler

Automatic form filler for easy testing.
https://github.com/lukashron/form-filler

form forms php php-library testing testing-tools

Last synced: 21 days ago
JSON representation

Automatic form filler for easy testing.

Awesome Lists containing this project

README

        

# Form Filler

![Screenshot](https://www.lukashron.cz/media/files/form-filler.png)

## Install
```
composer require lukashron/form-filler
```

## Use

```php
$mode = \LukasHron\FormFiller\Filler::MODE_DEVELOPMENT;
$mode = \LukasHron\FormFiller\Filler::MODE_PRODUCTION;

\LukasHron\FormFiller\Filler::enabled($mode);
```

www.lukashron.cz