PHPackages                             nietocjr/laravel-kintone-connect - 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. nietocjr/laravel-kintone-connect

ActiveLibrary[API Development](/categories/api)

nietocjr/laravel-kintone-connect
================================

laravel-kintone-connect provides seamless integration between Laravel and Kintone, allowing easy interaction with Kintone’s API to manage records.

0.3.0(1mo ago)0113[1 PRs](https://github.com/nietocjr/laravel-kintone-connect/pulls)MITPHPPHP ^8.3CI passing

Since Sep 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nietocjr/laravel-kintone-connect)[ Packagist](https://packagist.org/packages/nietocjr/laravel-kintone-connect)[ Docs](https://github.com/nietocjr/laravel-kintone-connect)[ GitHub Sponsors](https://github.com/nietocjr)[ RSS](/packages/nietocjr-laravel-kintone-connect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (26)Versions (9)Used By (0)

laravel-kintone-connect provides seamless integration between Laravel and Kintone, allowing easy interaction with Kintone’s API to manage records.
==================================================================================================================================================

[](#laravel-kintone-connect-provides-seamless-integration-between-laravel-and-kintone-allowing-easy-interaction-with-kintones-api-to-manage-records)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d522d67a6d8bcbbfc40c04779367620a59483b5a977d09da8c37f9cf41fd0e07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6965746f636a722f6c61726176656c2d6b696e746f6e652d636f6e6e6563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nietocjr/laravel-kintone-connect)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8b4fdf230bf79a0d6300e710a7d35c425587a9c14a065f0533a6b8e44821cc5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6965746f636a722f6c61726176656c2d6b696e746f6e652d636f6e6e6563742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/nietocjr/laravel-kintone-connect/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2394218f6600eca446e729204cb742303226748c63ee5afc2213abebe225c89c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6965746f636a722f6c61726176656c2d6b696e746f6e652d636f6e6e6563742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/nietocjr/laravel-kintone-connect/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e3f215bdbb3ab5ed82f44a56b0387620af31f2aa45adf645e77c8f98a50d2900/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6965746f636a722f6c61726176656c2d6b696e746f6e652d636f6e6e6563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nietocjr/laravel-kintone-connect)

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

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

[](#installation)

You can install the package via composer:

```
composer require nietocjr/laravel-kintone-connect
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-kintone-connect-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-kintone-connect-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-kintone-connect-views"
```

Usage
-----

[](#usage)

```
$laravelKintoneConnect = new nietocjr\LaravelKintoneConnect();
echo $laravelKintoneConnect->echoPhrase('Hello, nietocjr!');
```

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)

- [Nieto Jose](https://github.com/nietocjr)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance91

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.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 ~183 days

Total

4

Last Release

46d ago

PHP version history (2 changes)0.1.0PHP ^8.2

0.3.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/37ce6121c7aebf3b71b27950b643ffee5ad69ee42176f47d805b2047c7db626f?d=identicon)[nietocjr](/maintainers/nietocjr)

---

Top Contributors

[![nietocjr](https://avatars.githubusercontent.com/u/93526899?v=4)](https://github.com/nietocjr "nietocjr (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

laravelnietocjrlaravel-kintone-connect

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nietocjr-laravel-kintone-connect/health.svg)

```
[![Health](https://phpackages.com/badges/nietocjr-laravel-kintone-connect/health.svg)](https://phpackages.com/packages/nietocjr-laravel-kintone-connect)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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