PHPackages                             ttungbmt/laravel-cors-proxy - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. ttungbmt/laravel-cors-proxy

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ttungbmt/laravel-cors-proxy
===========================

This is my package laravel-cors-proxy

1.0.0(3y ago)0258MITPHPPHP ^8.1

Since Jul 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ttungbmt/laravel-cors-proxy)[ Packagist](https://packagist.org/packages/ttungbmt/laravel-cors-proxy)[ Docs](https://github.com/ttungbmt/laravel-cors-proxy)[ RSS](/packages/ttungbmt-laravel-cors-proxy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This is my package laravel-cors-proxy
=====================================

[](#this-is-my-package-laravel-cors-proxy)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a29ab1d5237daa073a8bf69a9d6c3f535c48e4a4b288e44ef3bdc0209ff33a19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7474756e67626d742f6c61726176656c2d636f72732d70726f78792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ttungbmt/laravel-cors-proxy)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0e35e7e0b7289e791256db54fdc82458c7c0c432b04fc909b95c32a9fffc76dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7474756e67626d742f6c61726176656c2d636f72732d70726f78792f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ttungbmt/laravel-cors-proxy/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/eb4cf22f76b389a77396f4af52e541c520a2be1d56bc0bda0d1c8e8553ad5152/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7474756e67626d742f6c61726176656c2d636f72732d70726f78792f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ttungbmt/laravel-cors-proxy/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4127badb9111005bd643653ea241957be00edfd4315a5d6c4f939083ecfb743b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7474756e67626d742f6c61726176656c2d636f72732d70726f78792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ttungbmt/laravel-cors-proxy)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/dece83cf6d368c81441a1f91d8d7cb3ceb20725b1570668226553d993761533f/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d636f72732d70726f78792e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-cors-proxy)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require ttungbmt/laravel-cors-proxy
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-cors-proxy-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-cors-proxy-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-cors-proxy-views"
```

Usage
-----

[](#usage)

```
$corsProxy = new ttungbmt\CorsProxy();
echo $corsProxy->echoPhrase('Hello, ttungbmt!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/ttungbmt/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [ttungbmt](https://github.com/ttungbmt)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

1389d ago

### Community

Maintainers

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

---

Top Contributors

[![ttungbmt](https://avatars.githubusercontent.com/u/12232155?v=4)](https://github.com/ttungbmt "ttungbmt (8 commits)")

---

Tags

laravelttungbmtlaravel-cors-proxy

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ttungbmt-laravel-cors-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/ttungbmt-laravel-cors-proxy/health.svg)](https://phpackages.com/packages/ttungbmt-laravel-cors-proxy)
```

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[pdphilip/cf-request

Cloudflare Laravel Request

2725.6k1](/packages/pdphilip-cf-request)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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