PHPackages                             tyhand/json-api-tools-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. tyhand/json-api-tools-bundle

ActiveSymfony-bundle[API Development](/categories/api)

tyhand/json-api-tools-bundle
============================

JSON API tools for Symfony

v0.1.19(8y ago)061MITPHP

Since Mar 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tyhand/JsonApiToolsBundle)[ Packagist](https://packagist.org/packages/tyhand/json-api-tools-bundle)[ Docs](https://github.com/tyhand)[ RSS](/packages/tyhand-json-api-tools-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

JsonApiToolsBundle
==================

[](#jsonapitoolsbundle)

A collection of some very rough draft stuff I have for speeding up writing apis for symfony in json api standard. Not done, and very ugly.

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

[](#installation)

Add with composer

```
composer require "tyhand/json-api-tools-bundle" "^0.1.2"
```

Add to AppKernel

```
$bundles = array(
  // ...
  new TyHand\JsonApiToolsBundle\TyHandJsonApiToolsBundle(),
  // ...
);
```

Create Resource
---------------

[](#create-resource)

For example, here is book resource

```
