Download the PHP package carvephp/carve without Composer

On this page you can find all versions of the php package carvephp/carve. 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 carve

CarvePHP

Find service boundaries in Laravel monoliths using static analysis + runtime tracing.

Tests

CarvePHP is a Laravel-first toolkit that analyzes your existing monolith and produces actionable migration reports. It combines static code analysis with runtime tracing to identify service boundaries with evidence.

Status: v0.1.2-alpha — Preview release. Ready for experimentation and feedback. Not yet production-ready for automatic extraction.

Latest alpha: v0.1.2-alpha


Installation

After installing, publish the config and run the environment check:


Quickstart

For better results, enable runtime tracing (optional):

Sample report snippet:


What It Does Today

Feature Status
Static scan (routes, controllers, models, migrations, raw SQL)
Runtime tracing middleware (HTTP + queue + query events)
Dependency graph builder (static + trace merge)
Table affinity clustering for boundary detection
Comprehensive Markdown migration report
Environment doctor command
JSONL + database trace stores

What It Does Not Do (Yet)

Feature Status
Automatic service generation ❌ (planned for v0.2–v0.3)
One-command microservice extraction ❌ (you stay in control)
Database splitting automation ❌ (manual after report)
Production-ready extraction workflow ❌ (v1.0 target)
Shadow / diff mode for extraction validation 🔄 (experimental stub)

Requirements

Commands

Command Description
carve:install Publish config and migrations
carve:doctor Check environment readiness
carve:scan Run static analysis on the monolith
carve:trace-install Guide runtime tracing setup
carve:analyze Build dependency graph from static scan + traces
carve:boundaries Detect candidate service boundaries
carve:report Generate comprehensive migration report
carve:generate-service Generate service stub (experimental)
carve:generate-openapi Generate OpenAPI stub (experimental)
carve:generate-client Generate client SDK stub (experimental)
carve:shadow Shadow traffic/diff support (experimental)
carve:diff Compare saved shadow responses (experimental)

Architecture


Contributing

See CONTRIBUTING.md.

Security

See SECURITY.md.

License

MIT — see LICENSE for details.


All versions of carve with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/routing Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
nikic/php-parser Version ^5.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 carvephp/carve contains the following files

Loading the files please wait ...