<?php /** * Plugin Name: WordPress ORM * Description: Light weight ORM for WordPress * Version: 1.0 * Author: Brandon Wamboldt * Author URI: http://brandonwamboldt.ca/ * License: MIT * License URI: http://opensource.org/licenses/MIT */ require 'vendor/autoload.php';