Skip to content

IsaMic/EMSFormBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMSFormBundle

Generate forms based on ElasticMS content configuration

Coding standards

PHP Code Sniffer is available via composer, the standard used is defined in phpcs.xml.diff:

composer phpcs

If your code is not compliant, you could try fixing it automatically:

composer phpcbf

PHPStan is run at level 7, you can check for errors locally using:

composer phpstan

PHP Mess Detector can generate a report in ./phpmd.html, rule violations are ignored by Travis for now.

composer phpmd
composer phpmd-win

Use phpmd-win when working on Windows!

Build frontend resources

npm install
npm run build

In development stage

npm run start

Documentation

About

Generate forms from elasticms content configurations

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 75.6%
  • JavaScript 19.9%
  • HTML 4.5%