Download the PHP package prooph/link-sql-connector without Composer

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

Prooph\Link\SqlConnector

SQL connector module for prooph LINK

Table Connector

The sql connector module let you read data from a table into a Processing\Type\Type or write data coming from a Processing\Type\Type into a table. Such a preconfigured table connection can be used in a workflow process either as source or target.

TableRow and Collection Types

When connecting a table via the sql connector configurator (accessible from the dashboard) two Processing\Type\Type classes are created automatically. You can find them in the directory <link root>/data/Application/DataType/SqlConnector/<your database>. One class represents a single row of the table. It is named like the table. the other class represents a collection of table rows and is named like the table with the suffix Collection. The table row class contains information about the columns of the table. Columns are mapped to properties with a corresponding Processing\Type\SingleValue type. With the help of these auto generated types prooph/processing can handle data coming from a database table like any other processing data.

Reading Data

to be defined ...

Full Import

to be defined ...

Partial Import

to be defined ...

Insert Or Replace

to be defined ...

Support

Contribution

You wanna help us? Great! We appreciate any help, be it on implementation level, UI improvements, testing, donation or simply trying out the system and give us feedback. Just leave us a note in our google group linked above and we can discuss further steps.

Thanks, your prooph team


All versions of link-sql-connector with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
prooph/link-app-core Version ~0.3
prooph/common Version ~2.0
doctrine/doctrine-orm-module Version ~0.8.0
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/link-sql-connector contains the following files

Loading the files please wait ....