2017 © Pedro Peláez
 

library php-vim

Console helper for php to open vim in script, gives it control and returns control to script after close vim

image

ltd-beget/php-vim

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  • Monday, July 4, 2016
  • by Voksiv
  • Repository
  • 5 Watchers
  • 0 Stars
  • 3,103 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Php vim helper

Latest Stable Version Total Downloads Scrutinizer Code Quality Code Coverage Build Status Documentation Documentation License MIT, (*1)

Console helper for php to open vim in script, gives it control and returns control to script after close vim, (*2)

Installation

composer require ltd-beget/php-vim

Usage

<?php
    use LTDBeget\vim\Options;
        use LTDBeget\vim\Vim;

        require(__DIR__ . '/vendor/autoload.php');

        $vim = new Vim(
            (new Options())->setDiffMode(true)->setReadonlyMode(true)
        );
        $vim->addFileContent('a.txt', 'some text')->addFileContent('b.txt', 'some text2')->execute();


        $vim = new Vim;
        $vim->addFileContent('a.txt', 'some text')->execute();
        $vim->getContent('a.txt');

Developers

Regenerate documentation

$ ./vendor/bin/phpdox

Run tests

$ wget https://phar.phpunit.de/phpunit.phar
$ php phpunit.phar --coverage-html coverage
$ php phpunit.phar --coverage-clover coverage.xml

License

released under the MIT License. See the bundled LICENSE file for details., (*3)

The Versions

04/07 2016

dev-master

9999999-dev

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

vim

04/07 2016

0.0.4

0.0.4.0

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

vim

04/07 2016

dev-more-options

dev-more-options

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

vim

29/04 2016

0.0.3

0.0.3.0

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

vim

28/04 2016

0.0.2

0.0.2.0

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

vim

28/04 2016

0.0.1

0.0.1.0

Console helper for php to open vim in script, gives it control and returns control to script after close vim

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

vim