PHPackages                             romkaltu/livewire-google-places-autocomplete - 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. romkaltu/livewire-google-places-autocomplete

ActiveLibrary

romkaltu/livewire-google-places-autocomplete
============================================

Livewire component for google places autocomplete.

1.0.2(2y ago)210[2 PRs](https://github.com/RomkaLTU/livewire-google-places-autocomplete/pulls)MITPHPPHP ^8.1|^8.2|^8.3

Since Nov 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RomkaLTU/livewire-google-places-autocomplete)[ Packagist](https://packagist.org/packages/romkaltu/livewire-google-places-autocomplete)[ Docs](https://github.com/romkaltu/livewire-google-places-autocomplete)[ RSS](/packages/romkaltu-livewire-google-places-autocomplete/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (14)Versions (6)Used By (0)

Livewire component for google places autocomplete.
==================================================

[](#livewire-component-for-google-places-autocomplete)

[![Latest Version on Packagist](https://camo.githubusercontent.com/34615e54ea0f7987f85a0a031043791125a09b3a9392bbaf97e6867cd5ca4483/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6d6b616c74752f6c697665776972652d676f6f676c652d706c616365732d6175746f636f6d706c6574652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romkaltu/livewire-google-places-autocomplete)[![GitHub Tests Action Status](https://camo.githubusercontent.com/afcaf99bc6fd4c117e86c5bdff5d435f7856d6ff7e4b915304328bb529f4363b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726f6d6b616c74752f6c697665776972652d676f6f676c652d706c616365732d6175746f636f6d706c6574652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/romkaltu/livewire-google-places-autocomplete/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5626eab114f879a45d3c431dfadb524f2a645c03c989bba93202bd688f928a2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726f6d6b616c74752f6c697665776972652d676f6f676c652d706c616365732d6175746f636f6d706c6574652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/romkaltu/livewire-google-places-autocomplete/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c9c2ebc2a2c5ac69f7407bbb70c1f4575f1b1c00faa2351839be4d0753730612/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6d6b616c74752f6c697665776972652d676f6f676c652d706c616365732d6175746f636f6d706c6574652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romkaltu/livewire-google-places-autocomplete)

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/986d2f0b3fb1ba2616243470464d5ac5d36a93974d7e11d85daaecbd81ce3a0c/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4c6976657769726520676f6f676c6520706c61636573206175746f636f6d706c6574652e6a70673f743d31)](https://camo.githubusercontent.com/986d2f0b3fb1ba2616243470464d5ac5d36a93974d7e11d85daaecbd81ce3a0c/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4c6976657769726520676f6f676c6520706c61636573206175746f636f6d706c6574652e6a70673f743d31)\]( google places autocomplete)

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 romkaltu/livewire-google-places-autocomplete
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="livewire-google-places-autocomplete-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="livewire-google-places-autocomplete-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="livewire-google-places-autocomplete-views"
```

Usage
-----

[](#usage)

```
$livewireGooglePlacesAutocomplete = new RomkaLTU\LivewireGooglePlacesAutocomplete();
echo $livewireGooglePlacesAutocomplete->echoPhrase('Hello, RomkaLTU!');
```

Testing
-------

[](#testing)

```
composer test
```

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)

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

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 79.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

Every ~0 days

Total

3

Last Release

899d ago

### Community

Maintainers

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

---

Top Contributors

[![RomkaLTU](https://avatars.githubusercontent.com/u/10167743?v=4)](https://github.com/RomkaLTU "RomkaLTU (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravellivewiregoogle placeslivewire-google-places-autocompletecodesomelabsgoogle-places-autocomplete

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/romkaltu-livewire-google-places-autocomplete/health.svg)

```
[![Health](https://phpackages.com/badges/romkaltu-livewire-google-places-autocomplete/health.svg)](https://phpackages.com/packages/romkaltu-livewire-google-places-autocomplete)
```

###  Alternatives

[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[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)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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