gdpro / gdpro-list
This package is abandoned and no longer maintained.
No replacement package was suggested.
Gdpro List of object
1.0.9
2015-10-29 21:18 UTC
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', ), /* ... */ );