nexendrie / book-component
Simple book component with list of chapters/pages and links to previous and next chapter/page
2.4.0
2025-07-27 17:27 UTC
Requires
- php: >=8.1.0
- latte/latte: ^2.5
- nette/application: ^3.1.2
- nette/utils: ^3.2.2
- nexendrie/utils: ^1.9
Requires (Dev)
- nette/http: 3.1.2
- nexendrie/code-quality: dev-master
- nexendrie/site-generator: ^0.8
- nexendrie/translation: ^2.3.1
- phpstan/phpstan-deprecation-rules: ^2.0
Suggests
- nette/security: To use book page conditions related to user
- nexendrie/translation: Translator
README
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.