gdpro / gdpro-tool
A set of tool and helper.
1.0.5
2016-03-03 17:29 UTC
Requires
- php: >=5.5.8
- ramsey/uuid: ~2.8
- zendframework/zend-config: >=2.5
- zendframework/zend-crypt: >=2.5
- zendframework/zend-eventmanager: >=2.5
- zendframework/zend-json: >=2.5
- zendframework/zend-modulemanager: >=2.5
- zendframework/zend-mvc: >=2.5
- zendframework/zend-servicemanager: >=2.5
- zendframework/zend-stdlib: >=2.5
Requires (Dev)
- phpunit/phpunit: ~4.3
This package is auto-updated.
Last update: 2024-10-23 07:04:30 UTC
README
Introduction
Gdpro Tool module is a collection of tool and helper.
Changelog
Requirements
Please see the composer.json file.
Installation
Run the following composer
command:
$ composer require "gdpro/gdpro-tool:~1.0"
Alternately, manually add the following to your composer.json
, in
the require
section:
"require": { "gdpro/gdpro-tool": "~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( /* ... */ 'GdproTool', ), /* ... */ );