Skip to main content
info@magetechsol.com
Note : We help you to Grow your Business
Free & Open Source

MageTech
Laravel Packages

Free, Production-Ready Packages for Modern Laravel Applications

Developed and maintained by MageTech Solutions. Build faster. Integrate easier. Ship better.

8+
Packages
MIT
License
13.x
Laravel
composer.json
1// Quick Install via Composer
2composer require magetech/laravel-query-toolkit
3
4// Publish Config
5php artisan vendor:publish
6  --tag=mts-query-config
7
8// Use in your Laravel app
9QueryToolkit::for(Product::query())
10  ->filter()->search()->sort()->paginate();
Open Source

Free & Open Source

All packages in this repository are provided free of charge for developers and organizations, subject to the license of each package.

Download Source Code

Access the complete source code for all packages on GitHub

Install via Composer

Quick installation using Laravel's package manager

Use in Laravel Projects

Drop-in integration with any Laravel application

Study the Source Code

Learn from well-structured, production-ready code

Extend Functionality

Customize and extend packages to fit your needs

Contribute Improvements

Submit pull requests to enhance the packages

Report Bugs

Help us improve by reporting issues on GitHub

Request Features

Suggest new features and improvements

Packages

Available Packages

Our complete collection of production-ready Laravel packages, all listed on Packagist and synced with GitHub.

Package Description Laravel PHP License Status
Laravel Query Toolkit
Filtering, search, sorting & pagination 13.x 8.3+ MIT Stable
Laravel API Toolkit
Standardized API responses & error handling 13.x 8.3+ MIT Stable
Laravel Webhooks
Webhook infrastructure & management 13.x 8.3+ MIT Stable
Laravel Import Export
Data import/export utilities 13.x 8.3+ MIT Stable
Laravel Workflow
Business workflow engine 13.x 8.3+ MIT Stable
Laravel AI Gateway
AI service integration & provider management 13.x 8.3+ MIT Stable
Laravel Packages
Open-source Laravel packages ecosystem 13.x 8.3+ MIT Stable
Laravel Feature Flags
Feature management & toggles 13.x 8.3+ MIT Stable
Laravel Audit Pro
Audit logging & tracking 13.x 8.3+ MIT Stable
Laravel SaaS Tenancy
Multi-tenant SaaS utilities 13.x 8.3+ MIT Stable
Installation

Get Started in Seconds

Multiple installation options to fit your workflow. Composer is the recommended method for Laravel applications.

Recommended
1

Composer Install

The recommended way to install packages in any Laravel application.

composer require magetech/laravel-query-toolkit
php artisan vendor:publish \
  --tag=mts-query-config
2

Clone from GitHub

Clone the entire repository to access all packages and documentation.

git clone https://github.com/magetechsol/laravel-packages.git
3

Download ZIP

Download the package source code directly from GitHub.

1. Open the GitHub repository
2. Select the required package
3. Open the package directory
4. Click CodeDownload ZIP
Usage Example — QueryToolkit
// Import the facade
use MageTech\LaravelQueryToolkit\Facades\QueryToolkit;

// Filter, search, sort and paginate in one chain
$products = QueryToolkit::for(Product::query())
    →filter()
    →search()
    →sort()
    →paginate();
Developer Experience

Built for Developers

Every package is designed with developer experience, Laravel conventions, and production readiness in mind.

Simple APIs

Clean, intuitive interfaces that feel native to Laravel. No complex configurations required.

Laravel Conventions

Built following Laravel best practices, service providers, facades, and configuration patterns.

Performance

Optimized for speed with minimal overhead. Designed for high-traffic production environments.

Security First

Following security best practices with input validation, SQL injection prevention, and CSRF protection.

Extensibility

Easy to extend and customize. Events, hooks, and configuration options for advanced use cases.

Testability

Comprehensive test coverage with Pest/PHPUnit. Testing helpers and mock support included.

Documentation

Detailed documentation with real-world examples, API reference, and upgrade guides.

Production Ready

Battle-tested in production environments. Semantic versioning with detailed changelogs.

Our Mission

Why Are We Making These Packages Free?

MageTech Solutions believes that useful developer tools should be accessible to the developer community.

Help Laravel Developers

Provide tools that solve common challenges faced by Laravel developers daily.

Reduce Repetitive Work

Eliminate boilerplate code so developers can focus on business logic.

