承接 philip/laravel-instagres 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

philip/laravel-instagres

Composer 安装命令:

composer require philip/laravel-instagres

包简介

Laravel integration for Neon Claimable Postgres — instant PostgreSQL databases, no signup

README 文档

README

Latest Version on Packagist Total Downloads

This package connects Laravel to Neon Claimable Postgres. You can create a database and keep using it with the returned connection URLs without a Neon account or API auth. Sign in to Neon only when you claim a database into your account. The package builds on philip/instagres.

Features

  • Instant provisioning. No Neon account or auth to call the create API from Artisan or the facade
  • Connect with the returned URLs. No Neon login for queries (only for claim)
  • Immediate connection string availability. Artisan can write DB_*, DB_URL, or named keys to .env
  • 72-hour lifespan unless you claim the database for permanent use in Neon (claim_url in the response)
  • Create a database with php artisan instagres:create or Instagres::create()
  • Pooled and direct connection strings in the API response (--direct-url puts the direct string on the default connection when you use --set-default)
  • instagres-php handles HTTP and helpers: create, Client::getDatabase($id) (same response shape as create), connection parsing, claim URLs, and UUID generation
  • Optional logical replication on create (command flag or config)
  • Laravel 10.x through 13.x, PHP ^8.2

Installation

composer require philip/laravel-instagres

Laravel loads the package through package discovery.

Publish the config when you want to tune API ref, referrer, logical replication, or the default claim URL variable name:

php artisan vendor:publish --tag="instagres-config"

Quick start

Set the default database (writes pooled DB_* keys to .env):

php artisan instagres:create --set-default

Pooled connections fit typical web and API traffic.

Add --url when you want one DB_URL line instead of separate DB_* keys.

Run in CI or scripts without prompts:

php artisan instagres:create --set-default --force

Use a direct (non-pooled) endpoint on the default connection when migrations or tooling require it:

php artisan instagres:create --set-default --direct-url --force

Save a second database without changing the default connection:

php artisan instagres:create --save-as=staging

Print claim URLs so you can keep a database past the trial window:

php artisan instagres:claim-url

If you skip --set-default and --save-as, the create command only prints details. It does not change .env.

Verify the connection

php artisan db:show

More detail

See the documentation index for full command tables, configuration, the facade, upgrades, and workflows.

Development

Clone the repository and run composer test if you contribute changes.

Changelog

See CHANGELOG.md.

Contributing

Contributions are welcome. Open a pull request.

Security

Email philip@roshambo.org for security issues.

Links

License

The MIT License (MIT). See LICENSE.md.

philip/laravel-instagres 适用场景与选型建议

philip/laravel-instagres 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 11 月 14 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「database」 「postgresql」 「postgres」 「neon」 「laravel」 「instagres」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 philip/laravel-instagres 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 philip/laravel-instagres 我们能提供哪些服务?
定制开发 / 二次开发

基于 philip/laravel-instagres 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 23
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-14