Skip to content

An experimental utility library for BerlinDB and WordPress.

License

Notifications You must be signed in to change notification settings

bosconian-dynamics/berlindb-zlb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

berlindb-zlb

An experimental utility library for BerlinDB and WordPress.

Installation

Install via Composer.

Since Zlb is not currently hosted on a Composer package repository, the GitHub repository should be manually added to your project's package.json as such:

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/bosconian-dynamics/berlindb-zlb"
  }
]

After the GitHub repository has been added, Zlb can be required as a dependency, following the conventions described in the Composer documentation for Loading a package from a VCS repository.

For example, to require HEAD from the command line:

composer require bosconian-dynamics/berlindb-zlb@dev-main

or manually in package.json:

"require": {
  "bosconian-dynamics/berlindb-zlb": "dev-main"
}

About

An experimental utility library for BerlinDB and WordPress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages