costsrl/cost-base

Basic class /service based on Laminas

Maintainers

Package info

github.com/costsrl/cost-base

Homepage

pkg:composer/costsrl/cost-base

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2023-03-24 14:06 UTC

This package is auto-updated.

Last update: 2026-02-24 20:31:14 UTC


README

What is CostBase?

CostBase is a Module for Navigation based on Laminas Framework 2.4.x

What exactly does CostBase?

CostBase offes some common functionality

Installation

Create novigo folder under vendor directory Copy or Clone Module under novigo directory Go to your application configuration in ./config/application.config.phpand add 'CostBase'. An example application configuration could look like the following:

'modules' => array( 'Application', 'CostBase' )


open composer.json and add under auotload key

"autoload" : {
    "psr-0" : {
      "CostBase" : "vendor/cost/cost-base/src",
    }

add to main composer

"repositories": [ { "type": "vcs", "url": "http://git.cost.it/cost/cost-base.git" } ]