1004 Repositories
PHP open-source-framework Libraries
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 mostly useless package to display framework versions at the bottom of the Admin navigation panel.
A mostly useless package to display framework versions at the bottom of the Filament Admin navigation panel and an optional widget to do the same in the dashboard or custom pages.
Aplicação criada com Slim Framework com objetivo de criar autenticação com JWT e aprender sobre o framework Slim
Slim JWT App Essa aplicação tem como foco o aprendizado do Framework Slim e também a utilização de JWT. Como rodar a Aplicação A aplicação está config
A PHP Library To Make Your Work Work Easier/Faster
This Is A Php Library To Make Your Work Easier/Faster,
Slim-Logger - A stand-alone logger class for use with the Slim Framework
Slim-Logger - A stand-alone logger class for use with the Slim Framework
An extension to the SLIM framework to implement json API's with great ease.
slim-jsonAPI This is an extension to the SLIM framework to implement json API's with great ease. Installation Using composer you can add use this as y
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.
LINE strategy for Opauth, Opauth is a multi-provider authentication framework for PHP.
Opauth-LINE Opauth strategy for LINE. Implemented based on https://developers.line.me/web-api/integrating-web-login-v2 using OAuth 2.0. Opauth is a mu
GazellePW (GazellePosterWall) - a web framework geared towards private BitTorrent trackers
GazellePW (GazellePosterWall) is a web framework geared towards private BitTorrent trackers. It's a movie version of Gazelle.
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
Jin microservices is a complete microservice demo based on PHP language + hyperf microservices framework
介绍 Jin-microservices是基于 php 语言 + hyperf 微服务 框架的完整微服务demo。 github:https://github.com/Double-Jin/jin-microservices gitee:https://gitee.com/ljj96/jin-mic
QaraTMS is open source test case, test suites, test plans and test runs management tool.
QaraTMS - Open Source Test Management System QaraTMS is open source test management software for managing test suites, test cases, test plans, test ru
Nova Search is an open source search engine developed by the Artado Project.
Loli Search Loli Search açık kaynak kodlu bir arama motorudur ve yalnızca kendi sonuçlarını değil, diğer arama motorlarının sonuçlarını da göstermekte
Thruway - an open source client and router implementation of WAMP (Web Application Messaging Protocol), for PHP.
PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
A Slim Framework Flash messages service provider
Slim Framework Flash Messages This repository contains a Slim Framework Flash messages service provider. This enables you to define transient messages
A Small modular PHP framework Build for web applications
MagmaCore__ This project is in active development. So is evolving constantly. As soon project gets to stable point. Due notice will be given Composer
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.
Essence is a very flexible BDD style assertion framework for PHP that fits into existing PHPUnit projects nicely
Essence 1.5.1 Essence is a very flexible BDD style assertion framework for PHP that fits into existing PHPUnit projects nicely. Installation composer
Monolog logging support for Slim Framework
Monolog Logging for Slim Framework This repository adds support for logging to Monolog to the Slim Framework. Installation MonologWriter takes an arra
Slim Framework CSRF protection middleware
Slim Framework CSRF Protection This repository contains a Slim Framework CSRF protection PSR-15 middleware. CSRF protection applies to all unsafe HTTP
Multilanguage support for Slim framework 2
slim-multilanguage This is an extension to the SLIM framework vers.2 to enable simple route localization. ##Installation Add dependecy to composer.jso
PHP slim framework middleware to minify HTML output
slim-minify Slim middleware to minify HTML output generated by the slim PHP framework. It removes whitespaces, empty lines, tabs beetween html-tags an
Image Resize Middleware for Slim Framework
Image Resize Middleware for Slim This middleware implements automatic image resizing based on image filename. Install You can install latest version u
CORS Middleware for PHP Slim Framework
CorsSlim Cross-origin resource sharing (CORS) Middleware for PHP Slim Framework. Usage Composer Autoloader Install with Composer Update your composer.
Slim Framework HTTP cache middleware and service provider
Slim Framework HTTP Cache This repository contains a Slim Framework HTTP cache middleware and service provider. Install Via Composer $ composer requir
Slim Framework flash messages service provider
Slim Framework Flash Messages This repository contains a Slim Framework Flash messages service provider. This enables you to define transient messages
Slim Framework view helper built on top of the Twig templating component
Slim Framework Twig View This is a Slim Framework view helper built on top of the Twig templating component. You can use this component to create and
PHP boilerplate for quick start projects using Slim Framework and Eloquent.
Lassi PHP boilerplate for quick projects using Slim Framework and Eloquent database. Lassi is a small PHP boilerplate to use Slim Framework with Eloqu
Integration testing helpers for the Slim Framework
Slim Test Helpers Integration testing helpers for the Slim Framework 3 For a full example, please see the companion repo at there4/slim-unit-testing-e
A set of shady Slim Framework middlewares that can solve some annoyances...
Shady A set of shady Slim Framework middlewares that can solve some annoyances... What does it contain? Available middlewares: ApacheVirtualHostFix Ur
PHP whoops error on slim framework
Slim whoops PHP whoops error on slim framework Status Installation Install the composer curl -sS https://getcomposer.org/installer | php Edit compose
Routes and Middleware for Using OAuth2 Server within a Slim Framework API
Chadicus\Slim\OAuth2 A collection of OAuth2 Server routes, middleware and utilities for use within a Slim 3 Framework API Requirements Chadicus\Slim\O
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
Slim Framework using Jade for templates
Welcome to Slim-Jade What? This is a boilerplate. It's the Slim Framework with jade.php to render views Why? I like the Sinatra style MVC and love Jad
Redis cache middleware for Slim framework
RedisCache Redis cache middleware for Slim framework. Installation composer require abouvier/slim-redis-cache Usage Cache every successful HTTP respo
Parses YAML files and adds them to Slim's config application instance method.
Slim Config - YAML Parses YAML files and adds them into Slim's config singleton. Uses Symfony's YAML Component to parse files (http://github.com/symfo
Access control middleware for Slim framework
Slim Access Access control middleware for Slim framework. Supported formats IPv4 and IPv6 addresses CIDR notation all keyword Installation composer re
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
Desafio de Back-End da Alura: Crie uma API Rest funcional focada em controle financeiro.
Lumen PHP Framework Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe d
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
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
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
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
SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate.
SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate. NoSQL API
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
Hamtaro - the new web framework for front-end / back-end development using Php and Javascript.
Hamtaro framework About Technologies Controllers Components Commands Front-end development Getting Started About Hamtaro is the new web framework for
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
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
A framework agnostic, developer friendly wrapper around Fractal
A developer friendly wrapper around Fractal Fractal is an amazing package to transform data before using it in an API. Unfortunately working with Frac
Make custom helper just with one command!
Laravel Custom Helper Make custom helper just with one command! Very light!!! Installation requires Laravel 8+ Via composer: $ composer require Ranjba
The backend source code of Deverhub Blog.
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
Este Repositório guarda arquivos dos meus primeiros passos utilizando o Framework Laravel. Curso: Matheus Battisti.
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
DomainMOD is an open source application written in PHP & MySQL used to manage your domains and other internet assets in a central location
DomainMOD is an open source application written in PHP & MySQL used to manage your domains and other internet assets in a central location. DomainMOD also includes a Data Warehouse framework that allows you to import your web server data so that you can view, export, and report on your live data.
Humbug - a Mutation Testing framework for PHP
Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Coverage for breakfast.
CollectiveAccess is a web-based suite of applications providing a framework for management, description, and discovery of complex digital
README: Pawtucket2 version 1.7.14 About CollectiveAccess CollectiveAccess is a web-based suite of applications providing a framework for management, d
FileGator - a free, open-source, self-hosted web application for managing files and folders.
FileGator - Powerful Multi-User File Manager FileGator is a free, open-source, self-hosted web application for managing files and folders. You can man
Find forgotten variables dump in PHP source code.
PHP VarDump Check This repository is abandoned. Suggested alternative: https://github.com/php-parallel-lint/PHP-Var-Dump-Check PHP console application
WordPress Notification plugin
Notification This is the public repository for Notification - the WordPress plugin. This plugin allow you to send custom notifications about various e
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.
Welcome to ProcessWire 3.x This document is in Markdown. An HTML formatted version of this document can be read at: https://github.com/processwire/pro
Stapler-based file upload package for the Laravel framework.
laravel-stapler Laravel-Stapler is a Stapler-based file upload package for the Laravel framework. It provides a full set of Laravel commands, a migrat
Prisma is an app that strengthens the relationship between people with memory loss and the people close to them
Prisma is an app that strengthens the relationship between people with memory loss and the people close to them. It does this by providing a living, collaborative digital photo album that can be populated with content of interest to these people.
Open Source Telecommunications API Platform
A reimplementation of the open source Plivo framework on top of ReactPHP and FreeSWITCH. If you are not familiar with the legacy platform, please inspect its repository as well as the archived web resources here, here and here.
Json component from Zend Framework
zend-json Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-json. Zend\Json provides convenience methods for serializing na
Aimeos PHP e-commerce framework for ultra fast online shops, scalable marketplaces, complex B2B applications
Aimeos is an Open Source e-commerce framework for online shops consisting of the e-commerce library, the administration interface and different front-ends. It's a modular stack that offers an unmatched combination of flexibility and speed.
Passbolt - Open source password manager for teams
Passbolt - Open source password manager for teams
LittleLink Custom provides you with a website similar to Linktree. Many social media platforms only allow you to add one link
LittleLink Custom is a fork of LittleLink Admin with a set goal of making the admin panel easier to use and setup, for inexperienced and first-time users, with the addition of many custom features themed around customization for the individual user's, LittleLink pages.
Mofhy is a secure, fast and responsive client area for managing MyOwnFreeHost accounts and ssl certificates.
Mofhy is an open-source MyOwnFreeHost client area for managing accounts and ssl certificates. It has easy to use features much like the WHMCS Digit UI interface
MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP
MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It supports only MySQL databases.
A11Y platform - built by a community who believes in an open internet.
Equalify the web! 96.8% of homepages are inaccessible, according to WebAIM. That statistic is unacceptable. Everyone should have access to online info
Fork is an easy to use open source CMS using Symfony Components.
Installation Make sure you have composer installed. Run composer create-project forkcms/forkcms . in your document root. Browse to your website Follow
🚀Bolt CMS is an open source, adaptable platform for building and running modern websites
🚀Bolt CMS is an open source, adaptable platform for building and running modern websites
Borgert - A simple CMS to start projects in Laravel containing some modules
A simple CMS to start projects in Laravel containing some modules.Blog, Pages, Products, Mailbox, Image Gallery, Log Viewer and Users.
Spiral Framework is a High-Performance PHP/Go Full-Stack framework and group of over sixty PSR-compatible components
Spiral HTTP Application Skeleton Spiral Framework is a High-Performance PHP/Go Full-Stack framework and group of over sixty PSR-compatible components.
Sulu is an open-source content management platform based on the Symfony PHP framework
This repository is no longer the recommended way to start a sulu project. Please have a look at the documentation to find out how to start a new proje
Hozokit - Theme Building Framework for WordPress
Hozokit - Theme Building Framework for WordPress Hozokit gives you the power to create unique WordPress themes without the WordPress hassle.
Image manager extension for the Yii PHP framework.
yii-imagemanager Image manager extension for the Yii PHP framework. Introduction I started this project to reduce the need for boilerplate code when w
This extension provides Flysystem integration for the Yii framework
This extension provides Flysystem integration for the Yii framework. Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one.
Extension for creating and sending emails for the Yii PHP framework.
yii-emailer Extension for creating and sending emails for the Yii PHP framework. Usage Migrate the email_message database table by this command: yiic
Navigation component from Zend Framework
zend-navigation Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-navigation. Zend\Navigation is a component for managing t
Debug component from Zend Framework
zend-debug Zend\Debug is a component that help the debugging of PHP applications. In particular it offers a static method Zend\Debug\Debug::dump() tha
Db component from Zend Framework
zend-db Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-db. Zend\Db is a component that abstract the access to a Database
Cryptographic component from Zend Framework
zend-crypt Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-crypt. Zend\Crypt provides support of some cryptographic tools
Console component from Zend Framework
zend-console Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-console. Zend\Console is a component to design and implement
An open source blog, made using Laravel, Inertia.js, and React.js. Also a learning repository.
Blog An open source Laravel-based blog. Still in progress, will be updated regularly as I wrote articles on my blog. Configurations Shared-hosting, an
Mawthouq Payment is an open source project by Mawthouq
mawthouqpay Welcome to the mawthouqpay ! Mawthouq Payment is an open source project by the first platform Mawthouq that works in Algeria to develop th
Framewok php mcquery ( pt-br )
Sobre o mcquery O MCQUERY foi feito com a intenção de ser um framework que não dependa de outras bibliotecas ou frameworks para funcionar, sendo a úni
Orangescrum is a simple yet powerful free and open source project management software that helps team to organize their tasks, projects and deliver more.
Free, open source Project Management software Introduction Orangescrum is the simple yet powerful free and open source project management software tha
Very easy to use a current limiting component, the code is very simple, based on the webman framework.
Very easy to use a current limiting component, the code is very simple, based on the webman framework.
Laravel Starter Kit (Inertia-SSR - Vue3 - Bootstrap 5)
Laravel Starter Kit (Inertia-SSR - Vue3 - Bootstrap 5) Use this starter kit to develop with Laravel 9 setup InertiaJs with Server Side Rendering (SSR)
Versão 2 do System Storage, com melhorias e com a principal mudança, usando Laravel, um Framework do PHP.
Versão 2 do System Storage, com melhorias e com a principal mudança, usando Laravel, um Framework do PHP.
MaxPHP HTTP project skeleton.
轻量 • 简单 • 快速 一款基于swoole的组件化的轻量PHP框架,可以用作API开发,方便快速。 主要特性 组件和框架核心分离 基于 Psr7 的 HTTP-Message 基于 Psr11 的容器 基于 Psr14 的事件 基于 Psr15 的中间件 基于 Psr16 的缓存组件,支持 Fi
Source code from Switchblade CC Checker (Telegram), this is my personal project that stopped in the middle of September 2021.
Switchblade Checker This checker use 1 REQ methods, so yea it'll limited to check the accurate, but it'll useful when you don't have any checkers. Inc
PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.
PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features.
Simple user-authentication solution, embedded into a small framework.
HUGE Just a simple user authentication solution inside a super-simple framework skeleton that works out-of-the-box (and comes with an auto-installer),
An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles
An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.