PHPackages                             gnugat/redaktilo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. gnugat/redaktilo

ActiveLibrary[File &amp; Storage](/categories/file-storage)

gnugat/redaktilo
================

Find, insert, replace and remove lines with an Editor-like object

2.0.1(1y ago)79225.7k↓33.3%11[3 issues](https://github.com/gnugat/redaktilo/issues)[2 PRs](https://github.com/gnugat/redaktilo/pulls)6MITPHPPHP ^7.2 || ^8.0

Since Apr 28Pushed 1y ago6 watchersCompare

[ Source](https://github.com/gnugat/redaktilo)[ Packagist](https://packagist.org/packages/gnugat/redaktilo)[ RSS](/packages/gnugat-redaktilo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (50)Used By (6)

Redaktilo
=========

[](#redaktilo)

Redaktilo allows you to find, insert, replace and remove lines using an editor-like object.

*Because your code too needs an editor to manipulate files*.

Getting started
---------------

[](#getting-started)

Use [Composer](http://getcomposer.org/) to install Redaktilo in your projects:

```
$ composer require "gnugat/redaktilo:^2.0"
```

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

```
