ouun / zammad-wp
Integrates Zammad Helpdesk into WordPress
Installs: 179
Dependents: 0
Suggesters: 0
Security: 0
Stars: 28
Watchers: 3
Forks: 5
Open Issues: 10
Type:wordpress-plugin
Requires
- php: >=7.0 < 9.0
- zammad/zammad-api-client-php: ^2.0
Requires (Dev)
- 10up/phpcs-composer: dev-master
- 10up/wp_mock: dev-trunk
- phpunit/phpunit: ^9.5
- wp-coding-standards/wpcs: *
- dev-master
- v0.9.1
- v0.9.0
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.1.0
- dev-dependabot/npm_and_yarn/minimist-and-minimist-and-mkdirp-and-gonzales-pe-1.2.8
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.33
- dev-dependabot/npm_and_yarn/is-svg-and-postcss-svgo-and-imagemin-svgo-4.3.2
- dev-dependabot/npm_and_yarn/axios-and-localtunnel-0.21.4
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
This package is auto-updated.
Last update: 2024-11-05 14:15:44 UTC
README
This plugin helps you embed Zammad Chats & Forms into your WordPress site and gives you Access to the Zammad API if required. It is based on WordPress best practise, keeping your workplace clean by using functions, hooks and filters instead of cluttered dashboard pages.
Documentation
As the documentation grows, please look at the Zammad WP Wiki.
Compatibility
Currently, Zammad WP is compatible with the following Form plugins to replace the Zammad standard form with custom & complex ones as documented in the Wiki.
Build the package
Webpack config
Webpack config files can be found in config
folder:
webpack.config.dev.js
webpack.config.common.js
webpack.config.prod.js
webpack.settings.js
In most cases webpack.settings.js
is the main file which would change from project to project. For example adding or removing entry points for JS and CSS.
NPM Commands
npm run test
(runs phpunit)npm run start
(install dependencies)npm run watch
(watch)npm run build
(build all files)npm run build-release
(build all files for release)npm run dev
(build all files for development)npm run lint-release
(install dependencies and run linting)npm run lint-css
(lint CSS)npm run lint-js
(lint JS)npm run lint-php
(lint PHP)npm run lint
(run all lints)npm run format-js
(format JS using eslint)npm run format
(alias fornpm run format-js
)npm run test-a11y
(run accessibility tests)
Composer Commands
composer lint
(lint PHP files)
composer lint-fix
(lint PHP files and automatically correct coding standard violations)
Contributing
We welcome pull requests and spirited, but respectful, debates. Please contribute via pull requests on GitHub.
- Fork it!
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Added some great feature!'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request