An open API service indexing awesome lists of open source software.

https://github.com/forkcms/theme-validator

Validates themes to ensure proper installation
https://github.com/forkcms/theme-validator

Last synced: 11 months ago
JSON representation

Validates themes to ensure proper installation

Awesome Lists containing this project

README

          

# theme-validator
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.