toshy / bunnynet-php
BunnyNet API client for PHP
Installs: 59 631
Dependents: 1
Suggesters: 0
Security: 0
Stars: 43
Watchers: 3
Forks: 7
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- nyholm/psr7: ^1.6.1
- psr/http-client: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^10.0
- rector/rector: ^1.0
This package is auto-updated.
Last update: 2024-10-31 14:37:16 UTC
README
BunnyNet API client for PHP
Bunny.net is content delivery platform that truly hops: providing CDN, edge storage, video streaming, image optimizers and much more!
Note: This is a non-official library for the bunny.net API.🧰 Install
composer require toshy/bunnynet-php:^4.0
📜 Documentation
The documentation is available at https://toshy.github.io/BunnyNet-PHP.
🛠️ Contribute
Features and bugfixes should be based on the master
branch.
Prerequisites
Install dependencies
task composer:install
Enable pre-commit hook
task git:hooks
Note: Checks for
phpcs
,phpstan
,phpmd
andphpunit
are executed when committing. You can also run these checks withtask contribute
.
❕ Licence
This repository comes with a MIT license.