Download the PHP package schenke-io/laravel-relation-manager without Composer

On this page you can find all versions of the php package schenke-io/laravel-relation-manager. 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-relation-manager

Laravel Relation Manager

Latest Version on Packagist GitHub Tests Action Status Total Downloads Coverage

Developing complex Laravel applications with many models can be difficult. Laravel Relation Manager helps by bringing all your model relationships together. It creates tests to make sure they work and documents them for easy reference. This saves you time, improves code quality, and keeps your project organized.

Installation

You can install the package via composer:

Install the config file of the package:

Usage

This package's core functionality is provided by two components: 1) Configuration File: The config/relation-manager.php file allows you to define directories, files and namespaces of your project. 2) Custom Relation Manager Command: This command, which extends the RelationManagerCommand class, facilitates the configuration process.

In the command file:

This command is called by default with php artisan relation-manager:run.

The following methods can be used inside handle():

method parameter details
model($model) name of the model the model name is relative to the model namespace configured
writeTest($strict) false: define the minimum, true: define everything write the test file as defined
runTest - run the test file
writeMarkdown - write a markdown file with the documentation
showTables - Show the information as a table in the console

Configuration

The configuration file config/relation-manager.php has the following keys available.

Key Definition
modelNameSpace namespace of the models
projectTestClass name of the class which will be written
extendedTestClass from which class the test file should be extended
markdownFile location where the markdown file should be written to
testCommand command to call the tests
useMermaidDiagram define the diagram writing technology
testDatabase test the database as well

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

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


All versions of laravel-relation-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/contracts Version ^v11.28.1
nette/php-generator Version ^v4.1.6
spatie/laravel-data Version ^3.11.2
spatie/laravel-package-tools Version ^1.16.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 schenke-io/laravel-relation-manager contains the following files

Loading the files please wait ....