maxkostinevich/artisan-ping
Composer 安装命令:
composer require maxkostinevich/artisan-ping
包简介
Make HTTP requests using Laravel Artisan.
README 文档
README
Make HTTP requests using Laravel artisan ping:http command.
For example:
php artisan ping:http --url=https://example.com --method=GET
or
php artisan ping:http --url=https://example.com --method=POST --headers='x-api-key=123456' --headers='another-key-name=key-value' --data='name=John Doe' --data='email=john@example.com'
Supported options
| Option | Description | Default |
|---|---|---|
| --url | Required. URL to make the HTTP request to. | |
| --method | HTTP request method (GET, POST, DELETE, PATCH) | POST |
| --retry | Number of retries | 1 |
| --timeout | Request timeout | 5 |
| --headers | Headers to pass. Multiple values allowed. | |
| --data | Data to pass. Multiple values allowed. | |
| --queue | Doesn't expect any values. Whether the job should be queued. | false |
Installation
You can install the package via composer:
composer require maxkostinevich/artisan-ping
Testing
composer test
Credits
MIT License
(c) 2020 Max Kostinevich - All rights reserved.
统计信息
- 总下载量: 409
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-09
