nexendrie / book-component
Simple book component with list of chapters/pages and links to previous and next chapter/page
2.5.0
2026-04-05 14:14 UTC
Requires
- php: >=8.3.0
- latte/latte: ^2.5 || ^3.0
- nette/application: ^3.1.2
- nette/utils: ^3.2.2 || ^4.0
- nexendrie/utils: ^1.11
- psr/event-dispatcher: ^1.0
Requires (Dev)
- konecnyjakub/event-dispatcher: ^2.2
- nexendrie/code-quality: dev-master
- nexendrie/translation: ^2.7
- phpstan/phpstan-nette: ^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.