PHPackages                             danpalmieri/laravel-custom-domains - 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. danpalmieri/laravel-custom-domains

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

danpalmieri/laravel-custom-domains
==================================

A package to connect the Cloudflare custom domain service to a Laravel application.

20[2 PRs](https://github.com/danpalmieri/laravel-custom-domains/pulls)PHP

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/danpalmieri/laravel-custom-domains)[ Packagist](https://packagist.org/packages/danpalmieri/laravel-custom-domains)[ RSS](/packages/danpalmieri-laravel-custom-domains/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Laravel Custom Domains
======================

[](#laravel-custom-domains)

A package to connect the Cloudflare custom domain service to a Laravel application.

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

[](#installation)

You can install the package via composer:

```
composer require danpalmieri/laravel-custom-domains
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="custom-domains-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="custom-domains-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="custom-domains-views"
```

Usage
-----

[](#usage)

```
$variable = new VendorName\Skeleton();
echo $variable->echoPhrase('Hello, VendorName!');
```

Testing
-------

[](#testing)

```
composer test
```

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Dan Palmieri](https://github.com/danpalmieri)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

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/1392562?v=4)[Daniel Palmieri](/maintainers/danpalmieri)[@danpalmieri](https://github.com/danpalmieri)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/danpalmieri-laravel-custom-domains/health.svg)

```
[![Health](https://phpackages.com/badges/danpalmieri-laravel-custom-domains/health.svg)](https://phpackages.com/packages/danpalmieri-laravel-custom-domains)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k131](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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