3994 Repositories
PHP php-email-tracking Libraries
PHP Implementation of PASERK
PASERK (PHP) Platform Agnostic SERialized Keys. Requires PHP 7.1 or newer. PASERK Specification The PASERK Specification can be found in this reposito
PHP CLI project to get an appointment from https://vacunacovid.catsalut.gencat.ca
covid_vaccine_bcn PHP CLI project to get an appointment from https://citavacunacovid19.catsalut.gencat.cat/Vacunacio_Covid/Vacunacio/VacunacioCovidRes
PHP backend Scripts to add and Manage Live tv Streaming android app
PHP Backend to Manage Live TV Streaming Android app Follow Given Steps to Setup Local Environment to run this php Script Setting Up Local Environment
A REST API that should power the Agile Monkeys CRM Service
This is a simple REST API that purposes to power the Agile Monkeys CRM service
Easily create and work with code snippets from PHP
code-snippets Easily create and work with code snippets from source code files of any type in PHP. The original code this package is based on was borr
A GETTR.com client library written in PHP with Laravel support.
Gettr API Clinet PHP A GETTR.com client library written in PHP with Laravel support. This library uses unofficial publicly accessible API endpoints of
Rebuild the todo website with Laravel and Vue
Lara-Todo This is a course that I took at Udmey, to create a todo website with Laravel and Vue.js Start First we need to download and setup Composer.
Full-featured e-commerce platform with multi-domain and multi-language support for PHP 8
Surikata.io Full-featured e-commerce platform with multi-domain and multi-language support for PHP 8. Free to use for both commercial and personal pro
🌐 Free Google Translate API PHP Package. Translates totally free of charge.
Google Translate PHP Free Google Translate API PHP Package. Translates totally free of charge. Installation Basic Usage Advanced Usage Language Detect
30 seconds of code Short PHP code snippets for all your development needs
30 seconds of code Short PHP code snippets for all your development needs Visit our website to view our snippet collection. Use the Search page to fin
🔨 Prefixes all PHP namespaces in a file/directory to isolate the code bundled in PHARs.
PHP-Scoper PHP-Scoper is a tool which essentially moves any body of code, including all dependencies such as vendor directories, to a new and distinct
Unit testing tips by examples in PHP
Unit testing tips by examples in PHP Introduction In these times, the benefits of writing unit tests are huge. I think that most of the recently start
classroombookings - open source room booking system for schools.
This is a web-based room booking system for schools and is designed to be as easy to use as possible. Set up your bookable rooms, day schedule and timetable for the year. Add user accounts, and allow them to make and manage bookings from anywhere.
A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.
ActivityPhp ActivityPhp is an implementation of ActivityPub layers in PHP. It provides two layers: A client to server protocol, or "Social API" This p
Zen Cart® is a full-function e-commerce application for your website.
Zen Cart® - The Art of E-Commerce Zen Cart® was the first Open Source e-Commerce web application to be fully PA-DSS Certified. Zen Cart® v1.5.8 is an
Camdram is an open source project developed by a team of volunteers for the benefit of the Cambridge student theatre community
Camdram is an open source project developed by a team of volunteers for the benefit of the Cambridge student theatre community. We use this repository to host the code that runs Camdram and to co-ordinate our work, however we welcome anyone to contribute bugs and suggest new features.
Chamilo is a learning management system focused on ease of use and accessibility
Chamilo 2.x Chamilo is an e-learning platform, also called "LMS", published under the GNU/GPLv3+ license. It has been used by more than 30M people wor
Arithmetic expression solver PHP library
arithmexp An arithmetic expression solver Usage $operators = OperatorRegistry::default(); $expression = new ArithmeticExpression($operators, "4 - 3 +
DinoPHP is a web application framework with expressive.
DinoPHP is a web application framework with expressive. We believe development must be an enjoyable and creative experience. DinoPHP takes the pain out of development by easing common tasks used in many web projects
Gestor de Contraseñas basado en Laravel 8 + PHP 8 + MySQL 8. Self-hosted Password Manager based on Laravel 8 + PHP 8 + MySQL 8.
English Gestor de Contraseñas Esta aplicación permite una gestión completa de contraseñas para múltiples tipos de servicios (web, ssh, teléfonos, wifi
Evo is a Laravel package that leverages PHP 8 features.
Evo is a Laravel package that leverages PHP 8 features. It change the way you write Laravel app into something like this: #[RoutePrefix('users')] clas
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
Track the memory usage of your workers and display them in Filament.
Filament Memory Tracker Track the memory usage of your workers and display them in Filament. Installation Install the package via composer: composer r
Library for PHP 7.4+ to detect Browsers and Devices
This library requires PHP 7.4+. Also a PSR-3 compatible logger and a PSR-16 compatible cache are required. In
Tensor is a library and extension that provides objects for scientific computing in PHP.
Tensor is a library and extension that provides objects for scientific computing in PHP. The multithreaded extension is especially suited for computing large sets of numbers. In some cases, the extension is 230X faster than the same operation in PHPland. Tensor is used by libraries such as Rubix ML to build and accelerate machine learning algorithms such as linear regression, dimensionality reduction, and neural networks.
Polymorphic and Multilingual CMS powered by Laravel
Nuclear CMS Polymorphic and multilingual content management system. Nuclear is a polymorphic and multilingual content management system powered by Lar
NovaGram - An elegant, Object-Oriented, reliable PHP Telegram Bot Library
An elegant, Object-Oriented, reliable PHP Telegram Bot Library Full Documentation • Public support group Examples • Features • Installation ?
Thelia is an open source tool for creating e-business websites and managing online content.
Thelia is an open source tool for creating e-business websites and managing online content.
A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.
Bagisto is a hand tailored E-Commerce framework built on some of the hottest opensource technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework.
Elasticsearch migrations for Laravel
Elastic Migrations Elasticsearch migrations for Laravel allow you to easily modify and share indices schema across the application's environments. Con
A REST client inside your Laravel app
Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms, and other utility endpoints based on Laravel routes in your project.
LavaLust is an lightweight Web Framework - (using MVC pattern) - for people who are developing web sites using PHP. It helps you write code easily using Object-Oriented Approach. It also provides set of libraries for commonly needed tasks, as well as a helper functions to minimize the amount of time coding.
LavaLust Version 2 This is an early release of LavaLust Version 2. You may check the changelog.txt file to see the changes. Overview of Changes in Ve
Firefly III: a personal finances manager
"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available.
insert batch and update batch in laravel
Laravel BATCH (BULK) Insert and update batch (bulk) in laravel Install composer require mavinoo/laravel-batch Service Provider file app.php in array p
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.
PHP library to validate and convert ISBNs and EANs
biblys/isbn biblys/isbn can be used to: validate a string against the ISBN-10, ISBN-13 and EAN-13 formats convert an ISBN to ISBN-10, ISBN-13, EAN-13
Prettier PHP Plugin
Prettier PHP Plugin Intro Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its o
PHP client for Kafka
A library to allow people to communicate to Kafka using plain PHP, compatible with Kafka v0.11+ (due to the way the protocol works).
Multiavatar is a multicultural avatar generator.
Multiavatar Multiavatar is a multicultural avatar generator. In total, it is possible to generate 12,230,590,464 cryptographically unique avatars. Ini
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
High performance HTTP Service Framework for PHP based on Workerman.
webman High performance HTTP Service Framework for PHP based on Workerman. Manual https://www.workerman.net/doc/webman Benchmarks https://www.techempo
File manager module for the Lumen PHP framework.
Lumen File Manager File manager module for the Lumen PHP framework. Please note that this module is still under active development. NOTE: Branch 5.1 i
Tighten linter for Laravel conventions.
Install (Requires PHP 7.3+) composer global require tightenco/tlint Upgrade composer global update tightenco/tlint What Is It? This is an opinionate
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 Symfony bundle built to schedule/consume repetitive tasks
Daily runs Code style Infection PHPUnit Rector Security Static analysis A Symfony bundle built to schedule/consume repetitive tasks Main features Exte
The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands which save hours of work time. All commands are extendable by a module API.
netz98 magerun CLI tools for Magento 2 The n98 magerun cli tools provides some handy tools to work with Magento from command line. Build Status Latest
Logs which process created or modified a record
It is sometimes very useful to know which process created or modified a particular record in your database. This package provides a trait to add to your Laravel models which automatically logs that for you.
Learn how to set up a fake authentication web page on a fake WiFi network.
Evil Twin - Mark VII Learn how to set up a fake authentication web page on a fake WiFi network. Read the comments in these two files to get a better u
A PHP wrapper for Spotify's Web API.
Spotify Web API PHP This is a PHP wrapper for Spotify's Web API. It includes the following: Helper methods for all API endpoints: Information about ar
OroCRM is an open source Client Relationship Management (CRM) application
OroCRM is an open source Client Relationship Management (CRM) application that allows to create a 360° view of your customers across multiple channels, organize the sales pipeline, manage account and contact information, communicate with customers, run marketing campaigns and track campaign performance.
L'Air du Bois is a Community Driven Woodworkers Sharing Platform.
L'Air du Bois is a Community Driven Woodworkers Sharing Platform.
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
PHPVibe Video CMS Free Video Sharing CMS The modern choice of design inspired by Youtube and a social videos sharing module that may just cut it for y
Standards Alignment Tool
Standards Alignment Tool (SALT) [] Overview This is a prototype for testing the IMS Global Learning Consortium® CASE™ Specification and proving its us
FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
[flatpress.org] [Support forum] [Wiki] [GitHub] [Mastodon] [Twitter] [Changelog] [Contributors] Welcome to FlatPress! FlatPress is a lightweight, easy
PhpRouter is a powerful, lightweight, and very fast HTTP URL router for PHP projects.
PhpRouter PhpRouter is a powerful, lightweight, and very fast HTTP URL router for PHP projects. Some of the provided features: Route parameters Predef
Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily
Soosyze CMS is a content management system without a database. It's easy to create and manage you
EspoCRM open source CRM application
EspoCRM is an Open Source CRM (Customer Relationship Management) software that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies or opportunities - all in an easy and intuitive interface.
Code for database forms and Drupal module for the Lobbywatch.ch project
Lobbywatch.ch Lobbywatch.ch - the platform for transparent politics. Lobbywatch.ch maintains a database with links of politicians and lobby groups. Th
PHP Discord Webcrawler to log all messages from a Discord Chat.
Disco the Ripper was created to rip all messages from a Discord specific channel into JSON via CLI and help people to investigate some servers who has awkward channels before they get deleted.
A Pest plugin to control the flow of time
This Pest plugin offers a function testTime that allows you to freeze and manipulate the current time in your tests.
A data transfer object inspired by Rust's serde
Data Transfer Object Want to deserialize an object with data on the fly? Go for it by using the From trait. How is this package any different from spa
A small, modern, PSR-7 compatible PSR-17 and PSR-18 network library for PHP, inspired by Go's net package.
Net A small, modern, PSR-7 compatible PSR-17 and PSR-18 network library for PHP, inspired by Go's net package. Features: No hard dependencies; Favours
Handle GitHub webhooks in a Laravel application
GitHub can notify your application of events using webhooks. This package can help you handle those webhooks.
Wake PC is a super tiny password protected webapp for linux machines that sends WOL packets, written in PHP.
Wake PC Wake PC is a super tiny password protected webapp for linux machines that sends WOL packets, written in PHP. How to set up Quick setup You can
Flysystem adapter for Google Cloud Storage
Flysystem adapter for Google Cloud Storage This package contains a Google Cloud Storage driver for Flysystem. Notice This package is a fork from super
DinoPHP is a web application framework
DinoPHP is a web application framework with expressive. We believe development must be an enjoyable and creative experience. DinoPHP takes the pain out of development by easing common tasks used in many web projects
Code Driven Reporting Platform for Laravel.
Laracube Code Driven Reporting Panel for Laravel. Documentation, Installation, and Usage Instructions Click Here for Documentation, Installation, and
Clone readonly properties in PHP 8.1
A trait that allows you to clone readonly properties in PHP 8.1 This package provides a trait that allows you to clone objects with readonly propertie
DBML parser for PHP8. It's a PHP parser for DBML syntax.
DBML parser written on PHP8 DBML (database markup language) is a simple, readable DSL language designed to define database structures. This page outli
remake of doxbin in php
DOXBIN $Version V1.6 $Warnings [ THIS IS NOT THE ORG SRC OF DOXBIN.ORG, PLEASE DON'T FALSE CLAIM AROUND SAYING U HACKED DOXBIN, THE OWNER OF DOXBIN IS
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
Project template for starting a project based on the Rabble admin system.
Note: this is an experimental project and heavily under development. If you do come across this repository, and you would like to support development,
PHP TDEngine RESTful connector
tdengine-restful-connector 简介 封装了 TDEngine 的 RESTful 接口,可以使用 PHP 轻松地操作 TDEngine 的数据插入和查询了。 此项目支持在 PHP = 7.0 的项目中使用。 支持在 ThinkPHP、Laravel、Swoole、imi 等
Поддержка очередей Redis (и на RabbitMq, и на Filesystem, и через DBAL) в Битриксе
Модуль для Битрикса, организующий работу с очередями через Redis (и не только) Поддерживаемый транспорт: Redis RabbitMq Filesystem DBAL Установка comp
Basic calculator made in PHP, CSS3 and JavaScript.
Basic Calculator in PHP Basic calculator in PHP made for treining. 👨💻 Used Technology PHP HTML CSS JavaScript 📝 License This project is under MIT
A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command.
A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command.
Database lookup tool in php, skidlookup has not been claimed so if u want to use this src all right's go to u, idea came from fedsearch
skidlookup Database lookup tool in php, skidlookup has not been claimed so if u want to use this src, all right's go to u, idea came from fedsearch in
PHP stream wrapper for Flysystem v2
Flystream enables you to use core PHP filesystem functions to interact with Flysystem filesystems by registering them as custom protocols.
Hackigniter, php codeigniter üzerinde kodlanmış zafiyetli bir web uygulamasıdır. Uygulama üzerinde bulunan zafiyetler, sızma testi sırasında en çok tespit edilen zafiyetlere benzer olacak şekilde hazırlanmıştır.
hackigniter Hakkında : Hackigniter php codeigniter üzerinde kodlanmış zafiyetli bir web uygulamasıdır. Uygulama üzerinde bulunan zafiyetler, sızma tes
Boilerplate code for protecting a form with proof of work. Uses javascript in the browser to generate the hashcash and PHP on the server to generate the puzzle and validate the proof of work.
Boilerplate code for protecting a form with proof of work. Uses javascript in the browser to generate the hashcash and PHP on the server to generate the puzzle and validate the proof of work.
Dynamic Laravel Livewire Bootstrap toasts.
Laravel Livewire Toasts This package allows you to dynamically show Bootstrap toasts via Laravel Livewire components. Documentation Requirements Insta
Builds Cycle ORM schemas from OpenAPI 3 component schemas
Phanua OpenAPI 3 + Jane + Cycle ORM = 🔥 Phanua builds Cycle ORM schemas from OpenAPI 3 component schemas. Released under the MIT License. WARNING: Th
Optimize your images on the fly with Glide for Laravel.
Glide for Laravel Optimize your images on the fly with Glide for Laravel. Support us Like our work? You can support us by purchasing one of our produc
A restaurant website using PHP and MySQL. (A group project at Chandigarh University)
tasty-indeed-restaurant-website-php Description A restaurant website using PHP and MySQL for group project at Chandigarh University. Steps to setup Do
A telegram bot to check credit cards. written in php & py
MRBANKER BOT A telegram bot to check credit cards. written in php & py. You can find me on telegram STEP1: goto botfather create a bot copy the token
PHP package for the Limg.app website - allowing to upload images via the API of the website.
Limg PHP Client Package. Installation You can install the package via composer: composer require havenstd06/limg-php-client Usage use Havenstd06\Limg\
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
Neural Network in pure PHP
rn Neural Network in pure PHP - ML Machine Learning - AI Artificial Intelligence RED NEURONAL WHAT DO THIS LIBRARY IN PURE PHP OF ARTIFICIAL INTELLIGE
ZN Framework Original Edition
What is ZN The basic principle of ZN Framework is to let users write simple and readable codes. Because of this principle, our libraries are built by
A multilingual, extensible, community oriented CMS developed in PHP
ImpressCMS is a community developed Content Management System. With this tool maintaining the content of a website becomes as easy as writing a word d
🍞🧑🍳 An on-the-fly GraphQL Schema generator from Eloquent models for Laravel.
An on-the-fly GraphQL Schema generator from Eloquent models for Laravel. Installation Quickstart Model schemas Installation This package requires PHP
IMAP Library for PHP
IMAP Library for PHP Description PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled.
A PHP library to read and write feeds in JSONFeed, RSS or Atom format
feed-io feed-io is a PHP library built to consume and serve news feeds. It features: JSONFeed / Atom / RSS read and write support Feeds auto-discovery
Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.
Please give it a Star if you like the project 🎉 ❤️ SleekDB - A NoSQL Database made using PHP Full documentation: https://sleekdb.github.io/ SleekDB i
Proxy files for DotNet, Java and PHP.
Best practices We don't recommend using this resource proxy. It is not being maintained and there's been no active development for many years. There a
Strings Component provide a fluent, object-oriented interface for working with multibyte strings, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
Strings Component Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple stri
Mibew Messenger - open-source live support application written in PHP and MySQL
Mibew Messenger is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
Slevomat Coding Standard for PHP_CodeSniffer provides many useful sniffs
Slevomat Coding Standard Slevomat Coding Standard for PHP_CodeSniffer provides sniffs that fall into three categories: Functional - improving the safe
This library can parse a TypeSchema specification either from a JSON file, or from PHP classes using reflection and annotations.
This library can parse a TypeSchema specification either from a JSON file, or from PHP classes using reflection and annotations. Based on this schema it can generate source code and transform raw JSON data into DTO objects. Through this you can work with fully typed objects in your API for incoming and outgoing data.
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
PoP PoP is a monorepo containing several projects. The GraphQL API for WordPress plugin GraphQL API for WordPress is a forward-looking and powerful Gr