Download the PHP package unntech/litephp without Composer

On this page you can find all versions of the php package unntech/litephp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package litephp

LitePhp 1.0

Total Downloads Latest Stable Version PHP Version License

LitePhp的公共库,需先创建LiteApp 或LiteApi项目使用

主要新特性

LitePhp 1.0的运行环境要求PHP7.2+,兼容PHP8

安装

composer require unntech/litephp

如果需要更新框架使用

composer update unntech/litephp

目录结构

litephp/
├── lib                                     #类库
|   ├── wxMsgCrypt                          #微信消息加密库
|   ├── phpqrcode.php                       #二维码类库
├── src                                     #
|   ├── gif                                 #gif图像类库
|   ├── Image.php                           #图像处理类库
|   ├── Config.php                          #Config类
|   ├── CorpWeixin.php                      #企业微信消息推送加解密类库
|   ├── Db.php                              #数据库实例类
|   ├── GoogleAuthenticator.php             #Google二次验证类
│   ├── LiComm.php                          #常用函数方法
│   ├── LiCrypt.php                         #jwt类库,自定义token加解密
│   ├── LiHttp.php                          #Http基础类,curl
│   ├── LiRegular.php                       #常用正则
│   ├── LiRsa.php                           #Rsa加解密
│   ├── Lite.php                            #Lite基础类
│   ├── mongodb.php                         #mongodb操作对象类
│   ├── mysqli.php                          #mysql操作对象类
│   ├── Model.php                           #Model模型基础类
│   ├── qrCode.php                          #二维码生成类
│   ├── Redis.php                           #Redis静态实例类
│   ├── Session.php                         #Session类
│   ├── SnowFlake.php                       #雪花生成64位int
│   ├── sqlsrv.php                          #mssql server 操作对象类
│   ├── Template.php                        #视图模板文件载入类
│   ├── Tree.php                            #树型通用类
│   ├── UUID.php                            #UUID生成器
│   ├── Validate.php                        #常用数据验证器
│   ├── Weixin.php                          #微信消息基础类
├── tests                                   #测试样例,可删除
├── composer.json                           #
└── README.md

文档

完全开发手册

命名规范

LitePhp遵循PSR-2命名规范和PSR-4自动加载规范。

参与开发

直接提交PR或者Issue即可

版权信息

LitePhp遵循MIT开源协议发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2022 by Jason Lin All rights reserved。创建于2022年除夕夜。


All versions of litephp with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-mysqli Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package unntech/litephp contains the following files

Loading the files please wait ....