Download the PHP package artin/instagram without Composer
On this page you can find all versions of the php package artin/instagram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download artin/instagram
More information about artin/instagram
Files in artin/instagram
Package instagram
Short Description Simple Instagram API package for Laravel 5.*. Package is in development.
License MIT
Homepage https://github.com/mbarwick83/instagram
Informations about the package instagram
Instagram API for Laravel 5.*
Simple Instagram API package for Laravel 5.*. Package is in development, but works - nothing crazy. Always looking for contributors.
Installation
To install, run the following command in your project directory
Then in config/app.php
add the following to the providers
array:
Also, if you must (recommend you don't), add the Facade class to the aliases
array in config/app.php
as well:
But it'd be best to just inject the class, like so (this should be familiar):
Configuration
To publish the packages configuration file, run the following vendor:publish
command:
This will create a instagram.php in your config directory. Here you must enter your Instagram API Keys. Get your API keys at https://www.instagram.com/developer/clients/register/.
Example Usage
Those are the only two custom classes for the API package. The rest of the API works with POST
, DELETE
and GET
requests based on Instagram's end points to keep this package super simple. You can view all the end points here https://www.instagram.com/developer/endpoints/.
All you need to do is specify if the request is a POST
, DELETE
or GET
request, specify just the end point and any URL queries that are required (in an array).
For example:
VERY SIMPLE AND EASY!
Contributing
Please see CONDUCT for details.
Credits
- Mike Barwick
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of instagram with dependencies
symfony/psr-http-message-bridge Version 0.2
guzzlehttp/guzzle Version ^6.0