2017 © Pedro Pelรกez
 

library api

Nodes wrapper for Dingo API

image

nodes/api

Nodes wrapper for Dingo API

  • Sunday, March 4, 2018
  • by nodes
  • Repository
  • 2 Watchers
  • 3 Stars
  • 4,726 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 62 Versions
  • 12 % Grown

The README.md

API

โš ๏ธThis package is deprecatedโš ๏ธ, (*1)

Laravel support for REST apis are just fine now. Dingo API is not in beta anymore., (*2)

We suggest just using Laravel + spatie/laravel-fractal, (*3)

A "mobile friendly" API package made on-top of the popular Dingo API package., (*4)

Total downloads Monthly downloads Latest release Open issues License Star repository on GitHub Watch repository on GitHub Fork repository on GitHub StyleCI, (*5)

๐Ÿ“ Introduction

Before this package we used the awesome and popular Dingo API package, but as a company who create a lot of native iOS / Android apps, Dingo was lacking a few things here and there., (*6)

This package is in some way a more "mobile friendly" version of Dingo. It is build on-top of Dingo so all the goodies that Dingo comes with out-of-the-box is also available here., (*7)

We simply just added extra functionality and made it more flexible., (*8)

๐Ÿ“ฆ Installation

To install this package you will need:, (*9)

  • Laravel 5.1+
  • PHP 5.5.9+

You must then modify your composer.json file and run composer update to include the latest version of the package in your project., (*10)

"require": {
    "nodes/api": "^1.0"
}

Or you can run the composer require command from your terminal., (*11)

composer require nodes/api:^1.0

๐Ÿ”ง Setup

Setup service providers in config/app.php, (*12)

Nodes\Api\ServiceProvider::class,

Setup alias in config/app.php, (*13)

'API' => Nodes\Api\Support\Facades\API::class,
'APIRoute' => Nodes\Api\Support\Facades\Route::class

Publish config files, (*14)

php artisan vendor:publish --provider="Nodes\Api\ServiceProvider"

If you want to overwrite any existing config files use the --force parameter, (*15)

php artisan vendor:publish --provider="Nodes\Api\ServiceProvider" --force

Bypass Laravel's CSRF tokens

Laravel comes with a built-in CSRF token system, which is by default hooked into all POST requests. This gives us a bit of a problem since API requests won't contain the required CSRF token that Laravel expects. Therefore we need to whitelist all requests hitting our API., (*16)

This can be done by modifying the following file app/Http/Middleware/VerifyCsrfToken.php and add api/* to the $except array:, (*17)

protected $except = [
    'api/*',
];

โš™ Usage

Please refer to our extensive Wiki documentation for more infromation, (*18)

๐Ÿ† Credits

This package is developed and maintained by the PHP team at Nodes, (*19)

Follow Nodes PHP on Twitter Tweet Nodes PHP, (*20)

๐Ÿ“„ License

This package is open-sourced software licensed under the MIT license, (*21)

The Versions

04/03 2018

dev-master

9999999-dev http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

04/03 2018

2.0.6

2.0.6.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

04/03 2018

dev-develop

dev-develop http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

04/07 2017

2.0.5

2.0.5.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

27/06 2017

2.0.4

2.0.4.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

20/03 2017

2.0.3

2.0.3.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

19/03 2017

dev-1-x

dev-1-x http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

19/03 2017

1.1.6

1.1.6.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

19/03 2017

1.1.7

1.1.7.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

19/03 2017

1.1.5

1.1.5.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

13/03 2017

2.0.2

2.0.2.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

17/02 2017

2.0.1

2.0.1.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

17/02 2017

2.0.0

2.0.0.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

23/11 2016

1.1.4

1.1.4.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

15/11 2016

1.1.3

1.1.3.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

11/11 2016

1.1.2

1.1.2.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

11/11 2016

1.1.1

1.1.1.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

by Casper Rasmussen

laravel api nodes dingo

09/11 2016

1.1.0

1.1.0.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

08/11 2016

1.0.19

1.0.19.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

21/10 2016

1.0.18

1.0.18.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

29/09 2016

1.0.17

1.0.17.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

28/09 2016

1.0.16

1.0.16.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

27/09 2016

1.0.15

1.0.15.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

18/09 2016

1.0.14

1.0.14.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

12/09 2016

1.0.13

1.0.13.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

10/09 2016

1.0.12

1.0.12.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

07/08 2016

1.0.11

1.0.11.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

07/08 2016

dev-feature/nodes-formrequest-backend-compat

dev-feature/nodes-formrequest-backend-compat http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

15/07 2016

1.0.10

1.0.10.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

04/07 2016

1.0.9

1.0.9.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

04/07 2016

1.0.8

1.0.8.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

04/07 2016

1.0.7

1.0.7.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

22/06 2016

1.0.6

1.0.6.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

21/06 2016

1.0.5

1.0.5.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

21/06 2016

1.0.4

1.0.4.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

07/06 2016

1.0.3

1.0.3.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

08/01 2016
07/01 2016

0.1.1

0.1.1.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo

07/01 2016

0.1.0

0.1.0.0 http://nodesagency.com

Nodes wrapper for Dingo API

  Sources   Download

MIT

The Requires

 

laravel api nodes dingo