jitb / pomm-module
This package is abandoned and no longer maintained.
The author suggests using the pomm-project/pomm-module package instead.
Zend Framework 2 Module that provides Pomm basic functionality
dev-master
2016-02-09 08:22 UTC
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