Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Basic example

DSanchez edited this page Mar 7, 2017 · 1 revision
<?php
require 'vendor/autoload.php';


$dwoo = new Dwoo\Core();
new \Dwoo\CommunityPlugins\Functions\PluginGravatar($dwoo);
$dwoo->addPlugin('gravatar', 'PluginGravatar', true);
echo $dwoo->get('./gravatar.html');
Clone this wiki locally