Download the PHP package clcbws/laravel-database-lifecycle-suite without Composer

On this page you can find all versions of the php package clcbws/laravel-database-lifecycle-suite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-database-lifecycle-suite

Laravel Database Lifecycle Suite

Latest Version on GitHub Total Downloads License

Laravel Database Lifecycle Suite is a premium toolkit designed for database reverse-engineering, optimization, and visualization. It provides a comprehensive 360-degree view of your database health, from structural integrity to performance bottlenecks. Fully optimized for Laravel 13.x, with legacy support for 12.x and 11.x.


๐Ÿ“ธ Showcase

Database Lifecycle Scorecard

Get a comprehensive health check of your database in one command.

Connection Latency Monitoring

Verify reachability and measure performance across all your database nodes.

Index Standardizer

Keep your index naming consistent across your entire application.


โœจ Key Features


๐Ÿ“ฆ Installation

You can install the package via composer:

[!TIP] To enable Structural Drift Detection in the db:lifecycle-status report, we highly recommend also installing: composer require clcbws/laravel-schema-sentinel

Publish the configuration file:


๐Ÿš€ Usage

1. Database Health & Auditing

Lifecycle Scorecard

To get a full overview of your database health:

Missing Index Audit

To identify unindexed Foreign Keys and potential performance bottlenecks:

PII Scanning

To identify sensitive data columns (Email, Phone, etc.):

2. Optimization & Standardization

Standardize Index Names

To fix non-standard index names (includes --dry-run support):

Find Redundant Indexes

To find overlapping indexes that should be removed:

3. Reverse Engineering & Visualization

Legacy Bridge

To reverse-engineer your database into a new Laravel project:

Generate ERD

To generate a Mermaid.js diagram of your database:

4. Snapshots & Data Integrity

Schema Snapshot

To save the current schema state:

Data Drift Check

To compare data records against a source connection:


๐Ÿ—๏ธ Architecture

The suite is built with a modular "Auditor-Engine" architecture:

  1. Auditors: Dedicated classes that analyze specific database traits (PII, Indexes, Casts).
  2. Engines: Reusable core components for Snapshotting, Drift Detection, and Code Generation.
  3. Traits: Standardized shared logic like FiltersTables for multi-database isolation.

โš™๏ธ Versioning System

We follow Semantic Versioning (SemVer):


๐Ÿ“„ License

The MIT License (MIT). Please see License File for more information.


๐Ÿค Credits



All versions of laravel-database-lifecycle-suite with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/console Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package clcbws/laravel-database-lifecycle-suite contains the following files

Loading the files please wait ...