PHPackages                             cirelramos/aws-database-client - 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. [Database &amp; ORM](/categories/database)
4. /
5. cirelramos/aws-database-client

ActiveLibrary[Database &amp; ORM](/categories/database)

cirelramos/aws-database-client
==============================

package to search database client aws

1.0.6(4y ago)0501MITPHPPHP ^7.4|^8.0

Since Mar 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/cirelramos/aws-database-client)[ Packagist](https://packagist.org/packages/cirelramos/aws-database-client)[ RSS](/packages/cirelramos-aws-database-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (5)Versions (7)Used By (0)

Aws database client
===================

[](#aws-database-client)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

About
-----

[](#about)

The `aws database client` package to search database client aws .

##### [Tutorial how create composer package](https://cirelramos.blogspot.com/2022/04/how-create-composer-package.html)

[](#tutorial-how-create-composer-package)

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

[](#installation)

Require the `cirelramos/aws-database-client` package in your `composer.json` and update your dependencies:

```
composer require cirelramos/aws-database-client
```

Configuration
-------------

[](#configuration)

set provider

```
'providers' => [
    // ...
    Cirelramos\Database\Providers\ServiceProvider::class,
],
```

The defaults are set in `config/aws-database-client.php`. Publish the config to copy the file to your own config:

```
php artisan vendor:publish --provider="Cirelramos\Database\Providers\ServiceProvider"
```

> **Note:** this is necessary to yo can change default config

Usage
-----

[](#usage)

add provider in config/app.php

```
    'providers' => [
        CirelRamos\Database\Providers\DatabaseServiceProvider::class,
   ]
```

change in config/database.php

```
    $mysqlConnection = env('TYPE_MYSQL_CONNECTION', null);

    $mysql = [
        'driver' => 'vault',
    ];

    if ($mysqlConnection === 'local' || $mysqlConnection === null) {
        $mysql = [
            'driver' => 'mysql',
            'host' => env('DB_HOST', '127.0.0.1'),
            'port' => env('DB_PORT', '3306'),
            'database' => env('DB_DATABASE', 'apitrillo'),
            'username' => env('DB_USERNAME', 'root'),
            'password' => env('DB_PASSWORD', 'root'),
            'unix_socket' => env('DB_SOCKET', ''),
            'charset' => env('DB_CHARSET_MYSQL', 'utf8mb4'),
            'collation' => env('DB_COLLECTION_MYSQL' , 'utf8mb4_unicode_ci'),
            'prefix' => '',
            'modes' => [
                'NO_UNSIGNED_SUBTRACTION',
                'NO_ENGINE_SUBSTITUTION',
            ],
            'engine' => null,
        ];
    }

$database = [

    //    .
    //    .

    'connections' => [

        //        .
        //        .

        'mysql' => $mysql,

        //        .
        //        .
     ]
]

return $database;
```

License
-------

[](#license)

Released under the MIT License, see [LICENSE](LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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 ~1 days

Total

6

Last Release

1506d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8946ad934686a343e76ab45b0284610330fef041208a0cbb47092afbc902e6b9?d=identicon)[cirelramos](/maintainers/cirelramos)

---

Top Contributors

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

---

Tags

laravelawsdatabase

### Embed Badge

![Health badge](/badges/cirelramos-aws-database-client/health.svg)

```
[![Health](https://phpackages.com/badges/cirelramos-aws-database-client/health.svg)](https://phpackages.com/packages/cirelramos-aws-database-client)
```

###  Alternatives

[ntanduy/cloudflare-d1-database

Easy configuration and setup for D1 Database connections in Laravel.

215.4k](/packages/ntanduy-cloudflare-d1-database)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[dragon-code/laravel-data-dumper

Adding data from certain tables when executing the `php artisan schema:dump` console command

3418.6k](/packages/dragon-code-laravel-data-dumper)

PHPackages © 2026

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