gdpro / gdpro-list
Gdpro List of object
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gdpro/gdpro-list
Requires
- php: >=5.5.8
- zendframework/zend-cache: ~2.5.0
- zendframework/zend-config: ~2.5.0
- zendframework/zend-eventmanager: ~2.5.0
- zendframework/zend-i18n: ~2.5.0
- zendframework/zend-i18n-resources: ~2.5.0
- zendframework/zend-loader: ~2.5.0
- zendframework/zend-log: ~2.5.0
- zendframework/zend-modulemanager: ~2.5.0
- zendframework/zend-mvc: ~2.5.0
- zendframework/zend-paginator: ~2.5.0
- zendframework/zend-serializer: ~2.5.0
- zendframework/zend-servicemanager: ~2.5.0
- zendframework/zend-stdlib: ~2.5.0
Requires (Dev)
- phpunit/phpunit: ~4.3
This package is not auto-updated.
Last update: 2020-01-18 09:40:43 UTC
README
Library which provide a simple ACL system via the configuration file.
Installation
=======
Gdpro List
Introduction
Gdpro List is a collection of list of different kind of object.
Changelog
Requirements
Please see the composer.json file.
Installation
Run the following composer
command:
$ composer require "gdpro/gdpro-list:~1.0"
Alternately, manually add the following to your composer.json
, in
the require
section:
"require": { "gdpro/gdpro-list": "~1.0" }
And then run composer update
to ensure the module is installed.
Finally, add the module name to your project's config/application.config.php
under the modules
key:
return array( /* ... */ 'modules' => array( /* ... */ 'GdproList', ), /* ... */ );