2017 © Pedro Peláez
 

library webforms

Dynamic Forms Using MySQL JSON and PHP

image

alnutile/webforms

Dynamic Forms Using MySQL JSON and PHP

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Webforms

** Required MySQL 5.7 or PostgreSQL to handle the JSON field **, (*1)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*2)

Configuration and Installation

Publish Config, (*3)

You can see your default settings in config/webforms.php, (*4)

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*5)

bin/
config/
src/
tests/
vendor/

Install

Via Composer, (*6)

``` bash $ composer require alnutile/webforms, (*7)


## Usage **< BETA do not use** ``` php $skeleton = new Alnutile\Webforms(); echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Testing

Make sure to setup Dusk properly see Docs and this post https://alfrednutile.info/posts/209, (*9)

Adding now files? Run composer dump, (*10)

bash $ composer test, (*11)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*12)

Security

If you discover any security related issues, please email alfrednutile@gmail.com instead of using the issue tracker., (*13)

Credits

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions

29/04 2017

dev-master

9999999-dev https://github.com/alnutile/webforms

Dynamic Forms Using MySQL JSON and PHP

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

webforms alnutile