Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/tristanbes/myposeobundle
- Owner: tristanbes
- Created: 2014-11-04T13:38:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T08:49:23.000Z (over 2 years ago)
- Last Synced: 2024-09-21T11:09:47.052Z (about 2 months ago)
- Language: PHP
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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