Download the PHP package lake/lake-admin-addon-lapi without Composer

On this page you can find all versions of the php package lake/lake-admin-addon-lapi. 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 lake-admin-addon-lapi

api管理系统

项目介绍

签名算法

使用方法

模块内 api 文件方法设置


### 模块内使用 

*  `trait` 引用

use app\BaseController; use app\lapi\traits\Lapi as LapiTrait;

class Index extends BaseController { use LapiTrait;

// 初始化
protected function initialize()
{
    parent::initialize();
    $this->checkApi();
}

}


*  `继承` 使用

use app\lapi\boot\Lapi as LapiBase;

class Index extends LapiBase { // 初始化 protected function initialize() { parent::initialize();

    $this->checkApi();
}

}


*  `控制器中间件` 使用

use app\BaseController; use app\lapi\middleware\Lapi as LapiMiddleware;

class Index extends BaseController { /**

模块推荐

名称 描述
cms系统 简单高效实用的内容管理系统
用户管理 通用的用户管理模块,实现了用户登陆api的token及jwt双认证
API接口 强大的API接口管理系统,支持多种签名算法验证,支持签名字段多个位置存放
路由美化 支持thinkphp自带的多种路由美化设置,自定义你的系统url
菜单结构 提取后台菜单分级结构格式,为你的模块开发保驾护航
数据库管理 数据库备份、优化、修复及还原,你的系统维护帮手
广告模块 cms模块必备
自定义表单 cms模块必备模块
友情链接 cms模块必备模块

版权信息

本模块遵循Apache2开源协议发布,并提供免费使用。

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

版权所有 Copyright © deatil(https://github.com/deatil)

All rights reserved。


All versions of lake-admin-addon-lapi with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
lake/lake-admin Version 2.3.*
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 lake/lake-admin-addon-lapi contains the following files

Loading the files please wait ....