https://github.com/webeweb/pixabay-library
Integrate Pixabay API with your projects
https://github.com/webeweb/pixabay-library
api library photos php pixabay videos webeweb
Last synced: 6 months ago
JSON representation
Integrate Pixabay API with your projects
- Host: GitHub
- URL: https://github.com/webeweb/pixabay-library
- Owner: webeweb
- License: mit
- Created: 2019-05-29T10:11:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:22:52.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:45:59.229Z (7 months ago)
- Topics: api, library, photos, php, pixabay, videos, webeweb
- Language: PHP
- Homepage:
- Size: 288 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
pixabay-library
===============[](https://github.com/webeweb/pixabay-library/actions)
[](https://coveralls.io/github/webeweb/pixabay-library?branch=master)
[](https://packagist.org/packages/webeweb/pixabay-library)
[](./LICENSE)Integrate Pixabay API with your projects.
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/pixabay-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/pixabay-library.git
cd pixabay-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
`pixabay-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.Please note that the Pixabay API is not free for use, see their
[API page](https://www.pixabay.com/api/documentation/) for details on usage.## Donate
If you like this work, please consider donating at
[](https://www.paypal.me/webeweb)