PHPackages                             anirvan/ezyvet-api-sdk - 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. [API Development](/categories/api)
4. /
5. anirvan/ezyvet-api-sdk

ActiveLibrary[API Development](/categories/api)

anirvan/ezyvet-api-sdk
======================

A simple yet elegant tool to easily use ezyVet's API.

071PHPCI failing

Since Nov 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/anirvanBhaduri/ezyvet-api-sdk)[ Packagist](https://packagist.org/packages/anirvan/ezyvet-api-sdk)[ RSS](/packages/anirvan-ezyvet-api-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

ezyVet API SDK
==============

[](#ezyvet-api-sdk)

A simple yet elegant library that allows one to easily invoke ezyVet's API via the use of query builders.

Built using `PHP7`.

Getting Started
---------------

[](#getting-started)

Have a read through [`ezyVet's API documentation`](https://apisandbox.trial.ezyvet.com/api/docs/?&_ezyhost=apisandbox.trial.ezyvet.com)for a quick refresher on its data structure.

### Prerequisites

[](#prerequisites)

You will need `PHP7` installed along with `composer`.

### Installing

[](#installing)

Using composer, you can require the package `anirvan/ezyvet-api-sdk`.

```
composer require anirvan/ezyvet-api-sdk

```

You can then use an `Entity` object to generate a query to get data from ezyVet's API.

```
