├── INSTALLATION.md ├── LICENCE ├── README.md ├── composer.json ├── composer.lock ├── configs.php ├── helpers.php └── nanopub.php /INSTALLATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/INSTALLATION.md -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/composer.lock -------------------------------------------------------------------------------- /configs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/configs.php -------------------------------------------------------------------------------- /helpers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/helpers.php -------------------------------------------------------------------------------- /nanopub.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dg01d/nanopub/HEAD/nanopub.php --------------------------------------------------------------------------------