Download the PHP package jundayw/laravel-render-provider without Composer

On this page you can find all versions of the php package jundayw/laravel-render-provider. 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 laravel-render-provider

安装方法

命令行下, 执行 composer 命令安装: ` authentication package that is simple and enjoyable to use.

对象方法

替换键值

replace(string $oldKey, string $newKey): $this

隐藏键值

hidden(mixed $hiddens): $this

移除键值

forget(mixed $forgets): $this

追加数据

with(string $key, mixed $value): $this

追加数据

withXxx($value): $this

重置对象

reset(): $this

刷新对象及宏

flush(): $this

批量赋值

data(array $data = [], bool $append = false): $this

获取所有数据

all(bool $hidden = true): array

获取值

get(string $key): mixed

数据响应

response(?callable $response = null): mixed

JSON

json(?int $status = 200, ?array $headers = [], ?int $options = JSON_UNESCAPED_UNICODE): $this

JSONP

jsonp(?string $callback = 'jsonp', ?int $status = 200, ?array $headers = [], ?int $options = JSON_UNESCAPED_UNICODE): $this

宏:内置成功

success(?string $message = 'SUCCESS', ?string $url = null, mixed $data = null): $this

宏:内置失败

error(?string $error = 'ERROR', ?string $url = null, mixed $errors = null): $this

macro($name, $macro): mixed

使用场景

开箱即用

替换键值

将响应数据中键值 timestamp 替换为 time

移除键值

若响应数据中键值 timestamp、url 不需要,可将其移除

追加数据

若响应数据中需要新增字段,可使用 with 方法

隐藏键值

若响应数据中需要对敏感数据进行处理,可使用 hidden 方法

扩展签名

将响应数据及 appid、appkey 进行签名,并且响应数据中不显示 appkey 字段

响应场景

默认响应数据格式 json

响应数据格式 jsonp

扩展响应数据格式:宏方法扩展

扩展响应数据格式:response 方法扩展

宏场景

RenderFacade

应用包已扩展 success/error 方法,若不适用业务场景,可通过 Render::flush() 方法格式化后自行定义。

调用方式

ResponseFacade

调用方式

其他场景

批量赋值场景

链式操作优先级

为防止目标数据与预期数据不一致,推荐链式操作优先级:

取值场景

输出响应场景


All versions of laravel-render-provider with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.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 jundayw/laravel-render-provider contains the following files

Loading the files please wait ....