Tags give the ability to mark specific points in history as being important
-
2.0.0
e23885e9 · ·2.0.0 Update to new Insee API. You now need to give an API_KEY when instantiating Sirene: ```php $workplace = (new Sirene(apiKey: 'SUPER-SECRET-API-KEY'))->siret('13000766900018'); echo (string) $workplace->address; ``̀ Check the README for instruction on how to retrieve an API key from the new Insee Portal. Information: The old API used in versions 1 of this library will be disabled at the end of February 2025.
-
-
1.1.0
33c41da2 · ·1.1.0 CHANGELOG: - verification of siret & siren length (`SolidairesInformatique\BadParameter`)
-
-