2872 Repositories
PHP laravel-application Libraries
A Laravel package to help track user onboarding steps
A Laravel package to help track user onboarding steps This package lets you set up an onboarding flow for your application's users. Here's an example
🖤Run Laravel artisan tinker from a Vim buffer with output in Ray
Tinkeray Heavily inspired by the absolutely awesome Tinkerwell, run Laravel artisan tinker from a Vim buffer with output in Ray 🖤 Installation Usage
The fastest way to make a powerful JSON:API compatible Rest API with Laravel.
The first fully customizable Laravel JSON:API builder. "CRUD" and protect your resources with 0 (zero) extra line of code. Installation You can instal
Keycloak Web Guard for Laravel allow you authenticate users with Keycloak Server
Keycloak Web Guard for Laravel This packages allow you authenticate users with Keycloak Server. It works on front. For APIs we recommend laravel-keycl
Laravel package for Mailjet API V3 and Laravel Mailjet Mail Transport
Laravel Mailjet Laravel package for handling Mailjet API v3 using this wrapper: https://github.com/mailjet/mailjet-apiv3-php It also provides a mailje
Get notified when stuck jobs are detected.
Get notified and execute PHP callback when you have stuck jobs for a defined number of hours. Notifications can be sent by mail, Slack and webhooks (c
Ratings and reviews for the Laravel's Eloquent models ⭐⭐⭐⭐⭐
Laravel Reviews Ratings and reviews for the Laravel's Eloquent models Users will be able to rate and review the reviewable models. Then these reviews
Extend Jenssegers/laravel-mongodb to support transaction function
Laravel Mongodb (Transactional support) Introduction Jensseger's laravel-mongodb extension package is very popular among Laravel developers, but it la
Example of create, update, delete and read operations in laravel 9 version.
Laravel 9 CRUD Example Example of create, update, delete and read operations in laravel 9 version. Download Step 1 (download the project.) git clone h
Hachkathon DevOps - Deploy application with docker container
Hackathon-Semesta-DevOps Nama : Islam Nurul Yakin Mail : [email protected] Sebuah Web Server menggunakan Nginx, PHP, dan MySQl di tambah dengan p
This template should help get you started developing with laravel 9 + Vue 3 in Vite + Tailwind
simple-project This template should help get you started developing with laravel 9 + Vue 3 in Vite + Tailwind
Laravel breeze is a PHP Laravel library that provides Authentication features such as Login page , Register, Reset Password and creating all Sessions Required.
About Laravel breeze To give you a head start building your new Laravel application, we are happy to offer authentication and application starter kits
This Laravel Nova package allows you to manage media and media fields
Nova Media Hub This Laravel Nova package allows you to manage media and media fields. Requirements php: =8.0 laravel/nova: ^4.0 Features Media Hub UI
This package provides a Filament resource to view all Laravel sent emails.
This package provides a Filament resource to view all Laravel outgoing emails. It also provides a Model for the database stored emails. Installation Y
A set of filament components with extra functionality & fresh look
Filament Addons A set of filament components with extra functionality & fresh look Pills (Tab Pills) Coming Soon ... Support Filament Installation You
QuestionApp - a platform where users can ask questions and discuss about the subject they are curious about
QuestionApp About The Project It can be a trend according to the number of likes and comments that members can ask questions. ![Alt Text] Ask your any
Create eye-catching Open Graph images for each (or some) site pages
Open Graph Image Generator for Laravel Create Open Graph images (og:image, twitter:image, vk:image) for each (or some) site pages. Use page title to c
Códigos-fonte / Aulas de Desenvolvimento Web-II / PHP - Laravel
aulas-webii [ Códigos-fonte / Aulas de Desenvolvimento Web-II / PHP - Laravel ] Após clonar projeto do Laravel efetuar os seguintes passos: composer i
A sample CakePHP api application using CakeDC/cakephp-api and swoole as server
CakePHP Application Skeleton composer create-project --prefer-dist cakephp/app Added sample data using https://github.com/annexare/Countries Created m
Simple Laravel API with Sanctum Authentication.
Laravel API (with sanctum authentication) What is sanctum? Laravel Sanctum provides a featherweight authentication system for SPAs (single page applic
The magic of Inertia.js with the simplicity of Blade
Laravel Splade The magic of Inertia.js, with the simplicity of Blade. Support Splade. We proudly support the community by developing Laravel packages
Generate services and contracts in Laravel with the artisan command
What does it do? This package adds a new php artisan make:service {name} {--N|noContract} command. It will create a service file and its contract (int
A helper method to generate absolute asset URL's to Vite assets
Laravel vite() helper method A super simple Laravel helper to fill the void that Laravel Mix left. Mix had a helper, aptly named mix() that would retu
✉️ Laravel Mail Explorer
Mailbook Mailbook is a Laravel package that lets you easily inspect your mails without having to actually trigger it in your application. View demo In
Execute Laravel Artisan commands via REST APIs and HTTP requests safely.
Artisan Api There might be some times you wanted to execute an Artisan command, but you did not have access to shell or SSH. Here we brought REST API
A Laravel test build by Incline Start-up Agency. Testing Git and framework functions.
Incognito-Confessions A laravel test build by Incline Start-up Agency. Testing Git and framework functions. Description A laravel starter for future t
Laravel Package for 1APP. Learn how to integrate our APIs to build a web or mobile integration to send and accept payments for your application and businesses.
1APP Laravel Library Learn how to integrate our APIs to build a web or mobile integration to accept payments, make payment of Bills and as well custom
This Validate Class is for those who are looking for a validator that returns a code for every each error (Laravel/Api)
Validator-Class This Validate Class is for those who are looking for a validator that returns a code for every each error (Laravel/Api) Requirements A
Use Ciphersweet in your Laravel project
In your project, you might store sensitive personal data in your database. Should an unauthorised person get access to your DB, all sensitive can be read which is obviously not good.
Easily add sub domains to your CakePHP application using route prefixes
Easily add sub domains to your CakePHP application using route prefixes. Based on code created by chinpei215.
🍪 Powerful wrapper for improved cookie integration on Laravel
🍪 Powerful wrapper for improved cookie integration on Laravel
Simple opinionated PHP 8.1 enum helper for Laravel
Laravel Enum Helper This is an extension of the datomatic/enum-helper package based on Laravel Framework. The package consists on a LaravelEnumHelper
Proyecto Start-Basic sobre Login y crud de usuarios, mediante Api Rest, usando la plantilla AdminLte 3.1 y manejo de roles y permisos con spatie y autenticacion JWT
Proyecto Start-Basic sobre Login y crud de usuarios, mediante Api Rest, usando la plantilla AdminLte 3.1 y manejo de roles y permisos con spatie y autenticacion JWT
Laravel Response Formatter
I created this package to make it easier to format the response from a controller. I have used this package in my projects and I hope you enjoy it!
Fluent Interface for Laravel Backpack - Define resources once and get all CRUD configurations ready!
CRUD Resource for Laravel Backpack This package allows creating CRUD panels for Backpack for Laravel administration panel using fluent field definitio
A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js
RSS A simple, opinionated, RSS feed aggregator. Features The following features are built into the application: Supports RSS and ATOM formats. Regular
A dead-simple comments package for Laravel.
A dead-simple comments package for Laravel. This package provides an incredibly simple comment system for your Laravel applications. If you're looking
Data providers encapsulate logic for Inertia views, keep your controllers clean and simple.
Laravel Data Providers for Inertia.js Data providers encapsulate logic for Inertia views, keep your controllers clean and simple. Installation We assu
Sqlcommenter is a plugin/middleware/wrapper to augment SQL statements from laravel
sqlcommenter is a plugin/middleware/wrapper to augment SQL statements from laravel with comments that can be used later to correlate user code with SQL statements.
Open source for selling social media accounts or accounts on other platforms.
SELLACC - Open Source Selling Accounts SELLACC is open source for selling social media accounts or accounts on other platforms. ⚠️ We not update sourc
Performance monitoring Lighthouse with GraphQL Hive.
Lighthouse GraphQL Hive GraphQL Hive can measure and collect data against all your GraphQL operations and generate analytics on them. This package aim
Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP
Open source social sign on PHP. Connect your application(s) with social network(s).
Build a simple ecommerce website with Laravel.
Simple Ecommerce Build a simple ecommerce website with Laravel. Explore the docs » View Demo · Report Bug · Request Feature Table of Contents Getting
A Blade component to quickly login to your local environment
Quickly login to your local environment When developing an app that has an admin section (or any non-public section), you'll likely seed test users to
Cecil is a CLI application that merges plain text files (written in Markdown), images and Twig templates to generate a static website.
Cecil is a CLI application that merges plain text files (written in Markdown), images and Twig templates to generate a static website.
Laravel Manager provides some manager functionality for Laravel
Laravel Manager Laravel Manager was created by, and is maintained by Graham Campbell, and provides some manager functionality for Laravel. Feel free t
Monitor your Laravel application performance with New Relic
Laravel New Relic This package makes it simple to set up and monitor your Laravel application with New Relic APM. New Relic provides some excellent lo
Optimize images in your Laravel app
Optimize images in your Laravel app This package is the Laravel 6.0 and up specific integration of spatie/image-optimizer. It can optimize PNGs, JPGs,
Package with small support traits and classes for the Laravel Eloquent models
Contains a set of traits for the eloquent model. In future can contain more set of classes/traits for the eloquent database.
A query database collection for use with Laravel Pipeline
A query database collection for use with Laravel Pipeline This package contains a collection of class that can be used with Laravel Pipeline. Let's se
Easy way to upload Laravel model related files from the request.
Easy way to upload laravel model related file from the requset.
A Collections-only split from Laravel's Illuminate Support
Collect - Illuminate Collections Deprecated: With the separation of Illuminate's Collections package, Collect is no longer necessary 🎉 . We will main
OneSignal PHP SDK
OneSignal SDK for PHP developers with fluent API and supports Laravel / Lumen out of the box.
Build XML based USSD menus.
Instead of having tonnes of nested, complex PHP files, this package give you the ability to construct your menus in XML and execute them as though they were plain PHP files.
Simply define the permission in the filament resource.
Simply define the permissions in the filament resource. Easily define permissions for Filament Resources & Relation Managers Installation You can inst
O-CONGO est un projet open source qui donne accès à la liste complète et officielle des toutes les provinces
O-CONGO est un projet open source qui donne accès à la liste complète et officielle des toutes les provinces, villes et communes de la République Démocratique du Congo (RDC), dans un premier temps.
Enhance your laravel apps with WhatsApp's Cloud API
Enhance your laravel apps with WhatsApp's Cloud API Use Whatsapp API in your Laravel app! Support us Investing on this package is defintely a good mov
Service that helps you to send notifications for a series of failed exceptions.
Laravel Failure Notifier This package helps you to track your exceptions and do what you want to do with them such as sending an SMS or and Email. You
Laravel Rocket chat Debugher, push all logs to rocket chat channels
Laravel Rocket chat Debugher, push all logs to rocket chat channels
Notion.so notifications channel for Laravel
Installation composer require astroshippers/notion-notification-channel Usage Inside eloquent model: public function routeNotificationForNotion(): arr
Laravel mercado pago es un paquete que te ayuda a implementar el sdk de mercado pago para php en laravel
Introducción Laravel mercado pago es un paquete que te ayuda a implementar el sdk de mercado pago para php en laravel. 💻 Instalación Para instalar ut
A complete open source hotel management system built with Laravel Framework.
Hotelio : Hotel Management System Hotelio is a open source hotel management system that manages your hotel operations, smoothly, effortless. Hotelio i
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
CodeIgniter 4 Application Starter
Tensaran-Inventories merupakan website pendataan inventaris di desa Tensaran yang saya buat untuk memudahkan pendataan inventaris di kantor desa Tensaran. Aplikasi ini saya buat untuk memenuhi program kerja Kuliah Kerja Nyata (KKN) 2022
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
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
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.
QuCheng cloud-native application delivery platform
开源轻量级应用交付平台 渠成云原生应用交付平台 是 北京渠成软件有限公司自主设计、研发的开源轻量级应用交付平台。它底层基于容器和Kubernetes技术,通过Helm进行应用的封装,提供了渠成云原生应用市场、服务管理、服务监控与告警、日志管理与审计、集群管理等平台功能,是一款使用简单,功能完备的云原
Rafa Cake and Bakery is a web-based application project that aims to introduce Rafa Cake and Bakery, introduce what products are sold and can also order them via Whatsapp.
Rafa-cake-and-bakery Rafa Cake and Bakery is a web-based application project that aims to introduce Rafa Cake and Bakery, introduce what products are
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
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
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
A demo application for running an OAuth2 server
OAuth2 Demo PHP This application is designed to demo the workflow between OAuth2.0 Clients and Servers. If this is your first time here, try experimen
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