Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/nexendrie/book-component
Simple book component with list of chapters/pages and links to previous and next chapter/page
https://gitlab.com/nexendrie/book-component
book component nette php simple
Last synced: 3 months ago
JSON representation
Simple book component with list of chapters/pages and links to previous and next chapter/page
- Host: gitlab.com
- URL: https://gitlab.com/nexendrie/book-component
- Owner: nexendrie
- License: bsd-3-clause
- Created: 2016-10-15T12:59:32.483Z (about 8 years ago)
- Default Branch: master
- Last Synced: 2024-10-15T13:22:07.620Z (3 months ago)
- Topics: book, component, nette, php, simple
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Book Component
==============[![Total Downloads](https://poser.pugx.org/nexendrie/book-component/downloads)](https://packagist.org/packages/nexendrie/book-component) [![Latest Stable Version](https://poser.pugx.org/nexendrie/book-component/v/stable)](https://gitlab.com/nexendrie/book-component/-/releases) [![Build Status](https://gitlab.com/nexendrie/book-component/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.com/nexendrie/book-component/-/commits/master) [![Code Coverage](https://gitlab.com/nexendrie/book-component/badges/master/coverage.svg)](https://gitlab.com/nexendrie/book-component/-/commits/master) [![License](https://poser.pugx.org/nexendrie/book-component/license)](https://gitlab.com/nexendrie/book-component/blob/master/LICENSE.md)
This package will help you create a book in Nette Framework. It has a list of chapters/pages with links to the chapters/pages, from each chapter/page you can also jump to previous and next one.
Installation
------------
The best way to install it is via Composer. Just add **nexendrie/book-component** to your dependencies.Documentation
-------------
See: https://nexendrie.gitlab.io/book-component .