Download the PHP package dexiio/dexi-api-client without Composer

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

dexi.io

dexi-php-client

Dexi API Client for PHP 5.3+

Installation

dexi-php-client is available via composer/packagist as . Install it by adding it to your composer.json file:

or

Example

The following example executes a run and retrieves information for the execution:

Documentation

See the API documentation for details on all namespaces, methods and models. The global API object must be initialized in order to be used:

The following API namespaces are contained in the global class:

These namespaces contain the methods displayed in the API documentation. Models are defined in the namespace.

Migrating from cloudscrape-client-php

Github: cloudscrape/cloudscrape-client-php is now dexiio/dexi-php-client

Packagist: cloudscrape/cloudscrape-api-client is now dexiio/dexi-api-client

If you are currently using cloudscrape-client-php, we strongly suggest you upgrade to this library as cloudscrape-client-php has been deprecated and will no longer be developed, and may not be supported in the future. Most method signatures have changed and we have added PSR-4 namespacing and rebranding to the Dexi name, as well as moving to support PHP7. New classes and methods have also been added.

Old class New class
CloudScrape \Dexi\Dexi
CloudScrapeClient \Dexi\Client
CloudScrapeExecutions \Dexi\Executions
CloudScrapeRuns \Dexi\Runs
\Dexi\Robots
\Dexi\DataSets
CloudScrapeRunDTO \Dexi\DTO\RunDTO
\Dexi\DTO\RunListDTO
CloudScrapeResultDTO \Dexi\DTO\ResultDTO
CloudScrapeFileDTO \Dexi\DTO\FileDTO
CloudScrapeExecutionDTO \Dexi\DTO\ExecutionDTO
CloudScrapeExecutionListDTO \Dexi\DTO\ExecutionListDTO
\Dexi\DTO\StatsDTO
\Dexi\DTO\RobotDTO
\Dexi\DTO\DataSetRowSetDTO
\Dexi\DTO\DataSetRowQueryDTO
CloudScrapeRequestException \Dexi\Exception\RequestException

Testing

PHPUnit integration tests are provided in the folder. In order to run them, a file must be created in the top-level folder with the following settings:

Contributing

Please submit bug reports, suggestions and pull requests to through Github.

We are more than happy to examine any pull-requests and appreciate any ideas, comments or suggestions you may have.

License

The library is available as open source under the terms of the MIT License.


All versions of dexi-api-client with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 dexiio/dexi-api-client contains the following files

Loading the files please wait ....