Skip to content

Commit fdb6a23

Browse files
authored
Initialise WIP README.md
WIP README.md with placeholder instructions.
1 parent cadf812 commit fdb6a23

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
11
# php-simple-sessions
2-
Include this package in any PHP project to store encrypted $_SESSION variables in your MySQL database.
2+
Include this package in any PHP project to store encrypted $_SESSION variables in your MySQL database
3+
4+
## Getting Started
5+
6+
This package is designed to store PHP sessions in a MySQL database so that you can encrypt and access your site's active sessions.
7+
8+
### Prerequisites
9+
10+
* MySQL database
11+
* PHP 5.1 and above for use of PDO
12+
13+
### Installing on your server
14+
15+
Step 1
16+
17+
```
18+
Example
19+
```
20+
21+
Step 2
22+
23+
```
24+
Example
25+
```
26+
27+
Run example.php
28+
29+
## Running the tests
30+
31+
Run [file] with PHPUnit
32+
33+
```
34+
$ phpunit Test.php
35+
```
36+
37+
## Author
38+
39+
**Liam Kelly** - [likel](https://github.com/likel)
40+
41+
## License
42+
43+
This project is licensed under the MIT - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)