Download the PHP package findologic/findologic-api without Composer

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

FINDOLOGIC-API

Tests codecov Packagist

Synopsis

FINDOLOGIC-API is an object oriented wrapper for the Findologic API, with over 300 automated unit-tests and 100% code coverage.

This library not only helps requesting the Findologic API, but also getting data from the response and mapping them to corresponding objects. You won't have to mess around with sending requests and getting the data from the Findologic's response anymore.

You want to get filters? Just call Response::getMainFilters(). It really is that simple, just try out the Examples.

To have a better understanding about the API, please make sure to read the general Findologic API documentation. We already got you covered with quicklinks to it:

Limitations

Currently, we support the following response formats:

Response Type Format Version Supported End of life
Search/Navigation JSON 1.0 :heavy_check_mark: Not in the foreseeable future
XML 2.1 :heavy_check_mark: Not in the foreseeable future
XML 2.0 :heavy_multiplication_x: → Use XML_2.1 instead 2019-10-18
HTML any :heavy_check_mark: → The response is not parsed Not in the foreseeable future
Smart Suggest JSON 3.0 :heavy_check_mark: Not in the foreseeable future
Item Update JSON latest :heavy_check_mark: Not in the foreseeable future

Requirements

Installation

For a simple installation you can use Composer. Using this command will install the latest version.

Basic usage

The usage is pretty simple. Here is an example:

Examples

Projects using this library

Bug Report

We need your help! If you find any bug, please submit an issue and use our template! Be as precise as possible so we can reproduce your case easier. For further information, please refer to our issue template at .github/ISSUE_TEMPLATE/bug_report.md.

Contributing

Please check our contribution guide on how to contribute.


All versions of findologic-api with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
vlucas/valitron Version ^1.4
ext-simplexml Version *
ext-json Version *
ext-dom Version *
ext-libxml Version *
findologic/xml-response-schema Version ^2.1
guzzlehttp/guzzle Version ^7.4.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 findologic/findologic-api contains the following files

Loading the files please wait ....