forkcms / theme-validator
A validator for Fork CMS themes
0.1
2016-08-11 09:31 UTC
Requires
- php: ^5.5 || ^7.0
This package is auto-updated.
Last update: 2024-11-06 19:03:51 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.