thomblin/bookmarks

small link collection

1.1.1 2015-08-14 08:53 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:23:48 UTC


README

SimpleBookmark is a plain interface to manage bookmarks. You can manage links in groups and specify them by adding certain tags. A simple search and suggest form helps you to find a link quickly.

Groups, links and tags can be added easily via the webbrowser. Even though all information is stored in a json file which shall help you to deploy and share them with others.

Example

This project can be used as simple as given in public/index.php. However you need to fetch all sources and install dependencies via composer.

# composer.json

"require": {
    "thomblin/bookmarks": "*"
}

License

MIT License