https://github.com/petervanderdoes/avh-framework
A framework to be used for WordPress plugins or WordPress themes.
https://github.com/petervanderdoes/avh-framework
Last synced: about 1 month ago
JSON representation
A framework to be used for WordPress plugins or WordPress themes.
- Host: GitHub
- URL: https://github.com/petervanderdoes/avh-framework
- Owner: petervanderdoes
- License: mit
- Created: 2011-12-19T03:33:44.000Z (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2016-07-13T18:29:11.000Z (almost 10 years ago)
- Last Synced: 2026-05-01T23:41:46.830Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 6.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# AVH Framework
## Description
This is a framework to be used for WordPress plugins or WordPress themes.
It's not intended to be used by itself and it probably will not be made available through wordpress.org.
## Prerequisites
* PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs).
* WordPress 3.6 or higher
## Installation
* Download the [zip file](https://github.com/petervanderdoes/AVH-Framework/archive/master.zip).
* Extract the zip file in the `mu-plugins` directory.
* Copy the file `avh-framework.php` to the directory `mu-plugins`
## License
AVH Framework is released under the [MIT License](http://www.opensource.org/licenses/MIT).
Composer is licensed under the [MIT License](http://www.opensource.org/licenses/MIT).
Patchwork\Utf8 is licensed under [Apache License v2.0](http://apache.org/licenses/LICENSE-2.0.txt)