PHPackages                             brianllevado123/bw-zoho-guard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. brianllevado123/bw-zoho-guard

ActiveLibrary[API Development](/categories/api)

brianllevado123/bw-zoho-guard
=============================

Secures and facilitates the communication between Bitwarden and Zoho by acting as a middleware, ensuring safe and authenticated handshakes for API requests.

1.0.0(1y ago)09[4 PRs](https://github.com/brianllevado123/BWZohoGuard/pulls)MITPHPPHP ^8.0CI passing

Since Jan 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/brianllevado123/BWZohoGuard)[ Packagist](https://packagist.org/packages/brianllevado123/bw-zoho-guard)[ Docs](https://github.com/brianllevado123/BWZohoGuard)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/brianllevado123-bw-zoho-guard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (6)Used By (0)

BWZohoGuard
===========

[](#bwzohoguard)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require brianllevado123/bw-zoho-guard
```

You can publish the config file with:

```
php artisan vendor:publish --tag="BWZohoGuard-config"
```

This is the contents of the published config file:

```
return [
    'api_key' => env('API_KEY', 'default_api_key'),
    'master_password' => env('MASTER_PASSWORD', 'default_password'),
    'bitwarden_url' => env('BITWARDEN_URL', 'http://localhost'),
];
```

Add the service provider to config/app.php:

```
'brianllevado123\BWZohoGuard\BWZohoGuardServiceProvider::class',
```

Clear routes:

```
php artisan route:clear
```

Usage
-----

[](#usage)

### Endpoint:

[](#endpoint)

This API endpoint allows you to interact with the Bitwarden API by making requests with a specified endpoint, method, and payload.

```
https://{domain-name}/api/bitwarden-api-request
```

### Request Body:

[](#request-body)

The request body should be a JSON object with the following properties.

```
{
    "bw_api_endpoint": "{string}", // The Bitwarden API endpoint to interact with. Example: "/object/folder"
    "bw_request_method": "{string}", // The HTTP request method to use. Example: "post", "get", "put", "delete"
    "bw_request_payload": {collection} // The data to send with the request
}
```

```
{
    "bw_api_endpoint": "/object/folder",
    "bw_request_method": "post",
    "bw_request_payload": {
        "name": "Folder Name"
    }
}
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/brianllevado123)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f303a18d803e56b6b0a9760be7a08aba86fef9854daf3f47b3bb1abc858f659b?d=identicon)[brianllevado123](/maintainers/brianllevado123)

---

Top Contributors

[![bjllevado123](https://avatars.githubusercontent.com/u/110465124?v=4)](https://github.com/bjllevado123 "bjllevado123 (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![brianllevado123](https://avatars.githubusercontent.com/u/117608675?v=4)](https://github.com/brianllevado123 "brianllevado123 (4 commits)")

---

Tags

middlewareapilaravelbrianllevado123BWZohoGuard

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/brianllevado123-bw-zoho-guard/health.svg)

```
[![Health](https://phpackages.com/badges/brianllevado123-bw-zoho-guard/health.svg)](https://phpackages.com/packages/brianllevado123-bw-zoho-guard)
```

###  Alternatives

[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[rickwest/laravel-wordpress-api

A Laravel read-only client for the WordPress REST API (v2)

3712.5k1](/packages/rickwest-laravel-wordpress-api)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1120.2k](/packages/tapp-filament-webhook-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
