Download the PHP package xuanchen/crowdfund without Composer

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

项目预购

项目列表

GET: crowdfunds

Auth:玄尘

请求参数 类型 说明 版本
company_id string 企业id 1.0.0
category_id string 分类id 1.0.0
handpick string 是否精选 1.0.0
响应参数 类型 说明 版本
crowdfund_id string 项目id 1.0.0
title string 项目名称 1.0.0
cover string 封面 1.0.0
amount string 目标金额 1.0.0
all_total string 已筹集金额 1.0.0
all_users string 参与人数 1.0.0
city string 城市 1.0.0
category string 分类 1.0.0
status_text string 状态名称 1.0.0
status string 状态 1.0.0
diffDays string 剩余天数 1.0.0
openDiffDays string 开启时间倒计时 1.0.0
likes string 关注人数 1.0.0
ratio string 完成比例 1.0.0

stauts : 0 关闭 1 进行中 2 即将上线 3 已成功 4 已结束

项目详情

GET: crowdfunds/{项目id}

Auth:玄尘

响应参数 类型 说明 版本
crowdfund_id string 项目id 1.0.0
title string 项目名称 1.0.0
pictures string 封面图 1.0.0
video_url string 视频地址 1.0.0
amount string 目标金额 1.0.0
all_total string 已筹集金额 1.0.0
all_users string 参与人数 1.0.0
description string 简介 1.0.0
content string 详情 1.0.0
status_text string 状态名称 1.0.0
status string 状态 1.0.0
category string 分类 1.0.0
diffDays string 项目周期 1.0.0
endDiffDays string 剩余天数 1.0.0
openDiffDays string 倒计时 1.0.0
province string 省份 1.0.0
city string 城市 1.0.0
likes string 关注人数 1.0.0
isLike string 是否关注 1.0.0
canPay string 是否可以支持 1.0.0
start_at string 开始时间 1.0.0
end_at string 结束时间 1.0.0
created_at string 创建时间 1.0.0

支持项目

GET: crowdfunds/create

Auth:玄尘

请求参数 类型 说明 版本
crowdfund_item_id string 回报id 1.0.0
响应参数 类型 说明 版本
crowdfund_item_id string 回报id 1.0.0
title string 回报名称 1.0.0
time string 回报时间 1.0.0
remark string 回报内容 1.0.0
shipping string 配送说明 1.0.0
price string 金额 1.0.0
quantity string 限制人数 1.0.0
all_users string 参与人数 1.0.0
all_total string 参与金额 1.0.0
created_at string 创建时间 1.0.0
响应参数 类型 说明 版本
address_id string 地址id 1.0.0
name string 姓名 1.0.0
mobile string 手机号 1.0.0
province string 1.0.0
city string 1.0.0
district string 1.0.0
address string 详细地址 1.0.0

支持项目-创建订单

POST: crowdfunds

Auth:玄尘

请求参数 类型 说明 版本
crowdfund_item_id string 回报id 1.0.0
address_id string 地址id 1.0.0
remark string 备注 1.0.0

关注项目

POST: crowdfunds/like

Auth:玄尘

请求参数 类型 说明 版本
crowdfund_id string 项目id 1.0.0

取消关注项目

POST: crowdfunds/unlike

Auth:玄尘

请求参数 类型 说明 版本
crowdfund_id string 项目id 1.0.0

项目分类列表

GET: ajax/crowdfundcategory

Auth:玄尘

请求参数 类型 说明 版本
company_id string 企业id 1.0.0

All versions of crowdfund with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
jasonc/laravel-order Version ^2.0
overtrue/laravel-like Version *
laravel/framework 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 xuanchen/crowdfund contains the following files

Loading the files please wait ....