Libraries tagged by bnzo
nzo/left-sidebar-bundle
23 Downloads
The NzoLeftSidebarBundle is a Symfony Bundle used to handle Left SideBare Menu
nzo/honeypot-bundle
777 Downloads
Honeypot solution for Symfony forms.
nzo/elk-bundle
479 Downloads
A Symfony bundle to manage logs on the ELK Stack
nzo/elastic-query-bundle
772 Downloads
Symfony bundle used to execute search based on simple query language for the Elasticsearch system
nzo/array
25 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
nzo/api-doc-bundle
268 Downloads
Generates documentation for your REST API from annotations
mnzone/fuel-model-tourism
21 Downloads
mnzone/fuel-model-studio
17 Downloads
enzosharp/user_stats
24 Downloads
Get user stats for week/month/year
enzonagata/template-buffer
35 Downloads
Template engine with php buffer
enzolutions/spress-tinto-theme
22 Downloads
Tinto theme for Spress
enzolutions/spress-plugin-google-analytics
62 Downloads
Enable add Google Analytics Tracker in your Spress site
enzolarosa/translator
150 Downloads
Make easy the translation.
enzolarosa/php_multithread
56 Downloads
PHP library to handle multi-threading
enzo/thinkjwt
13 Downloads
随着技术的发展,分布式web应用的普及,通过session管理用户登录状态成本越来越高,因此慢慢发展成为token的方式做登录身份校验,然后通过token去取redis中的缓存的用户信息,随着之后jwt的出现,校验方式更加简单便捷化,无需通过redis缓存,而是直接根据token取出保存的用户信息,以及对token可用性校验,单点登录更为简单