plugin / openwoo
OpenWOO plugin
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 5
Open Issues: 3
Type:wordpress-plugin
pkg:composer/plugin/openwoo
Requires
- php: ^7.4|^8.0
- wpackagist-plugin/cmb2: 2.11.*
Requires (Dev)
- 10up/wp_mock: ~0.5
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.0
- phpunit/phpunit: ~8.0 | ~9.0
- symfony/var-dumper: ^5.0
- szepeviktor/phpstan-wordpress: 0.7.*
- wpackagist-plugin/elasticpress: ^3.0
- zircote/swagger-php: ^3.0
- dev-master
- v4.2.14
- v4.2.13
- v4.2.12
- v4.2.11
- v4.2.10
- v4.2.9
- v4.2.8
- v4.2.7
- v4.2.6
- v4.2.5
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.2
- v4.0.1
- v4.0.0
- v3.0.1
- v3.0.0
- v2.0.0
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-fix/wrong-typecheck
- dev-fix/load_plugin_textdomain
- dev-fix/typo-metabox-field-lattitude
This package is auto-updated.
Last update: 2025-10-08 07:35:09 UTC
README
Description
Through this plugin, OpenWOO requests can be managed
OpenWOO items are public documents which are provided by the (local)government.
OpenWOO is an interface to the REST API for querying WOO items.
Dependencies
In order to use this plug-in there are two required plug-ins or packages:
- CMB2
- ExtendedCPTs
Installation
Manual installation
- Upload the 'openwoo' folder in to the
/wp-content/plugins/directory. cd /wp-content/plugins/openwoo- Run `composer install, NPM asset build is in version control already.
- Activate the plugin in via the WordPress admin.
Composer installation
composer source git@github.com:OpenWebconcept/plugin-openwoo.gitcomposer require plugin/openwoocd /wp-content/plugins/openwoo- Run
composer install
License
The source code is made available under the EUPL 1.2 license. Some of the dependencies are licensed differently, with the BSD or MIT license, for example.