2017 © Pedro Peláez
 

library io-component

PHP IO Component

image

chigix/io-component

PHP IO Component

  • Tuesday, March 17, 2015
  • by chigix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

IO Component

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

IO Component greatly provide some base classes as streams, serialization and the file system for System Input and output., (*2)

If you are familiar with java.io in JDK, you might get started to use this component quickly., (*3)

In addition this component provides common filesystem features needed to any useage case in stream programming style:, (*4)

$input = Chigi\Component\IO\StdInputStream::getInstance();
echo $input->readLine();

Besides, you could create your io utils with stream operation supports by extends the Base Stream Classes easily:, (*5)

class RoboOutputStream extends \Chigi\Component\IO\OutputStream {

    protected function writeString($string) {
        \Robo\Runner::getPrinter()->write($string);
    }

    public function close() {

    }

    public function flush() {

    }

}

Then the new stream from your self could be used at any FileSystem IO, Network Socket IO script logic directly. Seems exciting right?, (*6)

This component provides a log of abstract base classes and interfaces like InputStream, OutputStream, EOFException, ..., (*7)

Resources

The Versions

17/03 2015

dev-master

9999999-dev http://chigix.com

PHP IO Component

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ~1

by Richard Lea

component io development kit

17/03 2015

0.1.2

0.1.2.0 http://chigix.com

PHP IO Component

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ~1

by Richard Lea

component io development kit

15/03 2015

0.1.1

0.1.1.0 http://chigix.com

PHP IO Component

  Sources   Download

MIT

The Requires

 

by Richard Lea

component io development kit