PHPackages                             bernskioldmedia/laravel-better-proposals - 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. bernskioldmedia/laravel-better-proposals

AbandonedArchivedLibrary[API Development](/categories/api)

bernskioldmedia/laravel-better-proposals
========================================

This is an API wrapper class for the Better Proposals API.

169[1 PRs](https://github.com/bernskioldmedia/laravel-better-proposals/pulls)PHP

Since Sep 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bernskioldmedia/laravel-better-proposals)[ Packagist](https://packagist.org/packages/bernskioldmedia/laravel-better-proposals)[ RSS](/packages/bernskioldmedia-laravel-better-proposals/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Better Proposals API
============================

[](#laravel-better-proposals-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e850e2a574a885a4efaaffcbba8314190e5a124dcd9aa51bcaa044b6ffe96d39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265726e736b696f6c646d656469612f6c61726176656c2d6265747465722d70726f706f73616c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bernskioldmedia/laravel-better-proposals)[![GitHub Tests Action Status](https://camo.githubusercontent.com/82439a00d019e38829b87d475dc9deab3305c76b35dcb96b0f78ccbe464d7a35/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6265726e736b696f6c646d656469612f6c61726176656c2d6265747465722d70726f706f73616c732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/bernskioldmedia/laravel-better-proposals/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b1022b8ac73c9d942b78a819365c786c260545bff41aca9f48840bf3c8bceefc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6265726e736b696f6c646d656469612f6c61726176656c2d6265747465722d70726f706f73616c732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/bernskioldmedia/laravel-better-proposals/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a3f2843effae849c9b6e3941c0dc846a6e1d5a93506e5f12d1f16642cbfd1017/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265726e736b696f6c646d656469612f6c61726176656c2d6265747465722d70726f706f73616c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bernskioldmedia/laravel-better-proposals)

This package adds a fluent way of interacting with the [Better Proposals](https://betterproposals.io) proposal management system and its API.

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

[](#installation)

You can install the package via composer:

```
composer require bernskioldmedia/laravel-better-proposals
```

You can publish the config file with:

```
php artisan vendor:publish --tag="better-proposals-config"
```

This is the contents of the published config file:

```
return [

    /**
     * The API key used for authenticating with the Better Proposals API.
     */
    'api_key' => env('BETTER_PROPOSALS_API_KEY', ''),

    /**
     * The Base URL for the BetterProposals API including the version.
     * This package currently only supports V2 of the API.
     */
    'base_url' => env('BETTER_PROPOSALS_API_URL', 'https://api.betterproposals.io'),

];
```

Usage
-----

[](#usage)

The package provides a convenient facade to interact with all resources. The package will let you consume the API through fluent methods, but will not touch or map the response coming from the API. Please see the [Better Proposals API docs](https://betterproposals.io/resources/api/)for more information on responses.

The package currently supports all Better Proposals API resources. Your IDE should discover them on the facade when typing.

When getting lists using the `all` method there are also fluent filtering methods to help you filter. Additionally, some resources have "actions" as well. The names of these functions match mostly to the parameters in the Better Proposals API docs.

```
use BernskioldMedia\BetterProposals\Facades\BetterProposals;

BetterProposals::companies()->all();

BetterProposals::proposals()->signed();

BetterProposals::proposals()->all();

BetterProposals::proposals()->create(['...']);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Bernskiold Media](https://github.com/bernskioldmedia)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8409819?v=4)[Bernskiold](/maintainers/bernskiold)[@bernskiold](https://github.com/bernskiold)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![ErikBernskiold](https://avatars.githubusercontent.com/u/1166728?v=4)](https://github.com/ErikBernskiold "ErikBernskiold (6 commits)")

### Embed Badge

![Health badge](/badges/bernskioldmedia-laravel-better-proposals/health.svg)

```
[![Health](https://phpackages.com/badges/bernskioldmedia-laravel-better-proposals/health.svg)](https://phpackages.com/packages/bernskioldmedia-laravel-better-proposals)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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