Download the PHP package prooph/processing without Composer

On this page you can find all versions of the php package prooph/processing. 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 processing

PROOPH PROCESSING

Deprecated Package. Will be reomved in 03/2016!

Use https://github.com/proophsoftware/processing instead.

Build Status

tl;dr

Prooph processing offers various components to set up and maintain automated data processing. It is a glue component sitting between applications to control the exchange of data (including import/export).

The Idea

Shifting data between applications belongs to our daily developer business. We write job scripts, build APIs, consume APIs, import files by hand, and many more. Sometimes a few lines of code are enough to get the job done but a data workflow can become quite complex and require lots of development time. Prooph processing wants to simplify the process by offering a ready to use communication, translation, processing and logging layer based on PHP and a carefully selected list of open source libraries.

A Framework?

Right! The core of the processing ecosystem is designed as a framework. This allows to pick the components you really need to achieve your goals and keeps the system flexible. You will find more packages on our organisation github page prooph. We offer an easy to use UI to configure, manage and monitor your data workflow and we will also offer plugins and connectors for various open source systems. So stay tuned!

Can we use it in production?

Yes and no. The software is in an early state. That doesn't mean it's not working but most of the documentation is missing. However, if you like what you've read and you want to be an early adopter don't hesitate to contact us at contact[at]prooph.de. We offer consulting and support for the system.

Examples

Please see examples doc to get started with prooph processing.

Components

Support


All versions of processing with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
prooph/service-bus Version ~3.1
prooph/event-store Version ~4.0
prooph/event-sourcing Version ~2.1
prooph/common Version ~2.0
beberlei/assert Version ~2.0
codeliner/php-equalsbuilder Version ~1.1
codeliner/array-reader Version ~1.1
zendframework/zend-stdlib Version ~2.3
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-eventmanager Version ~2.3
zfcampus/zf-console Version ~1.0
rhumsaa/uuid Version ~2.7
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 prooph/processing contains the following files

Loading the files please wait ....