spomky-labs/jose-bundle
最新稳定版本:v2.3.0
Composer 安装命令:
composer require spomky-labs/jose-bundle
包简介
Symfony2 Jose Bundle
README 文档
README
Help me out for a couple of 🍻!
⚠️⚠️⚠️
We highly recommend you to use the new JWT Framework project instead of this bundle.
- Active support of this bundle is provided until end of 2018.
- Security support will be provided from 2019 and up to end of 2020.
A migration guide will be/is available in the documentation of the new project.
⚠️⚠️⚠️
This Symfony bundle provides services to create, load, verify or decrypt JWT. It uses spomky-Labs/jose to ease encryption/decryption and signature/verification of JWS and JWE.
The Release Process
The release process is described here.
Prerequisites
This library needs at least:
Continuous Integration
It has been successfully tested using PHP 5.6, PHP 7 and HHVM.
We also track bugs and code quality using Scrutinizer-CI and Sensio Insight.
Coding Standards are verified by StyleCI.
Code coverage is not performed.
We rely on tests performed on the library and we only have implemented Behavior driven development (BDD) to test this bundle.
Installation
The preferred way to install this library is to rely on Composer:
composer require spomky-labs/jose-bundle
Then, add the bundle into your kernel:
<?php use Symfony\Component\HttpKernel\Kernel; class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new SpomkyLabs\JoseBundle\SpomkyLabsJoseBundle(), ]; return $bundles; } }
Configuration
This bundle needs to be configured. Please see this page to know how to configure it.
How to use
Have a look at this page to know hot to configure and use this bundle.
Bundle Integration
This bundle provides a Configuration Helper. This helper provides an easy way to create all services through the configuration of another bundle.
Please read this page to know how to easily configure the bundle from another bundle.
Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. The best contribution you could provide is by fixing the opened issues where help is wanted
Please make sure to follow these best practices.
Licence
This software is release under MIT licence.
spomky-labs/jose-bundle 适用场景与选型建议
spomky-labs/jose-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 32.3k 次下载、GitHub Stars 达 9, 最近一次更新时间为 2015 年 09 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「bundle」 「jwt」 「JWS」 「JWE」 「JOSE」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 spomky-labs/jose-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 spomky-labs/jose-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 spomky-labs/jose-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
The bundle for easy using json-rpc api on your project
A simple library to decode and parse Apple Sign In client tokens.
Provide a way to secure accesses to all routes of an symfony application.
DMS Meetup API Bundle, enables Meetup API clients in services
JWT API authentication driver (Guard) for Laravel.
统计信息
- 总下载量: 32.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 21
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-30