https://github.com/axeldotdev/laravel-insee
This is a Laravel package that helps you use the INSEE APIs.
https://github.com/axeldotdev/laravel-insee
Last synced: 26 days ago
JSON representation
This is a Laravel package that helps you use the INSEE APIs.
- Host: GitHub
- URL: https://github.com/axeldotdev/laravel-insee
- Owner: axeldotdev
- License: mit
- Created: 2022-01-07T09:30:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T04:39:39.000Z (over 2 years ago)
- Last Synced: 2025-04-28T07:23:36.446Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Laravel-insee
[](https://packagist.org/packages/axeldotdev/laravel-insee)
[](https://github.com/axeldotdev/laravel-insee/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/axeldotdev/laravel-insee/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[](https://packagist.org/packages/axeldotdev/laravel-insee)
This is a Laravel package that helps you use the INSEE APIs.
## Installation
You can install the package via composer:
```bash
composer require axeldotdev/laravel-insee
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="insee-config"
```
## Usage
TODO
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Axel Charpentier](https://github.com/axeldotdev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.