承接 opis/session 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

opis/session

最新稳定版本:3.1.0

Composer 安装命令:

composer require opis/session

包简介

Opis Session is a session manager library with support for multiple backend stores

README 文档

README

Build Status Latest Stable Version Latest Unstable Version License

Session manager

Opis Session is a session manager library with support for multiple backend stores, providing developers with an API which allows them to handle session related information in a standardised way.

The currently available handlers are: File and native store.

Documentation

The full documentation for this library can be found here.

License

Opis Session is licensed under the Apache License, Version 2.0.

Requirements

  • PHP ^7.0

Installation

Opis Session is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/session

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/session": "^4.0"
    }
}

统计信息

  • 总下载量: 4.69k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2013-11-14