atabrizian / jsonapi-bundle

the fastest way to generate API based on jsonapi.org using woohoolabs/yin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Symfony JsonApiBundle

The JsonApiBundle is a Symfony bundle. it is the fastest way to generate API based on JsonApi using woohoolabs/yin Library.

Under development ...

Installing

  1. Install the bundle

    composer require paknahad/jsonapi-bundle
    
  2. Add to config/bundles.php

    Paknahad\JsonApiBundle\JsonApiBundle::class => ['all' => true],
    

Usage

  1. Make Entity
    bin/console make:entity
    
  2. Make CRUD API
    bin/console make:api
    

About

the fastest way to generate API based on jsonapi.org using woohoolabs/yin

License:MIT License


Languages

Language:PHP 100.0%