slvler/unsplash-service
最新稳定版本:v1.3.2
Composer 安装命令:
composer require slvler/unsplash-service
包简介
unsplash laravel api wrapper
README 文档
README
This package provides a convenient wrapper to the Unsplash API for Laravel applications.
Requirements
- PHP 8.0+
- Laravel 9.x
Installation
To install this package tou can use composer:
composer require slvler/unsplash-service
Usage
- First of all we'll add the API key and API Url of the service we're using to our .env file of our project. If you don't have an account yet on unsplash.com, you should create one. Once you have an account you can copy your API key from the dashboard page and put it into you .env file.
UNSPLASH_BASE_URL="https://api.unsplash.com/" UNSPLASH_ACCESS_KEY= UNSPLASH_SECRET_KEY=
Features
- Collection
- Search
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-13