3062 Repositories
PHP laravel-framework Libraries
Library extra fields for Laravel Orchid Platform
Orchid Fields Extra library which add different fields in Laravel Orchid Platform Installation You may install into your project using the Composer pa
Instantly login as user via a single button tap on dev environments.
Getting tired of always entering login details in local dev environments? This package adds a button to instantly login a user! Installation You can i
A package that allows secure communication between two or more projects, focused mainly for use in microservices architectures, adding the Oauth2 authorization standard in addition to security at the network level by IP addresses and whitelists, which may already be owned.
OAuth2 between Laravel projects A package that allows secure communication between two or more projects, focused mainly for use in microservices archi
A REST API that should power the Agile Monkeys CRM Service
This is a simple REST API that purposes to power the Agile Monkeys CRM service
Flow Framework Task Scheduler
This package provides a simple to use task scheduler for Neos Flow. Tasks are configured via settings, recurring tasks can be configured using cron syntax. Detailed options configure the first and last executions as well as options for the class handling the task.
A GETTR.com client library written in PHP with Laravel support.
Gettr API Clinet PHP A GETTR.com client library written in PHP with Laravel support. This library uses unofficial publicly accessible API endpoints of
Rebuild the todo website with Laravel and Vue
Lara-Todo This is a course that I took at Udmey, to create a todo website with Laravel and Vue.js Start First we need to download and setup Composer.
Zen Cart® is a full-function e-commerce application for your website.
Zen Cart® - The Art of E-Commerce Zen Cart® was the first Open Source e-Commerce web application to be fully PA-DSS Certified. Zen Cart® v1.5.8 is an
Quickly create `User` models with Artisan. ⚡️
Quickly create User models with Artisan. Installation You can install the package via composer: composer require ryangjchandler/laravel-make-user Usag
Atom VPN package for Laravel
Atom VPN package for Laravel What It Does This package allows you to manage user permissions and roles in a database. Once installed you can do stuff
Simpler Url Shortener for Laravel
Laravel Url Shortener Install composer require magarrent/laravel-url-shortener Run migrations: php artisan migrate Configuration If you want to config
Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails.
Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails. Installation You can install the package via composer: composer r
Need some filters? This package is based on the Repository Design Pattern to let you create specific queries easily.
DevMakerLab/Laravel-Filters Need some filters? This package is based on the Repository Design Pattern to let you create specific queries easily. Insta
Laravel Boilerplate with AdminLTE Theme
Welcome to FastLaravel Laravel Boilerplate for AdminLTE Theme Laravel Boilerplate with AdminLTE Theme with FastLaravel.
DinoPHP is a web application framework with expressive.
DinoPHP is a web application framework with expressive. We believe development must be an enjoyable and creative experience. DinoPHP takes the pain out of development by easing common tasks used in many web projects
Gestor de Contraseñas basado en Laravel 8 + PHP 8 + MySQL 8. Self-hosted Password Manager based on Laravel 8 + PHP 8 + MySQL 8.
English Gestor de Contraseñas Esta aplicación permite una gestión completa de contraseñas para múltiples tipos de servicios (web, ssh, teléfonos, wifi
Evo is a Laravel package that leverages PHP 8 features.
Evo is a Laravel package that leverages PHP 8 features. It change the way you write Laravel app into something like this: #[RoutePrefix('users')] clas
Track the memory usage of your workers and display them in Filament.
Filament Memory Tracker Track the memory usage of your workers and display them in Filament. Installation Install the package via composer: composer r
This package provides the database factory experience to fake Http calls in your testsuite.
This package provides the database factory experience to fake Http calls in your testsuite
Polymorphic and Multilingual CMS powered by Laravel
Nuclear CMS Polymorphic and multilingual content management system. Nuclear is a polymorphic and multilingual content management system powered by Lar
A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.
Bagisto is a hand tailored E-Commerce framework built on some of the hottest opensource technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework.
Elasticsearch migrations for Laravel
Elastic Migrations Elasticsearch migrations for Laravel allow you to easily modify and share indices schema across the application's environments. Con
A REST client inside your Laravel app
Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms, and other utility endpoints based on Laravel routes in your project.
LavaLust is an lightweight Web Framework - (using MVC pattern) - for people who are developing web sites using PHP. It helps you write code easily using Object-Oriented Approach. It also provides set of libraries for commonly needed tasks, as well as a helper functions to minimize the amount of time coding.
LavaLust Version 2 This is an early release of LavaLust Version 2. You may check the changelog.txt file to see the changes. Overview of Changes in Ve
insert batch and update batch in laravel
Laravel BATCH (BULK) Insert and update batch (bulk) in laravel Install composer require mavinoo/laravel-batch Service Provider file app.php in array p
High performance HTTP Service Framework for PHP based on Workerman.
webman High performance HTTP Service Framework for PHP based on Workerman. Manual https://www.workerman.net/doc/webman Benchmarks https://www.techempo
A Simple Cross Origin Resource Sharing for Lumen Framework (5.*).
Lumen Cors Package A Simple Cross Origin Resource Sharing for Lumen Framework. Note: That should works fine on Laravel Framework too, but the tests ar
CORS Middleware for Lumen micro-framework
Lumen-CORS Cross-origin resource sharing (CORS) Middleware for Lumen micro-framework. Installation After you install lumen as per lumen docs, install
A Laravel and Lumen Badges Generator
Laravel and Lumen Badge Generator That package is a easy wrapper to Badges/Poser. #Installing composer require vluzrmos/laravel-badge-poser Laravel co
CORS (Cross-Origin Resource Sharing) support for Laravel and Lumen
Description This package adds Cross-Origin Resource Sharing (CORS) support to your Laravel application. The package is based on Framework agnostic (PS
JWT auth for Laravel and Lumen
JWT Artisan Token auth for Laravel and Lumen web artisans JWT is a great solution for authenticating API requests between various services. This packa
Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
Laravel Facebook SDK A fully unit-tested package for easily integrating the Facebook SDK v5 into Laravel and Lumen 5.0, 5.1, 5.2, & 5.3. This is packa
A collection of generators for Lumen and Laravel 5.
Lumen generators A collection of generators for Lumen and Laravel 5. Contents Why ? Installation Quick Usage Detailed Usage Model Generator Migration
An Interactive Shell to Lumen Framework.
ABANDONED Please consider to use the official Laravel Tinker, it is also compatible with Lumen: laravel/tinker Lumen Artisan Tinker An Interactive She
Vendor publish command for Lumen framework.
vendor:publish for Lumen framework This package contains a single command borrowed from the Laravel framework that enables you to use php artisan vend
A package built for lumen that ports most of the make commands from laravel.
A package built for lumen that ports most of the make commands from laravel. For lumen v5.1, but will most likely work for 5.2 as well. I haven't tested. If you have requests, let me know, or do it yourself and make a pull request
File manager module for the Lumen PHP framework.
Lumen File Manager File manager module for the Lumen PHP framework. Please note that this module is still under active development. NOTE: Branch 5.1 i
HTTP Basic Auth Guard for Lumen 5.x
HTTP Basic Auth Guard HTTP Basic Auth Guard is a Lumen Package that lets you use basic as your driver for the authentication guard in your application
📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.
Laravel Package Support for Lumen: Makes Lumen compatible with Laravel Packages. You can use any Laravel Packages in Lumen by installing Larasupport Package.
Making Laravel Passport work with Lumen
lumen-passport Making Laravel Passport work with Lumen A simple service provider that makes Laravel Passport work with Lumen Dependencies PHP = 5.6.3
Tighten linter for Laravel conventions.
Install (Requires PHP 7.3+) composer global require tightenco/tlint Upgrade composer global update tightenco/tlint What Is It? This is an opinionate
Logs which process created or modified a record
It is sometimes very useful to know which process created or modified a particular record in your database. This package provides a trait to add to your Laravel models which automatically logs that for you.
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
PHPVibe Video CMS Free Video Sharing CMS The modern choice of design inspired by Youtube and a social videos sharing module that may just cut it for y
Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily
Soosyze CMS is a content management system without a database. It's easy to create and manage you
PHP Discord Webcrawler to log all messages from a Discord Chat.
Disco the Ripper was created to rip all messages from a Discord specific channel into JSON via CLI and help people to investigate some servers who has awkward channels before they get deleted.
Per-user settings repository system for Laravel
Laraconfig Per-user settings repository system for Laravel. This package allows users to have settings that can be queried, changed and even updated,
Botble plugin comment is a comment plugin for Botble CMS
Botble plugin comment This is a plugin for Botble CMS so you have to purchase Botble CMS first to use this plugin.
A collection of helper functions that I use across my projects.
A collection of helper functions that I use across my projects. This package includes some of the helper functions that I tend to use in all of my pro
A simple artisanal command framework for creating service layer classes
Introdução Este projeto tem como objetivo fornecer alguns comandos adicionais à interface de linha de comando do Laravel para manipular a estrutura da
The missing laravel helper that allows you to inspect your eloquent queries with it's bind parameters
Laravel Query Inspector The missing laravel helper that allows you to ispect your eloquent queries with it's bind parameters Motivations Let's say you
A small package for adding UUIDs to Eloquent models.
A small package for adding UUIDs to Eloquent models. Installation You can install the package via composer: composer require ryangjchandler/laravel-uu
Handle GitHub webhooks in a Laravel application
GitHub can notify your application of events using webhooks. This package can help you handle those webhooks.
mTube is a simple video sharing platform built with Laravel.
mTube is a simple video sharing platform built with Laravel. Create personal channel share videos online with friends and family.
Collection of the Laravel/Eloquent Model classes that allows you to get data directly from a Magento 2 database.
Laragento LAravel MAgento Micro services Magento 2 has legacy code based on abandoned Zend Framework 1 with really ugly ORM on top of outdated Zend_DB
DinoPHP is a web application framework
DinoPHP is a web application framework with expressive. We believe development must be an enjoyable and creative experience. DinoPHP takes the pain out of development by easing common tasks used in many web projects
Repositório do sistema de Chat em RealTime utilizando WebSocket com Laravel, Vue.js, Inertia e Tailwind
Antes de mais nada... Deixa a estrelinha no repositório Me segue aqui no github Aula desse Projeto no YouTube Esse projeto foi desenvolvido por Gustav
Code Driven Reporting Platform for Laravel.
Laracube Code Driven Reporting Panel for Laravel. Documentation, Installation, and Usage Instructions Click Here for Documentation, Installation, and
Multiple channels of laravel exception notification(DingTalk、FeiShu、ServerChan、WeWork、XiZhi). - 多种通道的 laravel 异常通知(钉钉群机器人、飞书群机器人、Server 酱、企业微信群机器人、息知)。
laravel-exception-notify 简体中文 | ENGLISH Multiple channels of laravel exception notification(DingTalk、FeiShu、ServerChan、WeWork、XiZhi). - 多种通道的 laravel
Course Microservice Laravel
Curso Laravel Microservices com RabbitMQ (micro 01) Saiba Mais Sobre o Curso Instalação Clonar Projeto git clone https://github.com/especializati/lara
Laravel SES complaints and bounces manager
Laravel SES complaints and bounces manager This package listens to AWS SNS notifications and stops sending mail to email addresses that have received
Create (passwordless) login links for users
Generate login links for users Login links for Laravel is a package for Laravel 6, 7 and 8 that allows users to easily log in with a (one-time) login
An account management Panel based on Laravel7 framework. Include multiple payment, account management, system caching, admin notification, products models, and more.
ProxyPanel 简体中文 Support but not limited to: Shadowsocks,ShadowsocksR,ShadowsocksRR,V2Ray,Trojan,VNET Demo Demo will always on dev/latest code, rather
Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.
bastinald/ux Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire. Features Automatic migrations Automatic routing Automatic passwo
via this package you can push notifications to [ Facebook , Twitter , Telegram , Linkedin ] ( Laravel )
Push To Social [ Facebook , Twitter , Telegram , Linkedin ] via this package you can push notifications to [ Facebook , Twitter , Telegram , Linkedin
Slim Framework - Prerequisite Checker
Slim Framework - Server Configuration Checker Upload the file check.php to your webserver Browse to the file: https://example.com/check.php Check the
A simple to use opinionated ERP package to work with Laravel
Laravel ERP A simple to use opinionated ERP package to work with Laravel Installation You can install the package via composer: composer require justs
Application de forum des questions IT
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
List of Laravel topics to learn, step-by-step, with related links.
List of Laravel topics to learn, step-by-step, with related links.
A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command.
A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command.
Dynamic Laravel Livewire Bootstrap toasts.
Laravel Livewire Toasts This package allows you to dynamically show Bootstrap toasts via Laravel Livewire components. Documentation Requirements Insta
Optimize your images on the fly with Glide for Laravel.
Glide for Laravel Optimize your images on the fly with Glide for Laravel. Support us Like our work? You can support us by purchasing one of our produc
Subtree split of the SocialiteProviders/TikTok Provider (see SocialiteProviders/Providers)
TikTok composer require socialiteproviders/tiktok Installation & Basic Usage Please see the Base Installation Guide, then follow the provider specific
ZN Framework Original Edition
What is ZN The basic principle of ZN Framework is to let users write simple and readable codes. Because of this principle, our libraries are built by
🍞🧑🍳 An on-the-fly GraphQL Schema generator from Eloquent models for Laravel.
An on-the-fly GraphQL Schema generator from Eloquent models for Laravel. Installation Quickstart Model schemas Installation This package requires PHP
PIP is a tiny application framework built for people who use a LAMP stack.
PIP is a tiny application framework built for people who use a LAMP stack. PIP aims to be as simple as possible to set up and use.
A highly configurable markdown renderer and Blade component for Laravel
A highly configurable markdown renderer and Blade component for Laravel This package contains: a Blade component that can render markdown a highly con
get nearby location by coordinate from eloquent laravel
LARAVEL-COORDINATE get nearby location data from database with eloquent laravel Installation composer require bagusindrayana/laravel-coordinate In M
💛 Modern API development in Laravel. ✍️ Developed by Gentrit Abazi.
Introduction Larapi is a package thats offers you to do modern API development in Laravel with support for new versions of Laravel. Larapi comes inclu
Complete Pipedrive API client for PHP
Complete Pipedrive API client for PHP Contribute by referral code / link This won't take much time. You could use my referral code or link to get up t
Automatically disable Google's FLoC in Laravel apps
Automatically disable Google's FLoC in Laravel apps This package will automatically disable Google's FLoC. Support us We invest a lot of resources int
Framework agnostic package to load heavy JSON in lazy collections.
Lazy JSON Framework agnostic package to load heavy JSON in lazy collections. Under the hood, the brilliant JSON Machine by @halaxa is used as lexer an
a free, open-source dashboard panel starter kit for Laravel
QAdmin a free, open-source dashboard panel starter kit for Laravel. Just intall and everything is ready Tech Stack Client: ruangAdmin, Bootstrap, Jque
Auto Route Generating (Auto-Discovery) Package for Laravel.
Laravel Auto Routes _ _____ _ /\ | | | __ \ | |
An Inertia.js adapter for Statamic.
Inertia.js adapter for Statamic Statamic server side adapter for Inertia.js to build single-page apps, without building an API. Installation You can i
Wave - The Software as a Service Starter Kit, designed to help you build the SAAS of your dreams 🚀 💰
Introduction Wave is a Software as a Service Starter Kit that can help you build your next great idea 💰 . Wave is built with Laravel, Voyager, Tailwi
Supercharge your Laravel application's performance.
Introduction Laravel Octane supercharges your application's performance by serving your application using high-powered application servers, including
Display your Laravel routes in the console, but make it pretty. 😎
Pretty Routes for Laravel Display your Laravel routes in the console, but make it pretty. 😎 Installation You can install the package via composer: co
Orbit is a flat-file driver for Laravel Eloquent
Orbit is a flat-file driver for Laravel Eloquent. It allows you to replace your generic database with real files that you can manipulate using the methods you're familiar with.
Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
About LivewireUI Spotlight LivewireUI Spotlight is a Livewire component that provides Spotlight/Alfred-like functionality to your Laravel application.
Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
About LivewireUI Modal LivewireUI Modal is a Livewire component that provides you with a modal that supports multiple child modals while maintaining s
Execute Artisan commands on remote servers
Execute Artisan commands on remote servers This package provides a command to execute Artisan command on a remote server. Here's an example that will
This package allows you to easily track your laravel jobs!
Trackable Jobs For Laravel This package allows you to track your laravel jobs! Using this package, you can easily persist the output and the status of
Generate migrations from existing database structures
Laravel Migration Generator Generate migrations from existing database structures, an alternative to the schema dump provided by Laravel. A primary us
🧙♀️ Arcanist takes the pain out of building multi-step form wizards in Laravel.
Installation Arcanist requires PHP 8 and Laravel 8. composer require laravel-arcanist/arcanist Documentation You can find the full documentation here
Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework.
Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework. This rep
REST API with auth using Laravel 8 and Sanctum
Laravel REST API with Sanctum This is an example of a REST API using auth tokens with Laravel Sanctum Usage Change the .env.example to .env and add yo
route:menu gives you a beautiful route list which is friendly on smaller terminals and brings a few new features in.
Laravel Route Menu Your route:list, sir. route:menu gives you a beautiful route list which is friendly on smaller terminals and brings a few new featu
Handle signals in artisan commands
Using this package you can easily handle signals like SIGINT, SIGTERM in your Laravel app.
An easy-to-use PHP QrCode generator with first-party support for Laravel.
An easy-to-use PHP QrCode generator with first-party support for Laravel.
Laravel Code Tips
Laravel Code Tips This project is a simple Laravel application that uses: Ryan Chandler's Orbit package for storing data in markdown files, custom com