PHPackages                             tristanbes/my-poseo-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. tristanbes/my-poseo-bundle

ActiveSymfony-bundle[API Development](/categories/api)

tristanbes/my-poseo-bundle
==========================

Access to MyPoseo API

v6.1.0(4y ago)160.9k4[1 PRs](https://github.com/tristanbes/MyPoseoBundle/pulls)MITPHPPHP &gt;=7.4

Since Nov 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tristanbes/MyPoseoBundle)[ Packagist](https://packagist.org/packages/tristanbes/my-poseo-bundle)[ Docs](https://github.com/tristanbes/MyPoseoBundle)[ RSS](/packages/tristanbes-my-poseo-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (13)Versions (19)Used By (0)

MyPoseoBundle
=============

[](#myposeobundle)

[![CI (master)](https://github.com/tristanbes/MyPoseoBundle/workflows/CI/badge.svg)](https://github.com/tristanbes/MyPoseoBundle/workflows/CI/badge.svg)[![](https://camo.githubusercontent.com/39f74b306b25933f9e9dd63e6d2403f80b6496881143a3fcf48583a7e45f854b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e34253230253743253743253230253545382e302d626c7565)](https://camo.githubusercontent.com/39f74b306b25933f9e9dd63e6d2403f80b6496881143a3fcf48583a7e45f854b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e34253230253743253743253230253545382e302d626c7565)[![](https://camo.githubusercontent.com/e02c894507ef14b6ee5ca474547371cf2532f8503a4a363f6ee6cd9cb0b83669/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d253545342e34253230253743253743253230253545352e332d626c7565)](https://camo.githubusercontent.com/e02c894507ef14b6ee5ca474547371cf2532f8503a4a363f6ee6cd9cb0b83669/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d253545342e34253230253743253743253230253545352e332d626c7565)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c6f473130ccbdd44f0ca1e64c91f6797fb08e5d672f506cdb9d6339c02503b91/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7472697374616e6265732f4d79506f73656f42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tristanbes/MyPoseoBundle/?branch=master)

Description:
------------

[](#description)

This bundle provides a way to communicate with [MyPoseo](http://fr.myposeo.com/) webservices inside your Symfony4 application.

For now, only the *[Search API](http://fr.myposeo.com/nos-api/api-search/)* 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:
-------------

[](#installation)

Add tristanbes/my-poseo-bundle to your composer.json:

```
php composer.phar require "tristanbes/my-poseo-bundle": "2.*"
```

Register the bundle in the kernel:

```
