0.9.6 • Published 5 years ago

node-laravel v0.9.6

Weekly downloads
38
License
MIT
Repository
github
Last release
5 years ago

node-laravel

Node.js library for inter-operating with Laravel.

API

decrypt(key, iv, cipher) => string

Decrypt cipher text using the Laravel application encryption key and provided initialization vector.

deserialize(string) => string

Deserialize data serialized by PHP.

encrypt(key, iv, plain) => string

Encrypt plain text using the Laravel application encryption key and provided initialization vector.

readCookie(key, cookie) => string

Extract the encrypted and encoded session id from a Laravel session cookie value.

readCookies(key, cookieName, cookies) => string

Extract the encrypted and encoded session id from Laravel session cookie.

0.9.6

5 years ago

0.9.5

6 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago