承接 nocon/nocon-users 相关项目开发

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

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

nocon/nocon-users

最新稳定版本:v1.0.0

Composer 安装命令:

composer require nocon/nocon-users

包简介

User class used to implement user authentication and identification in the NoCon framework.

README 文档

README

This is a set of classes used to maintain an application user base from a data source. The classes were developed for the NoCon framework but could theoretically be used in other frameworks and/or applications.

#INSTALLATION

The package can be installed one of two ways, either using composer to load the approriate version into your application vendor directory or by copying the NoCon class directory into the appropriate location for your application.

Install with composer

Add a require statement to your composer.json file then run composer update to load the package.

"require" : {
  "nocon/nocon-users": "dev-master"
}

composer update

Install custom

Download the package zip file and extract the contents to a temporary location. Copy the NoCon/ directory structure to your application's class file location where your autoloader can locate the class.

I.E. To install this package manually in the NoCon framework you download and extract the zip file then copy the NoCon directory into the vendor/ path in your NoCon installation.

DEVELOPING

The NoCon-Users packages utilizes PHP PDO for data storage. A set of sample files are provided to assist in setting up a demo in a NoCon framework. This includes sample database configurations, SQL statements to create the required tables, and a view with a login form and administration forms to use with a sample database.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-04-27