226 Repositories
PHP static-repository Libraries
Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer Packages.
Satis Control Panel Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer Packages. SCP backend is written in L
Satis-go is a web server for hosting and managing your Satis Repository for Composer Packages
Satis-go download latest Satis-go is a web server for hosting and managing your Satis Repository for Composer Packages Some Highlights: Satis-go provi
Fast and simple implementation of a REST API based on the Laravel Framework, Repository Pattern, Eloquent Resources, Translatability, and Swagger.
Laravel Headless What about? This allows a fast and simple implementation of a REST API based on the Laravel Framework, Repository Pattern, Eloquent R
LaravelSnippets.com website | A repository of useful code snippets for Laravel PHP framework
LaravelSnippets.com website | A repository of useful code snippets for Laravel PHP framework. Submit, grab and share!
Laravel static site/blog generator with markdown support.
Katana static site & blog generator PHP static site & blog generator with markdown support. Using the power of laravel's Blade templating engine. Kata
The official Statamic 3 static site generator package
Statamic Static Site Generator Generate static sites with Statamic 3. Installation Install the package using Composer: composer require statamic/ssg
Backdrop core code repository.
Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create al
Package Repository Website - try https://packagist.com if you need your own -
Packagist Package Repository Website for Composer, see the about page on packagist.org for more. This project is not meant for re-use. It is open sour
Hi everyone! This is our repository for our final project in college. We're sorry if so many bug or error. Thank You
About The Project Hi everyone! This is our repository for our final project in college. We're sorry if so many bug or error. Thank You About Laravel L
💾 High-performance PHP application server, load-balancer and process manager written in Golang. RR2 releases repository.
RoadRunner is an open-source (MIT licensed) high-performance PHP application server, load balancer, and process manager. It supports running as a serv
Continuous Inspection
SonarQube Continuous Inspection SonarQube provides the capability to not only show health of an application but also to highlight issues newly introdu
SonarPHP: PHP static analyzer for SonarQube & SonarLint
Code Quality and Security for PHP This SonarSource project is a static code analyser for PHP language used as an extension for the SonarQube platform.
Parse: A Static Security Scanner
Parse: A PHP Security Scanner PLEASE NOTE: This tool is still in a very early stage. The work continues... The Parse scanner is a static scanning tool
A static analysis tool for security
progpilot A static analyzer for security purposes Only PHP language is currently supported Installation Option 1: use standalone phar Download the lat
phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
phpcs-security-audit v3 About phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in
Repository with demo for "Sextou"
Newsletter Demo APP Beer & Code Newsletter Page for newsletter. 🚨 About this repository Demo App Demo APP for the talks at Beer and Code Youtube chan
Static Web App to train Filipinos in using MS Word with the use of Filipino language
MS Word Filipino Isang static web application na layuning magturo ng paggamit ng MS Word sa wikang Filipino. Ito ay isang proyekto na bahagi ng panana
A rest api repository with laravel.
API Back End This is the repository for the TKJ 1 Class 12 Web Back End API system, for detailed info, you can go to the main link of the Front End ap
A repository for showcasing my knowledge of the PHP programming language, and continuing to learn the language.
Learning PHP (programming language) I know very little about PHP. This document will list all my knowledge of the PHP programming language. Basic synt
Github repository dedicated for my YT tutorial which shows how to use testing in Laravel
Testing in Laravel The following documentation is based on my Laravel Testing for Beginners tutorial we’re going to cover the basics of unit tests, fe
This repository include my own PHP MVC Framework
PHP OWN MVC FRAMEWORK Kendimi geliştirmek ve modern PHP Framework'lerinin işleyişini kavram amacıyla inşa ettiğim profesyonele yakın PHP MVC Framework
🖖Repository Pattern in Laravel. The package allows to filter by request out-of-the-box, as well as to integrate customized criteria and any kind of filters.
Repository Repository Pattern in Laravel. The package allows to filter by request out-of-the-box, as well as to integrate customized criteria and any
Static testing tool for psalm plugins
Psalm test Static testing tool for psalm plugins. Installation $ composer require --dev klimick/psalm-test $ vendor/bin/psalm-plugin enable klimick/ps
Repository untuk menyimpan tugas Implementasi Dan Deployment Sistem
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
A rest api repository with laravel.
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
This repository holds the code and script for the Symfony5 Tutorials on SymfonyCasts.
Tutorials, Friendship & Symfony5 Well hi there! This repository holds the code and script for the Symfony5 Tutorials on SymfonyCasts. Setup If you've
An abstraction layer for easily implementing industry-standard caching strategies
Laravel Model Repository This package provides an abstraction layer for easily implementing industry-standard caching strategies with Eloquent models.
Laravel Design Pattern Generator (api generator)
Laravel Design Pattern Generator (api generator) you can create your restful api easily by using this library and you can filter, sort and include elo
Auto-generated Interface and Repository file via Repository pattern in Laravel
Auto-generated Repository Pattern in Laravel A repository is a separation between a domain and a persistent layer. The repository provides a collectio
Library for check dependency between modules inside projects
PHP Dependency analyzer PHP DA is tool for check and support dependencies inside your project clear. For example: You have project with 3 root namespa
This repository contains the codebase PHP bridge using RoadRunner Jobs plugin.
RoadRunner Jobs Plugin This repository contains the codebase PHP bridge using RoadRunner Jobs plugin. Installation To install application server and J
Repository Pattern implementation for Laravel
This is a Simple Repository Pattern implementation for Laravel Projects and an easily way to build Eloquent queries from API requests.
Eloquent MongoDB Repository Implementation
Eloquent MongoDB Repository Eloquent MongoDB Repository using nilportugues/repository as foundation, using jenssegers/mongodb. Installation Use Compos
Laravel 5 Repositories is used to abstract the data layer, making our application more flexible to maintain.
Laravel 5 Repositories is used to abstract the data layer, making our application more flexible to maintain.
Eloquent Repository implementation
Eloquent Repository Eloquent Repository using nilportugues/repository as foundation. Installation Use Composer to install the package: $ composer requ
WordPress core test suite function and class declaration stubs for static analysis by PHPStan
WordPress Core Test Suite Stubs This package provides stub declarations for the WordPress Core Test Suite functions, classes and interfaces. These stu
Laravel basic repository integration
WekodeRepository This is a package to easely integrate a repository pattern with the needed service provider and all the necessary basic functions Ins
This is a repository for anyone wishing to contribute to HacktoberFest 2021
HacktoberFest 2021 Status IMPORTANT NOTICE : We have stopped accepting PRs for DSA Please Try to add more projects/apps/webapp instead of just DSA cod
Versione non ufficiale del repository ad uso personale
GAzie - Gestione Aziendale Che cos'è GAzie GAzie è un software gestionale (ERP) multiazienda in grado di gestire tanti aspetti dell'azienda, dalla ges
the repository uses some of the code from php-meminfo to simplify integration
the repository uses some of the code from php-meminfo to simplify integration
Github repository dedicated for my YT tutorial which shows how to use Sessions in Laravel
Sessions in Laravel The following documentation is based on my Laravel Sessions for Beginners tutorial we’re going to cover the basics of sessions in
Raidbots API wrapper which incorporates existing reports and static data into your project.
Raidbots API Raidbots API wrapper which incorporates existing reports and static data into your project. Usage use Logiek\Raidbots\Client; $client =
Simple repository pattern for laravel, with services!
With repository and service you can separate business logic and query logic, slim controller and DRY. Simple generate repository and service with artisan command, automatically bind interface with repository
Backend repository of libreoupas project, fully written in PHP, using the datas provided by the University.
libreoupas-engine/fst-nancy Description libreoupas est un site Internet permettant aux étudiant de la Faculté des Strasbourg illkirsh d'avoir accès au
Frontend repository of libreoupas project, mostly written in PHP and JavaScript, using Bootstrap for responsivity.
libreoupas Description libreoupas est un site Internet permettant aux étudiant de la Faculté des Sciences et Technologies de Vandoeuvre-Lès-Nancy d'av
A filterable git commit summary notification mailer
Git commit notification A symfony application to allow receiving commit notification for all commits in a certain time period. Features: Receive one m
This repository contains collection of portfolio's .
Welcome to the repository 😍 This repository contains collection of portfolio's . You can add your own repository. How to contribute to this repositor
Redis repository implementation for Laravel Queue Batch
Laravel RedisBatchRepository Replaces default Illuminate\Bus\DatabaseBatchRepository with implementation based on Redis. Requirements: php 8 laravel 8
PHP library to easily get static image from OpenStreetMap (OSM) with markers and lines.
PHP OpenStreetMap Static API PHP library to easily get static image from OpenStreetMap with markers and lines. ✨ Supporting ⭐ Star this repository to
Template for repository helper, library - Basic, Simple and Lightweight
Template start helper, library Template for repository helper, library - Basic, Simple and Lightweight Use this Template First, you can Use this templ
PHP library to easily get static image from French Cadastral Government map with markers and lines.
PHP French Cadastral Map Static API PHP library to easily get static image from French Cadastral Government map with markers and lines. Map source : c
Visitor Badge for your Web or Github repository
visitor-badge Visitor Badge untuk Website atau Github repository, Dibuat dengan ❤ dan PHP native oleh Saya Demo Langsung Anda bisa me-refresh halaman
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
Generate pseudo-static pages from markdown and HTML files for Flarum
Flarum Pages Generator This is not a Flarum extension. This package provides a Flarum extender that you can use in the local extend.php to define cust
This repository includes a sample project to illustrate the usage of the JobRouter® Authentication Factor API.
JR 2FA Example Plugin This repository includes a sample project to illustrate the usage of the JobRouter® Authentication Factor API. It can be used as
A package to implement repository pattern for laravel models
Laravel Model UUID A simple package to use Repository Pattern approach for laravel models . Repository pattern Repositories are classes or components
This repository includes direct links to Genshin Impact updates
GenshinRepository This repository includes direct links to Genshin Impact updates, with this, it allows you to download Genshin Impact updates without
The Official UnderCMS Repository
UnderCMS A hobbyist CMS from scratch What is that? This is a CMS (for Content Management System), a software to easily make websites. This is still ve
This is the code repository for The Art of Modern PHP 8, published by Packt.
The Art of Modern PHP 8 This is the code repository for The Art of Modern PHP 8, published by Packt. Your practical and essential guide to getting up
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.
Next generation phpDoc parser with support for intersection types and generics.
PHPDoc-Parser for PHPStan PHPStan Next generation phpDoc parser with support for intersection types and generics. Code of Conduct This project adheres
Deptrac is a static code analysis tool for PHP that helps you communicate, visualize and enforce architectural decisions in your projects
Deptrac is a static code analysis tool for PHP that helps you communicate, visualize and enforce architectural decisions in your projects. You can freely define your architectural layers over classes and which rules should apply to them.
A simple package to manage the creation of a structure composed of the service and repository layers in a Laravel application
Chapolim Este projeto tem como objetivo fornecer alguns comandos adicionais à interface de linha de comando do Laravel, o Artisan, para manipular a es
Laravel package that converts your application into a static HTML website
phpReel Static Laravel Package phpReel Static is a simple Laravel Package created and used by phpReel that converts your Laravel application to a stat
Laravel Quran is static Eloquent model for Quran.
Laravel Quran بِسْمِ ٱللّٰهِ الرَّحْمٰنِ الرَّحِيْمِ Laravel Quran is static Eloquent model for Quran. The Quran has never changed and never will, bec
example repository training REST API
adalah codebase REST-API dari tugas peserta yang mengikuti training membangun REST API dengan lumen selama 2 minggu. studi kasus nya adalah REST API website marketplace untuk agrobisniss.
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
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,
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
[WIP] PSR-20 repository
[WIP] PSR Clock Work in Progress! This repository holds the interface for PSR-20. Note that this is not a clock of its own. It is merely an interface
Repository untuk kuliah rekayasa web ss 2021
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
This repository contains the sources of OXID eShop Community Edition Core Component.
OXID eShop This repository contains the sources of OXID eShop Community Edition Core Component. About OXID eShop: OXID eShop is a flexible open source
Repman - PHP Repository Manager: packagist proxy and host for private packages
Repman - PHP Repository Manager Repman is a PHP repository manager. Main features: free and open source works as a proxy for packagist.org (speeds up
Template repository for new Blade Icons packages.
Blade Icons Template This is a template repository for new icon packages for Blade Icons.
⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.
⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.
🔰 Instant PHP quality checks from your console
PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the code quality of your PHP projects.
Provides a GitHub repository template for a PHP package, using GitHub actions.
php-package-template Installation 💡 This is a great place for showing how to install the package, see below: Run $ composer require ergebnis/php-pack
This repository contains research materials and dev notes for the DSM research
DSM Research This repository contains a loosely-organized information regarding the processes of DSM loading. A lot of information present here was co
Gitamin is an open source git repository management software built with the Laravel PHP Framework.
Gitamin(pronounced /ˈgɪtəmɪn/, inspired by Vitamin) is an open source git repository management software built with the Laravel PHP Framework.
Official repository for concrete5 development
Welcome to the official repository for concrete5 development! concrete5 is an open source CMS built by people from around the world. Want to get invol
📦 This is a repository of centralized management of all swoft core components
Swoft Component This repository is used to manage all swoft core components. 中文说明 中文说明请查看 README.zh-CN.md IMPORTANT All components will NOT be modifie
⚡️ A WordPress plugin to quickly send a 404 for missing static files
Static 404 A WordPress plugin to quickly send a 404 for missing static files. Quickly output a 404 for static files that aren't found, rather than loa
Simplified Repository pattern implementation in Laravel
Laravository - Repository Pattern for Laravel Simplified Repository pattern implementation in Laravel. Requirement Laravel 8.x Installation Execute th
VELOX - The fastest way to build simple websites using PHP!
VELOX The fastest way to build simple websites using PHP! Table of Contents Installation About VELOX Architecture Config Classes Functions Themes Chan
WordPress static site generator for security, performance and cost benefits
WordPress static site generator for security, performance and cost benefits
This package provides some basic methods to implement a self updating functionality for your Laravel application. Already bundled are some methods to provide a self-update mechanism via Github or some private repository via http.
This package provides some basic methods to implement a self updating functionality for your Laravel 5 application. Already bundled are some methods to provide a self-update mechanism via Github.
Your private self hosted composer repository with user management
Devliver Your private self-hosted composer repository. Requirements Docker MariaDB/MySQL the running docker container has access to private git reposi
Pheature flags main repository
Pheature Flags Hi there! Welcome to our project 👋 We are a group of online business professionals who want to learn, grow and enjoy making our jobs a
The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System
The repository for Coaster CMS (coastercms.org) a Laravel based Content Management System with advanced features and Physical Web integration. Table o
Laravel 5 - Repositories to abstract the database layer
Laravel 5 Repositories Laravel 5 Repositories is used to abstract the data layer, making our application more flexible to maintain. See versions: 1.0.
Caches responses as static files on disk for lightning fast page loads.
Laravel Page Cache This package allows you to easily cache responses as static files on disk for lightning fast page loads. Introduction Installation
phpWhois general repository
Introduction This package contains a Whois (RFC954) library for PHP. It allows a PHP program to create a Whois object, and obtain the output of a whoi
A repository with implementations of different data structures and algorithms using PHP
PHP Data Structures and Algorithms Data structure and Algorithm is always important for any programming language. PHP, being one of the most popular l
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Supporting Enqueue Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and
A static analysis tool for finding errors in PHP applications
Psalm Psalm is a static analysis tool for finding errors in PHP applications. Installation To get started, check out the installation guide. Live Demo
PHP Architecture Tester - Easy to use architectural testing tool for PHP :heavy_check_mark:
Easy to use architecture testing tool for PHP Introduction 📜 PHP Architecture Tester is a static analysis tool to verify architectural requirements.
GitHub action to setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer...
Setup PHP in GitHub Actions Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer in GitHub
Official repository of the AWS SDK for PHP (@awsforphp)
AWS SDK for PHP - Version 3 The AWS SDK for PHP makes it easy for developers to access Amazon Web Services in their PHP code, and build robust applica
PHP Static site generator
Spress - PHP Static site generator Spress is a static site generator built with Symfony components. License: MIT. Requirements Linux, Unix, Mac OS X o
Phrozn is extremely flexible static site generator in PHP.
Phrozn Phrozn is extremely flexible static site generator in PHP. Philosophy Configurable: you should be able to tune it to your needs SCM-Enabled: no