Download the PHP package scolmore/inriver-laravel without Composer
On this page you can find all versions of the php package scolmore/inriver-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scolmore/inriver-laravel
More information about scolmore/inriver-laravel
Files in scolmore/inriver-laravel
Package inriver-laravel
Short Description A Laravel package for interacting with the inRiver PIM API
License MIT
Homepage https://github.com/scolmore/inriver-laravel
Informations about the package inriver-laravel
InRiver
InRiver Laravel is a package that allows you to easily integrate with the inRiver PIM API.
Usage
Out of the box we have all the endpoints available to you as they are on the documentation.
For example, to get channel id's for an entity id, the documentation shows the following:
https://apieuw.productmarketingcloud.com/swagger/index.html#/Channel/GetChannelsForEntityId
]
To use this in the package, you would do the following:
So the URL endpoint is channels and the function from the URL is GetChannelsForEntityId, so that is the function you call.
As well as this, we also provide some other methods for your convenience. These can be found below.
Examples
- Entity
- Links
- Models/Categories
- Models/Cvls
- Models/EntityTypes
- Models/FieldSets
- Models/Languages
- Models/RestrictedFields
- Models/SpecificationTemplates
Installation
Via Composer
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Samuel Loft
- All Contributors
License
MIT. Please see the license file for more information.
All versions of inriver-laravel with dependencies
illuminate/support Version ~10|~11
illuminate/http Version ^10.41|~11
guzzlehttp/guzzle Version ^7.8