File tree Expand file tree Collapse file tree 1 file changed +42
-1
lines changed
Expand file tree Collapse file tree 1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments