PHPackages                             rebasedata/php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. rebasedata/php-client

ActiveLibrary[Database &amp; ORM](/categories/database)

rebasedata/php-client
=====================

RebaseData API client for PHP

v1.0.7(3y ago)2599.8k↓25%9[4 issues](https://github.com/rebasedata/php-client/issues)[3 PRs](https://github.com/rebasedata/php-client/pulls)MITPHPPHP &gt;=7.2CI failing

Since Feb 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rebasedata/php-client)[ Packagist](https://packagist.org/packages/rebasedata/php-client)[ RSS](/packages/rebasedata-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

rebasedata-php-client
=====================

[](#rebasedata-php-client)

Introduction
------------

[](#introduction)

This library allows to read and convert various database formats in PHP using the RebaseData API. When processing a database, the database is first sent to the secure RebaseData servers which then return the converted data. Below you will find several examples.

Dependencies
------------

[](#dependencies)

The library does not have any dependencies.

Installation
------------

[](#installation)

To install this library, you need [Composer](http://getcomposer.org).

1. To install `rebasedata/php-client` using Composer, run the following command:

    ```
    php composer.phar require rebasedata/php-client "1.*"
    ```
2. Then include Composer's autoloader file that helps to autoload the libraries it downloads. To use it, just add the following line to your application:

    ```
