PHPackages                             ongr/api-bundle - 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. ongr/api-bundle

Abandoned → [ongr/api-bundle](/?search=ongr%2Fapi-bundle)Symfony-bundle[API Development](/categories/api)

ongr/api-bundle
===============

Api bundle for ONGR platform.

v1.0.0(10y ago)811.8k9[5 issues](https://github.com/ongr-io/ApiBundle/issues)1MITPHPPHP &gt;=5.5

Since Sep 23Pushed 9y ago18 watchersCompare

[ Source](https://github.com/ongr-io/ApiBundle)[ Packagist](https://packagist.org/packages/ongr/api-bundle)[ Docs](http://ongr.io)[ RSS](/packages/ongr-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (7)Used By (1)

ONGR Api Bundle
===============

[](#ongr-api-bundle)

Api Bundle allows rapid setup of RESTful API to simplify Elasticsearch data access for the remote clients.

[![Build Status](https://camo.githubusercontent.com/76461b2f5b926bae0ae9f9fdca6ce530fe500b639884b860ab5df3c3a21d18cf/68747470733a2f2f7472617669732d63692e6f72672f6f6e67722d696f2f41706942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ongr-io/ApiBundle)

Documentation

The source of the documentation is stored in the `Resources/doc/` folder in this bundle.

[Read the API Bundle Documentation](Resources/doc/index.md)

Setup the bundle
----------------

[](#setup-the-bundle)

> This example assumes that you already have configured Elasticsearch bundle. If you haven't, here's a quick [setup guide](https://github.com/ongr-io/ElasticsearchBundle/blob/master/README.md) on how to do it.

### Step 1: Install

[](#step-1-install)

Api bundle is installed using [Composer](https://getcomposer.org/doc/00-intro.md).

```
composer require ongr/api-bundle "~1.0"
```

### Step 2: Enable bundle in the AppKernel

[](#step-2-enable-bundle-in-the-appkernel)

```
