666 Repositories
PHP simple Libraries
Simple cache abstraction layer implementing PSR-16
sabre/cache This repository is a simple abstraction layer for key-value caches. It implements PSR-16. If you need a super-simple way to support PSR-16
Simple and swift MongoDB abstraction.
Monga A simple and swift MongoDB abstraction layer for PHP 5.4+ What's this all about? An easy API to get connections, databases and collections. A fi
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
⚠️ Please note that the V8 is an important (with small BC breaking) update of PhpFastCache ! As the V8 is relatively not compatible with previous vers
Simple, fast and yet powerful PHP router that is easy to get integrated and in any project.
Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
a framework for WebDevelop based on the mvc structure. The name of this project for Fun because everyone can use it. Completely simple and powerful structure for all your projects
A_A (-.-) ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ |-| █▄─▄▄─█▄─██─▄█─▄▄▄▄█─▄▄▄▄█▄─█─▄█─▄▄▄─██▀▄─██─▄
Fly50W is a new language which helps you build simple apps using more than 500k lines of code easily.
Fly50W is a new language which helps you build simple apps using more than 500k lines of code easily. Installation
A simple helper to generate and display pagination navigation links
Intro to CHocoCode Paginator Friendly PHP paginator to paginate everything This package introduces a different way of pagination handling. You can rea
Simple game server with php without socket programming. Uses the Api request post(json).
QMA server Simple game server with php without socket programming. Uses the Api request post(json). What does this code do? Register the user as a gue
Backup your laravel database by a simple artisan command
Backup your laravel database by a simple artisan command This package will allow you to backup your laravel app database and you can also choose to se
A simple, beautiful, mobile-first instant messaging web application backend build with ThinkPHP6 and Swoole.
OnChat A simple, beautiful, mobile-first instant messaging progressive web application build with ThinkPHP6 and Swoole. You can click here to view the
A simple, extensible REST API framework for PHP
Note: This framework is not stable yet. Introduction Aphiria is a suite of small, decoupled PHP libraries that make up a REST API framework. It simpli
Provides a clean and simple way to configure the WordPress-bundled PHPMailer library, allowing you to quickly get started sending mail through a local or cloud based service of your choice
WP PHPMailer provides a clean and simple way to configure the WordPress-bundled PHPMailer library, allowing you to quickly get started sending mail through a local or cloud based service of your choice.
A simple encapsulation of Web3 framework in PHP environment
Web3 A simple encapsulation of Web3 framework in PHP environment. install composer require kgs/web3 Usage web3 $web3 = new Web3('https://kovan.infura.
Laravel Dusk provides simple end-to-end testing and browser automation.
Introduction Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK
A simple mailable trait and interface to export mails to a storage disk once being sent.
Laravel Mail Export This package can export any mail sent with Laravel's Mailable class to any desired filesystem disk and path as a .eml file. This c
Flight routing is a simple, fast PHP router that is easy to get integrated with other routers.
The PHP HTTP Flight Router divineniiquaye/flight-routing is a HTTP router for PHP 7.1+ based on PSR-7 and PSR-15 with support for annotations, created
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
A RESTful and extendable Backend as a Service that provides instant backend to develop sites and apps faster, with dead-simple integration for JavaScript, iOS, Android and more.
Welcome to hook ![Gitter](https://badges.gitter.im/Join Chat.svg) hook is a RESTful, extendable Backend as a Service that provides instant backend to
Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets)
clue/socket-raw Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets). PHP offers two networking APIs, the newer stre
Simple Enum cast for Eloquent ORM using myclabs/php-enum.
Enum cast for Eloquent Simple Enum cast for Eloquent ORM using myclabs/php-enum. Requirements PHP 7.3 or higher Laravel 8.0 or higher Installation You
I made my own simple php framework inspired from laravel framework.
Simple MVC About Since 2019, I started learning the php programming language and have worked on many projects using the php framework. Laravel is one
Simple live support server with PHP Swoole Websocket and Telegram API
Telgraf Simple live support server with PHP Swoole Websocket and Telegram API. Usage Server Setup Clone repository with following command. git clone h
A simple PHP Toolkit to parallel generate combinations, save and use the generated terms to brute force attack via the http protocol.
Brutal A simple PHP Toolkit to parallel generate combinations, save and use the generated terms to apply brute force attack via the http protocol. Bru
Simple analyse the traffic of your OctoberCMS-based website without relying on an external service.
Simple Analytics for OctoberCMS Simple analyse the traffic of your website without relying on an external service. The simple version of this plugin (
A simple Laravel & Nuxtjs starter template
Laravel Nuxtjs is a basic starter app built with Nuxtjs CLI thet give you the powerful of Nuxtjs with API laravel backend
Simple Curl based wrapper for Binance API for PHP scripts
Simple Curl based wrapper for Binance API for PHP scripts Feaures API support for SPOT data/trading FAPI/DAPI support for futures data/trading Curl-on
TinyFileManager is web based file manager and it is a simple, fast and small file manager with a single file, multi-language ready web application
TinyFileManager is web based file manager and it is a simple, fast and small file manager with a single file, multi-language ready web application for storing, uploading, editing and managing files and folders online via web browser. The Application runs on PHP 5.5+, It allows the creation of multiple users and each user can have its own directory and a build-in support for managing text files with cloud9 IDE and it supports syntax highlighting for over 150+ languages and over 35+ themes.
YesWiki is a wiki system written in PHP, including extensions making collaboration more simple (databases, maps, easy editing, bootstrap themes,...).
YesWiki YesWiki is a Free Software under the AGPL licence, made for creating and managing your website, in a collaborative way. YesWiki allows any web
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
A simple PHP library for complex monetary prices management
PHP Prices 💸 Version 2.x This new major version is shifting the package towards more flexibility and configuration possibilities in general. One of t
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
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.
Simple MongoDB API for PHP!
SimpleMongo SimpleMongo is a simple API for MongoDB, written in PHP. How to use? First of all, copy SimpleMongo.php into your project and fill the fir
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
Simple PHP Google Authentication Template
php-google-auth A php google authentication page project View Demo · Report Problems About The Project This is a small and easy project that I made to
REDAXO, a PHP-based CMS since 2004. Both simple and flexible.
🌎 Deutsch Content Management since 2004. Both simple and flexible. REDAXO provides you an easy-to-learn website framework. It lets you create content
A simple and flexible PHP middleware dispatcher based on PSR-7, PSR-11, and PSR-15
Woohoo Labs. Harmony Woohoo Labs. Harmony is a PSR-15 compatible middleware dispatcher. Harmony was born to be a totally flexible and almost invisible
Hello, this is simple attribute validation for PHP Models, based on the new features, presented in PHP 8
Hello, this is simple attribute validation for PHP Models, based on the new features, presented in PHP 8 It works as a standalone and can be use in custom projects or in libraries like Symfony and Laravel.
Newsprint is a simple web application that will fetch the front page of a newspaper and display it on an eink display
Newsprint is a simple web application that will fetch the front page of a newspaper and display it on an eink display. The specific resolutions and sizes have been setup to work with a 32" eInk place & play display from Visionect but can be modified for other screen resolutions.
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
A simple Atom/RSS parsing library for PHP.
SimplePie SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enoug
Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
Uguu What is Uguu? Uguu is a simple lightweight temporary file hosting and sharing platform, but can also be used as a permanent file host. Features O
BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience.
BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience.
Simple PHP framework that helps you quickly understand and write simple APIs.
Lightweight PHP Framework For Web and APIs PHP framework that helps you write quickly simple but powerful web apps and APIs Installation Use the packa
Generate simple PDF invoices with PHP
InvoiScript Generate simple PDF invoices with PHP. Installation Run: composer require mzur/invoiscript Usage Example use Mzur\InvoiScript\Invoice; re
A simple page view counter that store data as text and shows data as a PNG image
Image Counter A simple page view counter that store data as text and shows the counter as a PNG image.
A simple `make:view` command for Laravel applications.
A simple make:view command for Laravel applications. Quickly generate a new Blade view from the console using artisan make:view. Installation You can
✨An Ultimate NPC plugin made by brokiem for PocketMine-MP.
SimpleNPC An Ultimate NPC plugin made by brokiem for PocketMine-MP. ✨ Features Migration from Slapper supported! ✔ Right click to interact! ✔ NPC can
A simple place to learn XSS
XSSPlayground A simple place to learn XSS. Made for myself to learn and to help others (please do use!) Disclaimer This is a works in progress and wil
Simple timesheets and vacation management for small businesses.
About Daybreak Daybreak is a very simplistic timesheet and vacation planning program for small businesses. It was created because I needed something I
Generate dummy API endpoints from a simple PHP array.
Laravel Fake API Create placeholder API endpoints from a simple PHP array. LFA utilizes Faker for dummy data. Inspired by JSON Server. Installation To
A PHP Blogging Platform. Simple and Powerful.
Typecho Blogging Platform Typecho is a PHP Blogging Platform. Simple and Powerful.
a simple pastebin implement in php
alcohol/pastebin-php I mostly use this demo application to keep myself up to date with the various changes introduced by new (major) Symfony releases.
A simple and extensible fixture loader for PHP 7.3+, supporting SQLite and MySQL
Flowder Flowder is a (really) simple fixture loader for PHP 7.3+, supporting SQLite and MySQL. Using Flowder in PHP 7.2 or below? Try version 1 instea
Shopware PHP SDK is a simple SDK implementation of Shopware 6 APIs
Shopware PHP SDK is a simple SDK implementation of Shopware 6 APIs. It helps to access the API in an object-oriented way.
A simple object-relational mapping library built using PHP.
A simple object-relational mapping library built using PHP.
Simple PHP shop CMS based on Laravel 5.1
LaraShop LaraShop is a simple SHOP CMS based on Laravel framework. Temporarily available at russian language, in planned english. Screenshots Features
A lightweight and simple object oriented PHP Router
bramus/router A lightweight and simple object oriented PHP Router. Built by Bram(us) Van Damme (https://www.bram.us) and Contributors Features Support
A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
my little forum my little forum is a simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure).
Symplify - Making Everyday PHP Development Simple
Symplify - Making Everyday PHP Development Simple In this monorepo you'll find PHP packages that help you with: your first coding standard maintenance
A simple, type-safe, zero dependency port of the javascript fetch WebApi for PHP.
A simple, type-safe, zero dependency port of the javascript fetch WebApi for PHP.
A simple, yet feature rich password manager for Nextcloud
Easy to use yet feature-rich and secure password manager for Nextcloud
Woski is a fast and simple lightweight PHP Framework for building applications in the realm of the web.
Woski is a simple fast PHP framework for the Realm The Project Installation Clone the repository $ composer create-project clintonnzedimma/woski myApp
Leaf is a PHP framework that helps you create clean, simple but powerful web apps and APIs quickly and easily.
Leaf is a PHP framework that helps you create clean, simple but powerful web apps and APIs quickly and easily. Leaf introduces a cleaner and much simpler structure to the PHP language while maintaining it's flexibility. With a simple structure and a shallow learning curve, it's an excellent way to rapidly build powerful and high performant web apps and APIs.
A simple php (lumen) app for sharing sensitive text (basically like onetimesecret), but with full end-to-end AES-256-GCM encryption so even the server has no access to the data, and developed with very simple deployment in mind.
A simple php (lumen) app for sharing sensitive text (basically like onetimesecret), but with full end-to-end AES-256-GCM encryption so even the server has no access to the data, and developed with very simple deployment in mind.
This package is for updating your Laravel project via view without doing any command in the prompt, this package may be useful when you sell your project to multiple people as they will update without any intervention from you via a simple destination
Introduction : This package is for updating your Laravel project via view without doing any command in the prompt, this package may be useful when you
Koel is a simple web-based personal audio streaming service written in Vue and Laravel
Koel (also stylized as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. Targeting web developers, Koel embraces some of the more modern web technologies – CSS grid, audio, and drag-and-drop API to name a few – to do its job.
A simple API documentation package for Laravel using OpenAPI and Stoplight Elements
Laravel Stoplight Elements Easily publish your API documentation using your OpenAPI document in your Laravel Application. Installation You can install
Dead simple Laravel backend support for FilePond js.
Laravel FilePond Backend This package provides a straight forward backend support for Laravel application to work with FilePond file upload javascript
A simple API documentation package for Laravel using OpenAPI and Redoc
Laravel Redoc Easily publish your API documentation using your OpenAPI document in your Laravel Application. Installation You can install this package
Laravel SEO - This is a simple and extensible package for improving SEO via meta tags, such as OpenGraph tags.
This is a simple and extensible package for improving SEO via meta tags, such as OpenGraph tags.
Simple yet expressive schema-based configuration library for PHP apps
league/config helps you define nested configuration arrays with strict schemas and access configuration values with dot notation.
Simple Client for Airtable API
Airtable Client Bundle (Work In Progress) The Airtable Client bundle is a Symfony bundle that attempts to make the Airtable API easier to use. Retriev
Simple PHP framework that helps you quickly understand and write simple APIs.
Lightweight-PHP-Framework-For-APIs. Simple PHP framework that helps you quickly understand and write simple APIs. Installation Use the package manager
This package was created to provide simple way to manipulate arrays in PHP
PHP Collections This package was created to provide simple way to manipulate arrays in PHP. The package was inspired by the Laravel Collections.
A simple API with Guzzle wrapper, providing easy access to wppconnect's endpoints.
WPPConnect Team Wppconnect Laravel Client A simple API with Guzzle wrapper, providing easy access to wppconnect's endpoints. Requirements PHP 7.4 or n
Simple WHOIS script with beautiful design.
Simple PHP Whois It is ideal in terms of design and has easy operation. / Tasarım açısından idealdir ve kullanımı kolaydır. It has a simple interface.
Simple customizable captcha script for bot prevention in php language.
phpCaptcha Simple customizable captcha script for bot prevention in php language. Usage ?php session_start(); $status = ""; if ($_SESSION['captcha']
Lemon is php micro framework built for simple applications.
Lemon is simple micro framework that provides routing, etc.
Laragram is a simple instagram "clone" built with Laravel and Tailwind CSS
Laragram is a simple instagram "clone" built with Laravel and Tailwind CSS that gives to the users the ability to create or edit their own profiles (including profile image and description), upload images and share them among friends
A simple video station based on PHP and MySQL.
Simple-PHP-Video-Station 一个简单的、基于 PHP 和 MySQL 的视频点播站。 A simple video station based on PHP and MySQL. 特点 仅 655K 主体文件和 3 张数据表 前后端分离 支持 pjax 无刷适配 使用 DPla
Simple App Project
SimpleProject(CRUD) by Melvs Clone the repository with git clone Copy .env.example file to .env and edit database credentials there Run composer insta
A Simple method to create laravel authentication for an existing laravel project.
Laravel Simple Auth A Simple method to create laravel authentication for an existing laravel project. Indroduction Why I created this kind of package?
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
A package to easily make use of Simple Icons in your Laravel Blade views.
Blade Simple Icons A package to easily make use of Simple Icons in your Laravel Blade views. For a full list of available icons see the SVG directory.
This is a simple example project demonstrating the Lupus Nuxt.js Drupal Stack.
Lupus Nuxt.js Drupal Stack - Example project This is a simple example project demonstrating the Lupus Nuxt.js Drupal Stack. Introduction Please refer
Livewire Notifier is a simple notifications system with zero dependencies above TALL-stack
Livewire Notifier is a simple notifications system with zero dependencies above TALL-stack (Tailwind CSS, Alpine.JS, Laravel and Livewire).
Instagram simple version.
.feed Getting started Clone project Go to the folder Install composer composer install Install npm package npm install Copy and edit .env file from .e
A simple example of how to create a RESTful API in Laravel Framework 8.36.1.
FirstLaravel A simple example of how to create a RESTful API in Laravel Framework 8.36.1. I used Database sqlite because I wanted to deploy this proje
Simple IT Documentation Solution for MSPs
SimpleMSPDoc RC 1.0 I wasn't happy with what other IT documention software had. I felt they over complicated things and required so much clicky clicky
A simple Object Oriented PHP Client for Termii SMS API
Termii Client A simple Object Oriented PHP Client for Termii SMS API. Uses Termii API. Requirements PHP = 7.2 Guzzlehttp ~6|~7 Installation Via Compo
Create simple Restfull Api With Codeigniter 4 Framework
CodeIgniter 4 Restfull API Application Starter Codeigniter 4 Restfull is the creation of Restfull API with the codeigniter 4 framework. Use is very si
Currency is a simple PHP library for current and historical currency exchange rates & crypto exchange rates. based on the free API exchangerate.host
Currency Currency is a simple PHP library for current and historical currency exchange rates & crypto exchange rates. based on the free API exchangera
A simple way to deploy your application to a remote location.
Deploy Plugin A simple way to deploy your application to a remote location. Currently in Active Development This plugin is incomplete. This plugin is
A simple hitokoto API for duelist.
Duelist_hitokoto A simple hitokoto API for duelist. /为决斗者打造的一言API。 Powerd by:hexo-ruby-character & Hitokoto Update Log v0.1 : Released. 目前只有13句召唤台词,后续
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
A Simple and Lightweight WordPress Option Framework for Themes and Plugins. Built in Object Oriented Programming paradigm with high number of custom fields and tons of options. Allows you to bring custom admin, metabox, taxonomy and customize settings to all of your pages, posts and categories. It's highly modern and advanced framework.
Elefant, the refreshingly simple PHP CMS and web framework.
Elefant is a refreshingly simple PHP content management system and web framework. Elefant is a fast, lean tool for building everything from simple websites to complete web applications.
A Simple GUID creator Laravel Package for PHP
A Simple GUID creator package for PHP. This package is useful for creating globally unique identifiers (GUID). It's under MIT license so it's free for
A simple tool to backup data & db from a web server to Google Drive.
PHP Google Drive backup - A (very) simple CLI tool that I used to backup my www directory and my database from OVH to Google Drive, in a cronjob.
Simple and Robust solution to manage your software development project
Project moved to GitScrum CE https://github.com/gitscrum-team/GitScrum-Frontend More than 6.600 business use GitScrum to manage their agile projects W