Skip to content

Commit 7d71f8f

Browse files
author
Yuriy Vasiyarov
committed
Add support for gonuts.io
1 parent ee99be5 commit 7d71f8f

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.nut

LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2013 Yuriy Vasiyarov. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are
5+
met:
6+
7+
* Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
* Redistributions in binary form must reproduce the above
10+
copyright notice, this list of conditions and the following disclaimer
11+
in the documentation and/or other materials provided with the
12+
distribution.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
18+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
20+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Installation
99

1010
Install:
1111

12+
1. The recommended way to install is using gonuts.io:
13+
nut get yvasiyarov/php_session_decoder
14+
for more information, please, go to the http://www.gonuts.io/yvasiyarov/php_session_decoder
15+
16+
2. Using default go get tool:
1217
go get github.com/yvasiyarov/php_session_decoder
1318

1419
Getting started

doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package php_session_decoder provides possibility to decode/encode php session data in php_binary format.
2+
package php_session_decoder

nut.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"Version": "0.1.0",
3+
"Vendor": "yvasiyarov",
4+
"Authors": [
5+
{
6+
"FullName": "Yuriy Vasiyarov",
7+
"Email": "[email protected]"
8+
}
9+
],
10+
"ExtraFiles": [
11+
"README.md",
12+
"LICENSE"
13+
],
14+
"Homepage": "https://github.com/yvasiyarov/php_session_decoder"
15+
}

0 commit comments

Comments
 (0)