2017 © Pedro Peláez
 

library laravel-nonce

This is a package for integrating nonces in Laravel in requests

image

vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  • Wednesday, January 20, 2016
  • by vjroby
  • Repository
  • 2 Watchers
  • 2 Stars
  • 42,734 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

This is a Laravel package for using Nonces for HTTP Requests.

Instalation:, (*2)

Using Composer, just add, (*3)

"vjroby/laravel-nonce": "1.1.0"

to your compsoer.json file and run a compposer update, (*4)

add to app providers:, (*5)

'Vjroby\LaravelNonce\LaravelNonceServiceProvider'

and to aliases:, (*6)

'Nonce'         => 'Vjroby\LaravelNonce\Facades\NonceFacade',

so it can be used as static class in the project., (*7)

For creating the table:, (*8)

php artisan vjroby-laravel-nonce:migrations, (*9)

It will create 2014_12_18_133440_create_nonce_table migration.php file,, (*10)

and then:, (*11)

php artisan migrate, (*12)

For publishing configuration file:, (*13)

php artisan config:publish vjroby/laravel-nonce, (*14)

For integrating with DynamoDB follow the configuration file., (*15)

The Versions

20/01 2016

dev-master

9999999-dev https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce

17/12 2015

dev-develop

dev-develop https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce

29/09 2015

v1.1.1

1.1.1.0 https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce

18/09 2015

v1.1.0

1.1.0.0 https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce

13/04 2015

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce

13/04 2015

v1.0.5

1.0.5.0 https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce

11/02 2015

1.0.5.x-dev

1.0.5.9999999-dev https://github.com/vjroby/laravel-nonce

This is a package for integrating nonces in Laravel in requests

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel rest http nonce