3093 Repositories
PHP laravel-simple-auth Libraries
Hierarchical Rol-Permission Based Laravel Auth Package with Limitless Hierarchical Level of Organizations
AAuth for Laravel Hierarchical Rol-Permission Based Laravel Auth Package with Limitless Hierarchical Level of Organizations Features Organization Base
Simple papara payment api that you can use without the need for an activation key
PaparaQrApi Papara QR Api Simple papara payment api that you can use without the need for an activation key. Explore the docs » View Demo About The Pr
Laravel Seeable - Keep track of the date and time a user was last seen.
Laravel Seeable This package makes it easy to keep track of the date and time a user was last seen. Installation Install this package. composer requir
An open-source Laravel library for building high-quality, accessible applications and administration dashboards.
Arpite An open-source Laravel library for building high-quality, accessible applications and administration dashboards. Built using Inertia.js, React,
A package for integrating Lazerpay services with your laravel application
This is my package lazerpay-laravel This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. Support
Laravel FCM (Firebase Cloud Messaging) Notification Channel
Laravel FCM Notification Laravel FCM (Firebase Cloud Messaging) Notification Channel Use this package to send push notifications via Laravel to Fireba
Simple Plugin To Get EXP Directly To Inventory.
Simple Plugin To Get EXP Directly To Inventory.
Laravel Pint is an opinionated PHP code style fixer for minimalists.
Laravel Pint is an opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent.
Laravel IndexNow - Submit webpage updates to search engines
Laravel IndexNow - Submit webpage updates to search engines This packages provides a wrapper to use the IndexNow api in Laravel. This makes indexing n
LaraCache is an ORM based package for Laravel to create, update and manage cache items based on model queries
LaraCache Using this package, you can cache your heavy and most used queries. All you have to do is to define the CacheEntity objects in the model and
This package aims to help you standardize all your API responses in a simple and structured way.
Laravel API Response This package aims to help you standardize all your API responses in a simple and structured way. By default, the stucture of the
Simple Symfony currency exchange demo application (CLI)
Symfony currency exchange demo Keynotes Using a small Symfony installation as possible Using SQLite database for simplicity but with price of some cav
This package is the official Laravel integration for Pirsch Analytics
Laravel Pirsch This package is the official Laravel integration for Pirsch Analytics. Installation Install this package. composer require pirsch-analy
Laravel Model File Uploader package
Laravel Model File Uploader package Easy way to upload laravel model related file from the requset. Install (Via Composer) composer require plusemon/u
A simple class that provides access to country & state list.
GeoData A simple class that provides access to country & state list. Installation composer require ahmard/geodata Usage Fetch country list ?php use
Laravel Package - Files to S3 Like Cloud Storage
This is a Laravel package that handles and make easy the upload, overwrite, delete, cdn purge of files and directories on AWS S3 like cloud storages. It supports a form uploaded file (UploadedFile) or a base64 file string
Modularize your laravel app in a package way.
Laravel Modular Pustaka laravel untuk modularisasi kode secara rapi dan mudah di maintain. Instalasi $ composer require kodepandai/laravel-modular Set
Job Portal - Find your dream job here Various career opportunities await you
Find your dream job here Various career opportunities await you. Find the right career and connect with companies anytime, anywhere 🎯 free access to search for jobs, post resumes, and research companies. 🎊
Laravel Ajax Datatable is a nice laravel admin panel which includes authentication, CRUD and Ajax datatable.
Laravel Ajax Datatable is a nice laravel admin panel which includes authentication, CRUD and Ajax datatable. the datatable is created with laravel & ajax so No need to install another package, yout can do search, sort, paginate and show records per page fastly.
A wrapper for vladimir-yuldashev RabbitMQ Queue for Laravel with Actions
RabbitMQ Actions This package its a wrapper of vladimir-yuldashev/rabbitmq-queue-laravel. Adds a new feature to produce and consume messages with Rabb
Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.
Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.
A Native PHP MVC With Auth. If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo.
If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo. Auth system is implemented. Works with bootstrap 5. Composer with autoload are implemented too for future composer require.
This component, based on the Symfony serializer and async-aws, is a human-readable and quick abstraction to easily store serialized objects in DynamoDB 🚀.
DynamoDB Storable This component, based on the Symfony serializer and async-aws, is a human-readable and quick abstraction to easily store serialized
Easily implement optimistic Eloquent model locking feature to your Laravel app.
quarks/laravel-locking Easily implement optimistic Eloquent model locking feature to your Laravel app. Installation composer require quarks/laravel-lo
Service manager for Slim compatible with Laravel packages
SlimServices SlimServices is a service manager for the Slim PHP microframework based on Laravel 4 service providers and DI container, allowing you to
Slim Auth is an authorization and authentication library for the Slim Framework.
Slim Auth is an authorization and authentication library for the Slim Framework. Authentication is provided by the Zend Framework Zend\Authentication component, and authorization by the Zend Framework Zend\Permissions\Acl component.
A Laravel package that allows you to validate your config values and environment.
Table of Contents Overview Installation Requirements Install the Package Publishing the Default Rulesets Usage Creating a Validation Ruleset Using the
Simple MySQL library for PHP 5.4+ includes Query Builder, PDO Native functions, Helper functions for quick use.
Simple MySQL library for PHP 5.4+ includes Query Builder, PDO Native functions, Helper functions for quick use.
Laravel-Weather let you get weather info from qweather.com
Laravel Weather Weather info system for Laravel. Installing composer require layoute/laravel-weather -vvv Configuration and Migrations php artisan ven
Laravel-Crowdin Integration - Automate translations uploading/downloading
Laravel-Crowdin Integration Automate uploading/downloading translations Installation Install the package via composer: composer require georgii-web/la
Test requests in Laravel without all the boilerplate.
Request Factories Test requests in Laravel without all the boilerplate. 💡 Psst. Although our examples use Pest PHP, this works just as well in PHPUni
Packagit is amazing laravel modules management, you could manage huge project with many separate laravel modules.
Packagit is amazing laravel modules management, you could manage huge project with many separate laravel modules.
The official SingleStore Laravel driver.
SingleStore Driver for Laravel This repository contains a SingleStore Driver for Laravel. This package is currently in a pre-release beta, please use
An easy-to-use, free and open source laravel e-Exam platform to build your online course right away.
➡️ Website | Documentation | Community ⬅️ Laerx Get detailed information about your clients, exams and courses to create an effective report and track
A package that adds view-composer like feature to Inertia.js Laravel adapter
Kinetic A package that adds view-composer like feature to Inertia.js Laravel adapter. Use to be able to share props based on the Inertia component nam
Generate previous attributes when saving Eloquent models
This package provides a trait that will generate previous attributes when saving any Eloquent model.
An example chat app to illustrate the usage of kitar/laravel-dynamodb.
Simplechat An example chat app to illustrate the usage of kitar/laravel-dynamodb. Demo https://demo.simplechat.app/ This demo app is deployed with Lar
Use Laravel's blade engine as a CLI for rendering files.
Blade CLI Use Laravel's blade engine as a CLI for rendering files. Introduction This package customizes and extends several of the Illuminate\View cla
Backend application using Laravel 9.x REST APIs for games topup from digiflazz.com and payment gateway using xendit.co
TOPUP - Laravel 9.x REST API Documentation is still on progress. For now, you can fork this postman collection Installation Clone this project git clo
Authenticate users with fingerprints, patterns and biometric data.
WebAuthn Authenticate users with fingerprints, patterns and biometric data. use Laragear\WebAuthn\Http\Requests\AssertedRequest; public function logi
Créateurs qui produisent du contenu autour de Laravel et de son écosystème.
Salut voyageur 👋 Bienvenue au cœur de la communauté Laravel francophone. Tu trouveras ici la liste des créateurs qui produisent du contenu autour de
HydePHP - Elegant and Powerful Static App Builder
HydePHP - Elegant and Powerful Static App Builder Make static websites, blogs, and documentation pages with the tools you already know and love. About
QCloud COS FederationToken generator for Laravel.
Laravel 腾讯云联合身份临时访问凭证生成器 Laravel 腾讯云联合身份临时访问凭证 生成器,主要用于下发腾讯云联合身份临时访问凭证,比如前端直传等场景。 开始之前,请您仔细阅读并理解一下官方文档: 获取联合身份临时访问凭证 COS API 授权策略使用指引 条件键说明及使用示例 CAM 策
Dockerise Symfony Application (Symfony 6 + Clean Architecture+ DDD+ CQRS + Docker + Xdebug + PHPUnit + Doctrine ORM + JWT Auth + Static analysis)
Symfony Dockerise Symfony Application Install Docker Install Docker Compose Docker PHP & Nginx Create Symfony Application Debugging Install Xdebug Con
A Real time chat app made in Next.js, Laravel and Ably.
Chat App with Next.js, Laravel and Ably This repository serves as a code container for the tutorial I wrote on Ably's Blog. Blog link will be updated
This is a laravel Auth Starter Kit, with full user/admin authentication with both session and token auth
About Auth Starter It's a Laravel 8 authentication markdown that will help you to understand and grasp all the underlying functionality for Session an
Miniset allows you to create compact sets of fields that either combine into a string of classes, or return a simple array of values
Miniset allows you to create compact sets of fields that either combine into a string of classes, or return a simple array of values. Miniset
Database Repository / PHP Repository / Laravel Repository
Database Repository / PHP Repository / Laravel Repository Installation Use following command to add this package to composer development requirement.
Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories.
Lara Zeus Sky Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories. small tasks can be time-consuming, let us b
Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use
Introduction Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use. Official Documentation Documenta
Statamic 3 - the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites
Statamic 3 - the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites
Generate Admin Panels CRUDs and APIs in Minutes with tons of other features and customizations with 3 different themes
InfyOm Laravel Generator Generate Admin Panels CRUDs and APIs in Minutes with tons of other features and customizations with 3 different themes. Docum
This package makes it easy to send web push notifications with Laravel.
Web push notifications channel for Laravel This package makes it easy to send web push notifications with Laravel. Installation You can install the pa
PHP Router class - A simple Rails inspired PHP router class.
PHP Router class A simple Rails inspired PHP router class. Usage of different HTTP Methods REST / Resourceful routing Reversed routing using named rou
A simple and modern approach to stream filtering in PHP
clue/stream-filter A simple and modern approach to stream filtering in PHP Table of contents Why? Support us Usage append() prepend() fun() remove() I
Deployer is a PHP Application deployment system powered by Laravel
Deployer is a PHP Application deployment system powered by Laravel 5.5, written & maintained by Stephen Ball.
ServD - a Docker PHP development environment heavily inspired by Laravel Valet and Laradock
ServD ServD is a Docker PHP development environment heavily inspired by Laravel Valet and Laradock, it supports multiple projects within a working dir
OneLogin SAML Toolkit for Laravel
OneLogin SAML Toolkit for Laravel Laravel version of the PHP-SAML Toolkit created by OneLogin Features Create multiple tenants and authenticate users
A Laravel Nova tool for viewing your application logs
This package makes it easy to view your Laravel application logs inside of Nova. It even supports polling. Installation You can install the Nova tool
Volistx Framework For RESTful API Based on Laravel/Lumen 9.x
Volistx Framework Volistx Framework For RESTful API Based on Laravel/Lumen 9.x This is a framework skeleton for Volistx API platform using Lumen PHP F
Laravel package for manage your URL redirects in database or other sources to get better SEO results
Laravel 8 and 9 package to manage URL redirections inside your Laravel application using different data sources. It allows a better SEO support for your Laravel site.
This package makes it easy to send notifications using RocketChat with Laravel 9.0+.
laravel-rocket-chat-notifications Introduction This package makes it easy to send notifications using RocketChat with Laravel 9.0+. Contents Installat
Laravel Cron Scheduling - The ability to run the Laravel task scheduler using different crons
Laravel Cron Scheduling Laravel Task Scheduling is a great way to manage the cron. But the documentation contains the following warning: By default, m
Specially customized Laravel jetstream's scaffolding for Frest html + laravel admin Template
frest-html-laravel-jetstream Specially customized Laravel jetstream's scaffolding for Frest html + laravel admin Template. It'll not work with any oth
Laravel wrapper for the Facebook Graph PHP 8 SDK
Laravel Facebook Graph SDK Installation Getting started with Laravel Facebook Graph is easy - first, install the package via composer composer require
A DynamoDB based Eloquent model and Query builder for Laravel.
Laravel DynamoDB A DynamoDB based Eloquent model and Query builder for Laravel. You can find an example implementation in kitar/simplechat. Motivation
Blade is a simple, yet powerful templating engine provided for the Slim Framework
slim-blade Blade is the default template engine of Laravel. The main advantage of Blade is template inheritance whilst using plain PHP. This package a
The Slim PHP micro framework paired with Laravel's Illuminate Database toolkit.
Slim & Eloquent The Slim PHP micro framework paired with Laravel's Illuminate Database toolkit. Getting started # Download composer curl -s https://ge
Laravel Query Helper was developed for laravel 7.2+ to help you optimize sql queries
Laravel Query Helper Laravel Query Helper was developed for laravel 7.2+ to help you optimize sql queries, this package will contain all advanced SQL
An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.
OrchidTables An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods. In
Simple opinionated framework agnostic PHP 8.1 enum helper
Enum Helper A simple and opinionated collections of PHP 8.1 enum helpers inspired by archtechx/enums and BenSampo/laravel-enum. This package is framew
A simple API wrapper to Gigapay's APIs for Laravel Framework
Laravel-Gigapay A simple API wrapper for Gigapay's APIs. It gives you helper methods that will make your work with gigapay's API easy, fast and effici
A simple pocketmine plugin to chat by worlds on your server!
WorldChat Fix Per World Chat plugin for PocketMine-MP API 4.0 Category PocketMine-MP plugins | Php 8 Requirements PocketMine-MP API 4.0.0 and PHP 8 or
Simple WordPress plugin to learn how to understand WordPress Crons and the Action Scheduler library.
Simple WordPress plugin to learn how to understand WordPress Crons and the Action Scheduler library. Import Jamendo playlists with tracks in WordPress posts.
A bot that translates the words you choose during the chat in Telegram to the language you want.
About Needy Telegram Translator If you are constantly using telegram and want to translate words into different languages, this library is for you. Qu
A Simple Facebook Video Downloader using PHP.
Facebook Video Downloader A simple Facebook Video Downloader using PHP. Feature Download Public Video Download Private Video All Quality How to use Co
Indexing Storyblok on Algolia using Laravel
StoryblokAlgolia This is where your description should go. Take a look at contributing.md to see a to do list. Installation Via Composer $ composer re
YouTubeClone - Web Projects Build By Laravel Framework v8 & LiveWire it's Small project to upload video Like Youtube
YouTubeClone YouTubeClone - Web Projects Build By Laravel Framework & LiveWire it's Small project to upload video Like Youtube Use Laravel v8.80.0 Ima
Simple Symfony API-Platform Template which you can use to start to develop with symfony and api-platform
symfony-api-platform-skeleton Simple Template for Symfony API You can fork it and change the git remote to your Repo git remote set-url your-git-remo
Very simple CRUD project, written in pure php. Designed as framework-agnostic as possible, and with basically no stack overflow if you can believe that
briefly simple CRUD pure php project for self improvement I try to make it purely in github - not only code, but any documentation (wiki), tasks (issu
Object-oriented, composable, fluent API for writing validations in Laravel
Laravel Hyrule Hyrule provides an object-oriented, fluent API for building validation rules for use w/ Laravel's Validation component. This unlocks pa
A package to generate YouTube-like IDs for Eloquent models
Laravel Hashids This package provides a trait that will generate hashids when saving any Eloquent model. Hashids Hashids is a small package to generat
Configurable activity logger for filament.
Activity logger for filament Configurable activity logger for filament. Powered by spatie/laravel-activitylog Features You can choose what you want to
Eloquent scope assertion for testing Laravel applications.
Eloquent Scope Assertion This package allows you to assert that the scope of a model is called in your tests. Installation You can install the package
Laravel mongodb permissions
Laravel mongodb permissions
Surf, an opinionated fork of Wave - the SAAS starter kit, with Laravel 9.
Surf 🏄♀️ Introduction Surf, the opinionated Software as a Service Starter Kit that can help you build your next great idea 💰 . Surf is fork off Wav
Official repository for Find A PR. Find A PR is a platform that curates a list of issues around Laravel based project.
About Find A PR This is the official repository for Find A PR. Find A PR is a platform that curates a list of issues around Laravel based project. Req
Hydra is a zero-config API boilerplate with Laravel Sanctum that comes with excellent user and role management API out of the box
Hydra - Zero Config API Boilerplate with Laravel Sanctum Hydra is a zero-config API boilerplate with Laravel Sanctum and comes with excellent user and
An advanced Laravel integration for Bref, including Octane support.
Bref Laravel Bridge An advanced Laravel integration for Bref, including Octane support. This project is largely based on code from PHP Runtimes, Larav
A simple way to generate files from stubs.
STUBBY A simple way to generate files from stubs. Usage For example we have a stub file that looks like this: ?php namespace {{ namespace }}; use A
Easily integrate single-database multi tenant features into your Laravel application
Laravel Tenant Aware Easily integrate single-database multi tenant features into your Laravel application. Installation You can install the package vi
This Laravel Nova settings tool based on env, using nativ nova fields and resources
Nova Settings Description This Laravel Nova settings tool based on env, using nativ nova fields and resources Features Using native Nova resources Ful
This package provides a trait to run your tests against a MinIO S3 server.
Laravel MinIO Testing Tools This package provides a trait to run your tests against a MinIO S3 server. 📝 Blog post: https://protone.media/en/blog/how
🌶🥗🧀🍉 Brazilian Table of Food Composition made by IBGE - Laravel 9 REST API
About API of the 2008-2009 Family Budget Survey: tables of nutritional composition of foods consumed in Brazil / IBGE, Coordination of Work and Income
You already have your dream house? Sam Building will help you find the perfect home.
SAM BUILDING Setup Fork or clone this repo! git clone github.com/Igorballo/Real-Estate-App.git Installation des dépendances npm install #or yarn insta
Terminal management system.
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
Simple WordPress plugin starter framework.
WordPress Plugin Starter This is the official WordPress plugin starter framework for Highfivery. The purpose behind it is to improve the quality of th
Provides simple interfaces to implement a webhook-based tweeting system
webhook-tweeter This package aims to provide simple interfaces to implement a webhook-based tweeting system. This can, for example, be used to tweet a
Effortlessly create a PHP preload script for your Laravel project.
This package has been superseeded by Laragear/Preload. Please migrate to the new package. Laraload Effortlessly create a PHP Preload Script for your L
Amila Laravel CMS - Free, open-source Simple Bootstrap Laravel CMS
Simple Bootstrap Laravel CMS. Support Laravel 8.x Can integrate into any existing Laravel project. Only add few database tables with prefixes, not affect your existing database tables. Support Laravel 7.x & Laravel 6.x & Laravel 5.x & MySql & PostgreSql - Amila Laravel CMS