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
- Host: GitHub
- URL: https://github.com/forkcms/theme-validator
- Owner: forkcms
- License: mit
- Created: 2016-08-09T09:30:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T15:33:57.000Z (over 9 years ago)
- Last Synced: 2024-12-09T22:46:02.361Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.