tjm / wiki
Simple PHP wiki using git for page history
Installs: 80
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/tjm/wiki
Requires
- php: >=5.6
- tjm/shell-runner: @dev
Requires (Dev)
- league/commonmark: ^2
- symfony/yaml: ^5.4
- tjm/dev: *
README
Simple PHP file-system based wiki using git for page history. Provides a TJM\Wiki\Wiki
class with functions for working with a wiki. For managing a wiki as a user, you can use the CLI wiki-console project.
PHP >= 5.6 required for use of array constants.
SPDX-License-Identifier: 0BSD