Download the PHP package developing-sonder/omdb without Composer
On this page you can find all versions of the php package developing-sonder/omdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download developing-sonder/omdb
More information about developing-sonder/omdb
Files in developing-sonder/omdb
Package omdb
Short Description oMDB API Client
License MIT
Homepage https://github.com/developing-sonder/omdb
Informations about the package omdb
Very short description of the package
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
Obtain an API Key from OMDB at: http://www.omdbapi.com/apikey.aspx
Usage
Any call that includes a search term will return a stdClass object. The $obj->Search attribute will hold an array of the results.
Otherwise, a single object will be returned containing information about the first movie that met your criteria.
The above distinction is handled by OMDB's API and outside the control of this package.
Find by Title
Find By Id
Search
Complicated Query
Testing
Update your phpunit.xml.dist to include env variable with your OMDB_API_KEY;
Road Map
v0.1
- Client Object
- Query Object
- Search Endpoint
- By Id Endpoint
- By Title Endpoint (Same as By Id)
v0.2
- Response converted to Custom Object
- Movie Resource Created
- Movie Resource returned by non-Search endpoints.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Matthew Moore
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.
All versions of omdb with dependencies
guzzlehttp/guzzle Version ^6.3
illuminate/support Version ^5.8
vlucas/phpdotenv Version ^3.3