Download the PHP package litepie/masters without Composer

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

Laravel Masters Package

A comprehensive Laravel package for managing master data with advanced multi-tenancy support. This package provides a robust foundation for handling reference data like countries, states, cities, categories, currencies, languages, and custom master data types in multi-tenant Laravel applications.

Table of Contents

Features

🏢 Multi-Tenant Architecture

📊 Comprehensive Master Data Management

🚀 Performance & Scalability

🔧 Developer Experience

🌐 API & Web Interface

🔒 Security & Reliability

Requirements

Installation

Step 1: Install via Composer

Step 2: Publish Package Assets

Step 3: Run Database Migrations

Step 4: Install and Setup Package

Configuration

The package configuration file config/masters.php provides extensive customization options:

Multi-Tenancy Strategy

Cache Configuration

API Settings

Quick Start

Basic Usage with Facade

Using Eloquent Models Directly

Multi-Tenancy

Tenant Context Management

Global vs Tenant-Specific Data

Master Data Types

Default Master Types

The package comes with these pre-configured master types:

Creating Custom Master Types

Usage Examples

Hierarchical Data Operations

Advanced Querying

Bulk Operations

API Documentation

Authentication

All API endpoints support standard Laravel authentication and can be protected with middleware:

Endpoints

Master Types

Master Data

Convenience Endpoints

Request/Response Examples

Create Master Data

Response:

Get Hierarchical Data

Response:

Console Commands

Installation & Setup

Data Import

Maintenance

Admin Interface

Accessing the Admin Panel

The package provides a web-based admin interface accessible at /admin/masters (configurable):

Customizing Admin Routes

Advanced Features

Custom Validation Rules

Event Hooks

Custom Cache Strategies

Database Optimization

Testing

Unit Tests

API Tests

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

Development Setup

Changelog

Please see CHANGELOG.md for recent changes.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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


All versions of masters with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^10.0|^11.0|^12.0
spatie/laravel-permission Version ^6.0|^7.0
spatie/laravel-multitenancy Version ^3.0|^4.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 litepie/masters contains the following files

Loading the files please wait ....