Download the PHP package toshy/bunnynet-php without Composer
On this page you can find all versions of the php package toshy/bunnynet-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download toshy/bunnynet-php
More information about toshy/bunnynet-php
Files in toshy/bunnynet-php
Informations about the package bunnynet-php
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
📜 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
Enable pre-commit hook
Note: Checks for
phpcs
,phpstan
,phpmd
andphpunit
are executed when committing. You can also run these checks withtask contribute
.
🤖 Automated PRs
This repository has a workflow run (see models based on the latest OpenAPI specifications and subsequently
creates a (draft) PR for these changes. You can identify these automated PRs with the labels OpenAPI
and automated
.
The automated PRs contain 3 tasks:
- [x] Add/Update API models
- [ ] Add/Update API public methods for corresponding models
- [ ] Update documentation
The first task is already done by the generator, but if you want to fix the other two tasks, please use the following way of working.
- Fork the repository and make sure to copy all branches (not just
master
). - Create a branch based on the automated PR branch.
- The automated branches will be prefixed with
patch/automated-models
followed by a commit hash, e.g.patch/automated-models-12efdf9
.
- The automated branches will be prefixed with
- Make the desired changes in your own branch.
- Create a PR with your branch, denote your changes and reference the existing automated (draft) PR.
❕ Licence
This repository comes with a MIT license.
All versions of bunnynet-php with dependencies
ext-json Version *
psr/http-client Version ^1.0
nyholm/psr7 Version ^1.6.1