https://github.com/webeweb/pappers-library
Integrate Pappers API with your projects
https://github.com/webeweb/pappers-library
library pappers php webeweb
Last synced: about 1 month ago
JSON representation
Integrate Pappers API with your projects
- Host: GitHub
- URL: https://github.com/webeweb/pappers-library
- Owner: webeweb
- License: mit
- Created: 2021-05-21T06:22:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:23:18.000Z (12 months ago)
- Last Synced: 2025-03-24T16:45:54.280Z (about 2 months ago)
- Topics: library, pappers, php, webeweb
- Language: PHP
- Homepage:
- Size: 535 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
pappers-library
===============[](https://github.com/webeweb/pappers-library/actions)
[](https://coveralls.io/github/webeweb/pappers-library?branch=master)
[](https://packagist.org/packages/webeweb/pappers-library)
[](./LICENSE)Integrate Pappers API with your projects.
> IMPORTANT NOTICE: This package is still under development. Any changes will be
> done without prior notice to consumers of this package. Of course this code
> will become stable at a certain point, but for now, use at your own risk.If you like this package, pay me a beer (or a coffee)
[](https://www.paypal.me/webeweb)## Compatibility
[](http://php.net)
## Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:```bash
composer require webeweb/pappers-library
```This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.## Usage
Read the [documentation](doc/index.md).
You can also consult or execute sample scripts into dev folder.## Testing
To test the package, is better to clone this repository on your computer.
Open a command console and execute the following commands to download the latest
stable version of this package:```bash
git clone https://github.com/webeweb/pappers-library.git
cd pappers-library
composer install
```Once all required libraries are installed then do:
```bash
vendor/bin/phpunit
```> IMPORTANT NOTICE: To test the package with your API key, pastes it into a
> `.token` file at the root of this package.## License
`pappers-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.Please note that the Pappers API is free for use, see their
[API page](https://www.pappers.fr/api) for details.## Donate
If you like this work, please consider donating at
[](https://www.paypal.me/webeweb)