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