2017 © Pedro Peláez
 

library gdpro-tool

A set of tool and helper.

image

gdpro/gdpro-tool

A set of tool and helper.

  • Thursday, March 3, 2016
  • by garygitton
  • Repository
  • 1 Watchers
  • 1 Stars
  • 186 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

Gdpro Tool

Introduction

Gdpro Tool module is a collection of tool and helper., (*1)

Changelog

doc/CHANGELOG.md, (*2)

Requirements

Please see the composer.json file., (*3)

Installation

Run the following composer command:, (*4)

$ composer require "gdpro/gdpro-tool:~1.0"

Alternately, manually add the following to your composer.json, in the require section:, (*5)

"require": {
    "gdpro/gdpro-tool": "~1.0"
}

And then run composer update to ensure the module is installed., (*6)

Finally, add the module name to your project's config/application.config.php under the modules key:, (*7)

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'GdproTool',
    ),
    /* ... */
);

The Versions

02/03 2016

1.0.3

1.0.3.0

A set of tool and helper.

  Sources   Download

The Requires

 

02/03 2016

1.0.2

1.0.2.0

A set of tool and helper.

  Sources   Download

The Requires

 

07/08 2015

1.0.1

1.0.1.0

A set of tool and helper.

  Sources   Download

The Requires

 

03/12 2014

1.0.0

1.0.0.0

A set of tool and helper.

  Sources   Download

The Requires

 

The Development Requires