Skip to content
/ wodk Public

The Wodk utility library to be used with Wodk Web App

Notifications You must be signed in to change notification settings

wilsonodk/wodk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wodk Library

A utility library intended to be used with the Wodk Web App scaffolding.

A MySQLi wrapper class with query formatting, table prefixing and "prepared" queries.

A very simple logger that writes to disk.

A few Twig filters that help with the Wodk Web App.

Checkout the wiki for the latest information and documentation.

Getting Started

In your composer.json:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/wilsonodk/wodk"
        }
    ],
    "require": {
        "wodk/wodk": "vX.Y.Z"
    }
}

In your application:

// After installing with Composer, autoload the Wodk classes.
require_once 'vendor/autoload.php';

Author

Wilson Wise

(c) 2012 Wilson Wise. All rights reserved.