Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jan 26, 2017
1 parent ee5fe9d commit 6635d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@ The session management logic remains the same, that means you can use
`SecureSession` with all the PHP session handlers like 'file', 'sqlite',
'memcache' or 'memcached' which are provided by PHP extensions.

## Version

As this software is **ALPHA, Use at your own risk!**

## Installation

You can install this library using [composer](https://getcomposer.org/) with the
following command:

```
composer require ezimuel/php-secure-session:dev-master
composer require ezimuel/php-secure-session
```

After that the PHP-Secure-Session handler will be automatically executed in your
Expand Down

0 comments on commit 6635d71

Please sign in to comment.