WP Manifestindependent plugin directory
manifest / utilities / basic_barcode

basic_barcode

a WP plugin for easy barcode/QR code generation

by nullstep · github.com/nullstep/basic_barcode · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nullstep/basic_barcode/archive/refs/heads/main.zip

Readme

basic_barcode

a WP plugin for easy barcode/QR code generation

info

API URL: /wp-json/basic_barcode-api/generate

  • key = <your api key>
  • type = <the type of barcode>
  • format = svg or png
  • value = <the value to encode>

// eof

Read the full README on GitHub →