Encourage Reusable Architecture

Promote clean, modular code architecture in the Laravel ecosystem.

Share Engineering Knowledge

Open source our engineering practices and patterns for the community.

Support the Laravel Ecosystem

Give back to the community that powers millions of web applications.

Receive Community Feedback

Learn from real-world usage and improve packages based on community input.

Build Developer Relationships

Foster long-term relationships with developers who may need our services.

Quality

Professional Engineering Standards

Although packages are free, we maintain professional engineering standards across the entire codebase.

PSR-4 Autoloading
Strict Typing
PHPStan Analysis
Laravel Pint
Pest / PHPUnit
GitHub Actions CI
Semantic Versioning
Full Documentation
Browse

Available Packages

Explore our Laravel packages ready for download and integration.

MTS Laravel RBAC Package -40% New Popular
MTS Laravel RBAC Package

Role-Based Access Control package for Laravel with granular permissions, middlew...

₹4,999 ₹2,999
View Details
MTS Laravel WhatsApp Package -33% New Popular
MTS Laravel WhatsApp Package

WhatsApp Cloud API integration package for Laravel with message templates, webho...

₹5,999 ₹3,999
View Details
MTS Laravel AI Package -29% New
MTS Laravel AI Package

AI integration package for Laravel with OpenAI GPT, image generation, and smart...

₹6,999 ₹4,999
View Details
MTS Laravel Notification Package -38% New
MTS Laravel Notification Package

Unified notification package for Laravel supporting Email, SMS, Push, WhatsApp,...

₹3,999 ₹2,499
View Details
MTS Laravel Payment Gateway Package -31% New Popular
MTS Laravel Payment Gateway Package

Multi-payment gateway integration package for Laravel with Razorpay, Stripe, Pay...

₹7,999 ₹5,499
View Details
MTS Laravel Activity Logger Package -33% New Popular
MTS Laravel Activity Logger Package

Comprehensive activity logging package for Laravel with audit trails, user actio...

₹2,999 ₹1,999
View Details
MTS Laravel File Manager Package -34% New Popular
MTS Laravel File Manager Package

File management package for Laravel with upload, resize, cloud storage (S3, Digi...

₹3,499 ₹2,299
View Details
MTS Laravel API Generator Package -33% New Popular
MTS Laravel API Generator Package

RESTful API generator package for Laravel with auto-documentation, rate limiting...

₹4,499 ₹2,999
View Details
MTS Laravel Search Package -36% New Popular
MTS Laravel Search Package

Full-text search package for Laravel with Elasticsearch, Algolia, and MySQL full...

₹5,499 ₹3,499
View Details
MTS Laravel Cache Manager Package -40% New Popular
MTS Laravel Cache Manager Package

Advanced cache management package for Laravel with tag-based caching, cache warm...

₹2,499 ₹1,499
View Details
Support

Support & Contact

We're here to help with any questions about our packages or services.

Package Issues

Report bugs, request features, or get help with package usage.

GitHub Issues
General Enquiries

For general MageTech Solutions enquiries and business inquiries.

Visit Website
Email Us

Send us an email for direct communication with our team.

info@magetechsol.com
Call Us

Reach out to us directly for immediate assistance.

+91 99442 55515
Community

Join the Community

Be part of the growing Laravel developer community using MageTech packages.

Star the Repository

Help others discover our packages

Report Issues

Help us improve quality

Request Features

Suggest what we should build next

Submit PRs

Contribute code improvements

Improve Docs

Help us write better documentation

Share the Project

Spread the word to other developers

Roadmap

Development Roadmap

Our planned packages and features for the Laravel ecosystem.

Phase 1 — Active
Core Packages

Query Toolkit, API Toolkit, and Webhook Manager — the foundation of our Laravel package ecosystem.

Phase 2 — In Progress
Data & Workflow

Import Export utilities, Workflow Engine, and Feature Flags for advanced application management.

Phase 3 — Planned
Enterprise Tools

Audit Pro, SaaS Tenancy, and additional developer tools for enterprise-grade Laravel applications.

Build Better Laravel Applications

Explore the MageTech Laravel Packages collection.
Free for developers. Open source. Built with Laravel.

Developed and maintained by

MageTech Solutions

"Engineering Better Digital Solutions."

www.magetechsol.com
10 Packages Available
Chat with us