forkcms / theme-validator
A validator for Fork CMS themes
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/forkcms/theme-validator
Requires
- php: ^5.5 || ^7.0
This package is auto-updated.
Last update: 2025-10-06 21:00:40 UTC
README
Validates Fork CMS themes and holds the theme's information. Ensures proper installation of all Fork CMS files and provides an easy data structure for use in your project.
##usage
$theme = new Theme(new ThemeDirectory($pathToTheme));
Doing this will validate the theme and throw exceptions where necessary.
$theme
now holds all information about the theme.