Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aethletic/session
Browse files Browse the repository at this point in the history
  • Loading branch information
chipslays committed Feb 15, 2021
2 parents 7c94b4c + 5bdea38 commit d5f5b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aethletic/session",
"name": "chipslays/session",
"description": "Easy Session manage",
"type": "library",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Easy way for manage Session on your website.
## Installation

```bash
composer require aethletic/session
composer require chipslays/session
```

## Usage
Expand All @@ -24,7 +24,7 @@ Session::start([
> See more available options [here](https://www.php.net/manual/ru/session.configuration.php).
```php
Session::set('name', 'Aethletic');
Session::set('name', 'chipslays');
```

```php
Expand Down Expand Up @@ -57,4 +57,4 @@ $sessionId = Session::id();

```php
Session::regenerate();
```
```

0 comments on commit d5f5b07

Please sign in to comment.