Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbhy/find-movies
找电影
https://github.com/qbhy/find-movies
Last synced: about 1 month ago
JSON representation
找电影
- Host: GitHub
- URL: https://github.com/qbhy/find-movies
- Owner: qbhy
- Created: 2017-07-23T08:23:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T23:37:24.000Z (over 7 years ago)
- Last Synced: 2024-04-06T01:41:51.594Z (9 months ago)
- Language: PHP
- Size: 2.16 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# find-movies
## 安装
```
$ composer require 96qbhy/find-movies
```## 使用
```php
require 'vendor/autoload.php';$results = Qbhy\FindMovies\Finder::find('一拳超人', 5);
print_r($results);
```
> 或者直接运行 `example.php` , 浏览器或者 `cli` 都可以。