My Personal website

This website includes documentations for my projects.

Because your code too needs an editor to manipulate files.

SensioLabsInsight Travis CI

Getting started

Use Composer to install Redaktilo in your projects:

composer require "gnugat/redaktilo:^1.0"

Redaktilo provides an Editor class which can be instanciated using EditorFactory:

<?php
require_once __DIR__.'/vendor/autoload.php';

use Gnugat\Redaktilo\EditorFactory;

$editor = EditorFactory::createEditor();

Further documentation

You can see the current and past versions using one of the following:

Next readings: