Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminnairi/php-siren
French SIREN number validator
https://github.com/aminnairi/php-siren
composer php siren test
Last synced: about 5 hours ago
JSON representation
French SIREN number validator
- Host: GitHub
- URL: https://github.com/aminnairi/php-siren
- Owner: aminnairi
- License: gpl-3.0
- Created: 2022-02-02T21:13:17.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-02-03T15:47:27.000Z (almost 3 years ago)
- Last Synced: 2024-05-27T22:05:07.395Z (6 months ago)
- Topics: composer, php, siren, test
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# aminnairi/siren
French SIREN number validator
[![Test](https://github.com/aminnairi/php-siren/actions/workflows/test.yaml/badge.svg)](https://github.com/aminnairi/php-siren/actions/workflows/test.yaml)
## Installation
```bash
mkdir project
cd project
composer init
composer require aminnairi/siren
```## Usage
```bash
touch index.php
``````php