PHPackages                             agraciakuvut/kuvutplaces - 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. agraciakuvut/kuvutplaces

ActiveLibrary[API Development](/categories/api)

agraciakuvut/kuvutplaces
========================

PHP Wrapper for the KuvutPlaces API

1.0.1(9y ago)096MITPHPPHP &gt;=7.0.0

Since Jun 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/agraciakuvut/KuvutPlaces)[ Packagist](https://packagist.org/packages/agraciakuvut/kuvutplaces)[ Docs](https://github.com/agraciakuvut/KuvutPlaces)[ RSS](/packages/agraciakuvut-kuvutplaces/feed)WikiDiscussions master Synced yesterday

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

PHP Wrapper for the KuvutPlaces API
===================================

[](#php-wrapper-for-the-kuvutplaces-api)

[![Packagist](https://camo.githubusercontent.com/4d71d3d377820c375fc160780d8ddd5bf29e82cc2f0724406f3c828a651497ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616772616369616b757675742f6b75767574706c616365732e737667)](https://packagist.org/packages/agraciakuvut/kuvutplaces)[![license](https://camo.githubusercontent.com/ee061e6c1798bd95fa104c910010a3119850b186c323a1c848b3abcb029dc764/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e7376673f6d61784167653d32353932303030)](#license)

Install
-------

[](#install)

### System Requirements

[](#system-requirements)

You need PHP &gt;= 7.0.0 to use agraciakuvut\\KuvutPlaces but the latest stable version of PHP is recommended.

### Composer

[](#composer)

agraciakuvut\\KuvutPlaces is available on Packagist and can be installed using Composer:

```
composer require agraciakuvut/kuvutplaces

```

### Manually

[](#manually)

You may use your own autoloader as long as it follows PSR-0 or PSR-4 standards. Just put src directory contents in your vendor directory.

### Documentation

[](#documentation)

Not available

### Initialization

[](#initialization)

```
$apikey = 'xxxxxx';
$places = new \agraciakuvut\KuvutPlaces($apikey);
```

### setters

[](#setters)

#### setCountry

[](#setcountry)

```
$places->setCountry('XX');
```

#### setPlatform

[](#setplatform)

```
$places->setPlatform('XXX');
```

#### setPostalCode

[](#setpostalcode)

```
$places->setPostalCode('00000');
```

### Validate

[](#validate)

```
$places->validate();
```

#### output

[](#output)

```
object(stdClass)#3 (1) {
  ["result"]=>
  object(stdClass)#2 (3) {
    ["valid"]=>
    bool(false)
    ["msg"]=>
    string(21) "Postal code not valid"
    ["code"]=>
    int(5)
  }
}
```

LICENSE
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2016

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

3306d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

placeskuvut places

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/agraciakuvut-kuvutplaces/health.svg)

```
[![Health](https://phpackages.com/badges/agraciakuvut-kuvutplaces/health.svg)](https://phpackages.com/packages/agraciakuvut-kuvutplaces)
```

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1903.3M10](/packages/skagarwal-google-places-api)[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)[biscolab/google-maps-php-sdk

Google Maps PHP SDK.

15225.0k](/packages/biscolab-google-maps-php-sdk)

PHPackages © 2026

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