Download the PHP package tristanbes/my-poseo-bundle without Composer
On this page you can find all versions of the php package tristanbes/my-poseo-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tristanbes/my-poseo-bundle
More information about tristanbes/my-poseo-bundle
Files in tristanbes/my-poseo-bundle
Package my-poseo-bundle
Short Description Access to MyPoseo API
License MIT
Homepage https://github.com/tristanbes/MyPoseoBundle
Informations about the package my-poseo-bundle
MyPoseoBundle
Description:
This bundle provides a way to communicate with MyPoseo webservices inside your Symfony4 application.
For now, only the Search API has been wired. If you need more, PR are welcome.
The Search API allows you to get the position of an URL by keyword(s) among other features.
Installation:
Add tristanbes/my-poseo-bundle to your composer.json:
Register the bundle in the kernel:
How to use it:
You can configure the bundle with:
Your API key can be found on this page.
Be careful, the given API key is already url encoded ! You need to decode it since guzzle re-encode automatically all parameters
Choose HTTP client
MyPoseoBundle 2.0 is no longer coupled to Guzzle3. Thanks to Httplug you can now use any library to transport HTTP messages. You can rely on discovery to automatically find an installed client or you can provide a client service name to the configuration (see HttplugBundle).
All versions of my-poseo-bundle with dependencies
ext-json Version *
psr/cache Version ^1.0
symfony/framework-bundle Version ^4.4 || ^5.3
symfony/yaml Version ^4.4 || ^5.3
php-http/httplug Version ^1.0 || ^2.0
php-http/client-implementation Version ^1.0
php-http/discovery Version ^1.0
php-http/client-common Version ^1.0||^2.0