Download the PHP package slimkit/plus-small-screen-client without Composer

On this page you can find all versions of the php package slimkit/plus-small-screen-client. 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 plus-small-screen-client

Plus (ThinkSNS+) Logo

The Small Screen Client for Plus(ThinkSNS+)

使用现代 Web 技术 [Vue.js](https://github.com/vuejs/vue) 编写的 [Plus(ThinkSNS+)](https://github.com/slimkit/plus) 浏览器单页客户端。 [![GitHub release](https://img.shields.io/github/release/slimkit/plus-small-screen-client.svg?style=flat-square)](https://github.com/slimkit/plus-small-screen-client/releases) [![Build Status](https://img.shields.io/travis/com/slimkit/plus-small-screen-client/master.svg?style=flat-square)](https://travis-ci.com/slimkit/plus-small-screen-client) [![QQ Group](https://img.shields.io/badge/QQ%20Group-651240785-red.svg?longCache=true&style=flat-square)](//shang.qq.com/wpa/qunwpa?idkey=01b61bdf8a7efc2a40ab4caab2d14793f340e5fe5d09aa0c2c17f3115a579678)

简介

这个浏览器单页客户端是项目使用 Apache-2.0 协议开源,基于 Vue.js 及 ES+ 等现代 Web 技术进行构建! 项目具有以下几个特点:

  1. 易于分发,你可以将编译后文件分发到任何地方,不需要动态语言的支持。
  2. 完全独立,你无需懂的后端程序,只需要调用文件化的 APIs 接口即可开发。
  3. 高 App 还原,项目以 ThinkSNS+ 原生客户端为 UI 基准,进行高度还原。
  4. 技术简单,我们使用中国接受度非常高的 Vue.js 进行开发,你可以快速入手。

安装

Plus (ThinkSNS+) SPA 安装指南

配置

.env 文件配置说明:

路由模式

路由模式支持 hashhistory 两种模式,区别如下:

更加详细的描述请看 👉 API 参考#mode

跨域问题

你如果部署这个客户端到全新的地址中,那么你肯定会遇到跨域资源共享禁止问题,导致这个客户端无法正常工作。 在你安装完成 Plus(ThinkSNS+) 后,你可以进入 /admin 后台管理面板,然后你从左侧菜单点击「系统设置」 然后再从顶栏菜单选择 「安全」。

此时,你会看到一个 「跨域设置」设置,这个时候你应该咨询后端了解跨域资源共享的人,默认情况是允许所有跨域的,如果关闭了允许所有,请在 Access-Control-Allow-Origin 将程序的 host 添加进去即可!

开发部署

在项目中设置了三个有效命令:

License

Plus 代码采用企业定制许可证发布,请参阅完整的许可证文本

Copyright © 2018 Chengdu ZhiYiChuangXiang Technology Co., Ltd. All rights reserved.


All versions of plus-small-screen-client with dependencies

PHP Build Version
Package Version
No informations.
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 slimkit/plus-small-screen-client contains the following files

Loading the files please wait ....