webeweb / pexels-library
Integrate Pexels API with your projects
Installs: 21 061
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 3
Open Issues: 0
Requires
- php: ^7.1|^8.0
- ext-json: *
- guzzlehttp/guzzle: ^6.0|^7.0
- psr/log: ^1.0|^2.0|^3.0
- webeweb/core-library: ^9.0
Requires (Dev)
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.4
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^7.0|^9.0
- dev-master / 3.x-dev
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.11.0
- v2.10.0
- v2.9.1
- v2.9.0
- v2.8.0
- v2.7.1
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-11-03 08:11:19 UTC
README
Integrate Pexels API with your projects.
If you like this package, pay me a beer (or a coffee)
Compatibility
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
composer require webeweb/pexels-library
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Usage
Read the documentation. 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:
git clone https://github.com/webeweb/pexels-library.git
cd pexels-library
composer install
Once all required libraries are installed then do:
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
file for details.
Please note that the Pexels API is not free for use, see their API page for details on usage.