silverstripe / ckan-registry
SilverStripe CKAN registry integration
Installs: 57 471
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 10
Forks: 3
Open Issues: 35
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.5
- silverstripe/admin: ^2
- silverstripe/cms: ^5
- silverstripe/vendor-plugin: ^2
- symbiote/silverstripe-gridfieldextensions: ^4
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
- 2.x-dev
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta1
- 1.x-dev
- 1.7.x-dev
- 1.7.2
- 1.7.1
- 1.7.0
- 1.7.0-rc1
- 1.7.0-beta1
- 1.6.x-dev
- 1.6.0
- 1.6.0-rc1
- 1.6.0-beta1
- 1.5.x-dev
- 1.5.0
- 1.5.0-rc1
- 1.5.0-beta1
- 1.4.x-dev
- 1.4.0
- 1.4.0-rc1
- 1.4.0-beta1
- 1.3.x-dev
- 1.3.0
- 1.3.0-rc1
- 1.3.0-beta1
- 1.3.0-alpha1
- 1.2.x-dev
- 1.2.0
- 1.2.0-rc1
- 1.2.0-beta1
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- 1.0.0-beta1
- dev-dependabot/npm_and_yarn/webpack-5.94.0
- dev-pulls/2/update-js-1696119750
- dev-1.6-release
- dev-master
This package is auto-updated.
Last update: 2024-11-02 01:54:08 UTC
README
Overview
The Silverstripe CKAN Registry module lets CMS authors easily create pages in their Silverstripe websites which can pull in and display dynamic data from CKAN data sets.
Installation
composer require silverstripe/ckan-registry
Documentation
Developer and user guide documentation is available in the "docs" directory.
Versioning
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All
other methods are not part of the public API. Where possible, we'll try
to keep protected
methods backwards-compatible in minor/patch versions,
but if you're overriding methods then please test your work before upgrading.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.
License
This module is released under the BSD 3-Clause License.