mkdf / mkdf-stream
MKDF Stream Datasets
Installs: 72
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/mkdf/mkdf-stream
Requires
- mkdf/mkdf-core: master
- mkdf/mkdf-datasets: master
- mkdf/mkdf-keys: master
- zendframework/zend-cache: ^2.7.1
- zendframework/zend-db: ^2.8.1
- zendframework/zend-mvc: ^3.0.1
- zendframework/zend-mvc-form: ^1.0
README
v0.10.0 changes
Added functionality for registering multiple keys against a single dataset and being able to remove access of your own keys from a dataset. Requires mkdf-keys v0.9.6
Note that the following should be added to the parent application's config/autoload/local.php config file, in order to cover MongoDB access credentials and base URLs for making use of the Stream API:
'mkdf-stream' => [ 'user' => 'username', 'pass' => 'password', 'server-url' => 'http://server-url', 'public-url' => 'http://public-url', ],