Download the PHP package findologic/libflexport without Composer

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

FINDOLOGIC export toolkit

Github Actions Latest Stable Version Code Climate Codecov

Table of Contents

  1. Synopsis
  2. Export recommendation
  3. Limitations
  4. Basic usage
    1. Setup
    2. XML Export
    3. CSV Export
  5. Examples
  6. Compatibility
  7. Contributors

Synopsis

This project provides an export library for XML and CSV generation according to the FINDOLOGIC export patterns.

Export recommendation

Using the XML export is recommended by FINDOLOGIC. The XML is easier to read and has some advantages over the CSV export like:

The key advantage for CSV is that it is possible to use way more groups than for XML. On the other hand:

Limitations

Currently, only input text encoded in UTF-8 is supported. To use this library with other types of encoding, one of the following is necessary:

Basic usage

Setup

  1. Include as composer dependency using composer require findologic/libflexport
  2. Load ./vendor/autoload.php into the project

XML export

CSV export

Examples

For more specific examples, please have a look at the examples directory.

Compatibility

The status of the major versions of libflexport is outlined below. Version numbers generally follow semantic versioning principles.

Version Branch PHP support Receives bug fixes Receives enhancements End of life
3.X develop >=8.1 :heavy_check_mark: :heavy_check_mark: Not in the foreseeable future
2.X 2.x >=7.1 :heavy_check_mark: :x: Not in the foreseeable future
1.X 1.x 5.6 - 7.3 :heavy_check_mark: :x: TBD
0.X :x: 5.6 - 7.0 :x: :x: 2017-11-24

All versions will most likely remain available for as long as the infrastructure to do so exists.

Contributors

See contribution guide.


All versions of libflexport with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-dom Version *
ext-mbstring Version *
findologic/xml-export-schema Version ^v2.2.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 findologic/libflexport contains the following files

Loading the files please wait ....