Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tristanbes/myposeobundle

API client de my-poseo http://fr.myposeo.com/
https://github.com/tristanbes/myposeobundle

Last synced: 29 days ago
JSON representation

API client de my-poseo http://fr.myposeo.com/

Awesome Lists containing this project

README

        

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

![CI (master)](https://github.com/tristanbes/MyPoseoBundle/workflows/CI/badge.svg)
![](https://img.shields.io/badge/php-%5E7.4%20%7C%7C%20%5E8.0-blue)
![](https://img.shields.io/badge/Symfony-%5E4.4%20%7C%7C%20%5E5.3-blue)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tristanbes/MyPoseoBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tristanbes/MyPoseoBundle/?branch=master)

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:
--------------

Add tristanbes/my-poseo-bundle to your composer.json:
``` bash
php composer.phar require "tristanbes/my-poseo-bundle": "2.*"
```

Register the bundle in the kernel:

``` php