0.9.6 • Published 6 years ago

node-laravel v0.9.6

Weekly downloads
38
License
MIT
Repository
github
Last release
6 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

6 years ago

0.9.5

7 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago