Download the PHP package ibrand/common without Composer

On this page you can find all versions of the php package ibrand/common. 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 common

果酱社区通用包

适用于 Laravel 项目的通用包,目前广泛引用果酱社区的所有开源与商业项目,

安装

使用

微信

基于 overtrue/wechat 适配 Laravel,同时又支持多项目配置,使用方法与 overtrue/wechat 基本一致。

在果酱社区的项目中,经常会配置多个微信公众号或者小程序,在这种场景下需要用到多项目配置的方式。

创建实例

使用

具体参加 overtrue/wechat 官方文档: https://www.easywechat.com/docs

获取微信 js config

支持通过微信开放平台和直接获取 JSSDK,请通过 config('ibrand.platform.enabled_jssdk') 配置项来决定采用哪种方式。

详见 src/Controllers/WechatController.php 代码。

第三方平台

目前在微信的体系中,经常会涉及到第三方平台,比如:

果酱也提供了官方的第三方平台源码:laravel-wechat-platform

帮助函数

helpers.php 文件里是目前常用的一些辅助函数,后续会陆续增加。这里只简单罗列下清单:

API Resource 封装

这个模块主要核心实现如下功能:

果酱云社区

点击跳转

点击跳转


All versions of common with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
overtrue/http Version ~1.0
barryvdh/laravel-cors Version ^1.0
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 ibrand/common contains the following files

Loading the files please wait ....