jitb / pomm-module
Zend Framework 2 Module that provides Pomm basic functionality
Installs: 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 0
pkg:composer/jitb/pomm-module
Requires
- php: >=5
- pomm/pomm: >=1.2
- zendframework/zend-console: 2.3.1
Requires (Dev)
This package is not auto-updated.
Last update: 2022-02-01 12:36:40 UTC
README
Pomm module for zf2
Installation
This package can be installed via composer
https://packagist.org/packages/jitb/pomm-module
see others at : https://packagist.org/users/Jack%20in%20the%20Box/
Configuration
Just add it to your application configuration file
return array( 'pomm' => array( 'databases' => array( 'con1' => array ( 'dsn' => 'pgsql://postgres:postgres@127.0.0.1/myschema', 'name' => 'con1', ), ), ), );
TODO
Add configuration for auth adapter Add paginator