Skip to content

TIBHannover/optimeta-plugin-shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPTIMETA OJS Plugin Shared Library

Shared Library for the OPTIMETA OJS Plugins

This library will be used in the following OPTIMETA OJS Plugins repositories:

https://github.com/TIBHannover/optimetaCitations

https://github.com/TIBHannover/optimetaGeo

Install / update

Add the following to your project composer.json

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/tibhannover/optimeta-plugin-shared.git"
    }
  ],
"require": {
  "tibhannover/optimeta": "dev-main"
}

OR if you want to use a specific version

"require": {
  "tibhannover/optimeta": "^v1.0.0"
}

Execute the following commands

to install

composer install

or to update

composer update

Autoloading is defined in the composer.json of this library. Execute the following to update the composer autoload:

composer dump-autoload

About

OPTIMETA OJS Plugin - Shared Library for Citations and Geo Plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages