Download the PHP package exsyst/io without Composer

On this page you can find all versions of the php package exsyst/io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package io

Build Status Scrutinizer Code Quality

EXSyst I/O Component

Object-oriented I/O facility

s

The objects (objects implementing ) can be used to read raw chunks of data from several sources :

You may create s directly from the classes' constructors, or using static methods from the class, which may provide additional services (for example, and automatically wrap the s in s by default).

The class also provides static utility methods.

s

The objects (objects implementing ) can be used to write raw chunks of data to several sinks :

Like the class, the class provides static methods which can be used to easily create s, and static utility methods.

s

The objects (objects implementing ) can be obtained by calling on a which supports it. They can be used to rewind the to a previous position using the method.

You can wrap your in a if you need to rewind it and if it doesn't support it.

s

The objects (which do not implement any specific interface, as they provide much different services) can be used to read structured data from s :

It is recommended to create s using the static method : it will automatically prefer an optimized implementation (such as ) when applicable.

s

The objects (objects implementing ) can be used to communicate with remote tasks using messages, which will be serialized if necessary :

The objects (objects implementing ) can be used by an application or a library to specify an encoder/decoder couple, along with their parameters, to another library.

s

The objects (objects implementing ) are objects which wrap PHP streams. They can be passed to the static methods of the class, which are object-oriented wrappers to . These methods can look for s wrapped in arbitrarily many s, and will let the originally passed objects (not the inner s) in the sets on return.

Many objects are : s, all s, and objects of the class itself : in addition to its static utility methods, it provides a bare-bones implementation of the interface (which you can use to, for example, add a server socket to your set).


All versions of io with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package exsyst/io contains the following files

Loading the files please wait ....