Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lukashron/form-filler
- Owner: lukashron
- License: mit
- Created: 2021-09-14T22:15:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T08:58:39.000Z (about 3 years ago)
- Last Synced: 2024-12-13T14:23:40.353Z (about 2 months ago)
- Topics: form, forms, php, php-library, testing, testing-tools
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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