Skip to content

Commit c0badb2

Browse files
committed
Merge branch 'develop'
**Features :** - Add 'informations' function
2 parents dcf0d1b + 82ad87c commit c0badb2

22 files changed

+1959
-39
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.3', '7.4', '8.0']
11+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
composer.lock
21
composer.phar
32
/vendor/
43
.jwt_sirene.json

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![version](https://img.shields.io/badge/Version-1.1.1-brightgreen.svg)](https://github.com/SimonDevelop/sirene/releases/tag/1.1.1)
1+
[![version](https://img.shields.io/badge/Version-1.1.2-brightgreen.svg)](https://github.com/SimonDevelop/sirene/releases/tag/1.1.2)
22
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg)](https://php.net/)
33
[![Github Actions PHP](https://github.com/SimonDevelop/sirene/workflows/PHP/badge.svg)](https://github.com/SimonDevelop/sirene/actions)
44
[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/SimonDevelop/sirene/blob/master/LICENSE)
@@ -7,6 +7,7 @@
77
Sirene est une librairie php vous permettant d'utiliser l'[API Sirene](https://api.insee.fr/catalogue/site/themes/wso2/subthemes/insee/pages/item-info.jag?name=Sirene&version=V3&provider=insee) de l'insée via des fonctions pour facilité la recherche d'établissement.
88

99
## TODO
10+
- [x] Informations du service
1011
- [x] Recherche par siren
1112
- [x] Recherche par siret
1213
- [x] Recherche d'établissement via paramètres

0 commit comments

Comments
 (0)