Docker compose to setup nginx,

Dockerize Codeigniter Docker compose to setup nginx, php and mysql for codeigniter 4.0.3. Directory Structure codeigniter-docker├── docker│ ├── mysql│ │ └── based.sql│ ├──

PHP Common utilities for Mexic

eclipxe/CfdiUtils PHP Common utilities for Mexican CFDI 3.2, 3.3 4.0. This library provides helper objects to work with Mexican CFDI (Comprobante Fiscal Digital por Internet).

vue下基于webpack4构建的多页面、多环境方案脚手架

vue-element-ui-scaffold-webpack4注: 目前已升级为webpack5 ,如需要使用webpack4,可切换分支: git checkout webpack4 。 **vue3 + element-ui + webpack5 版本:可切换分支: gi

H5单页面切换骨架

PHP library for the ArvanCloud

PHP ArvanCloud API PHP library for the ArvanCloud API.This package supports PHP 7.3+ . For Laravel integration you can use mohammadv184/arvancloud-laravel package. List of contents PHP ArvanCloud APILi

pjax库,将页面所有的跳转替换为ajax请求,把网站

coffce-pjax coffce-pjax可以将页面所有的跳转替换为AJAX请求,把网站改造成单页面应用。 note: 由于浏览器限制,pjax需要在服务器环境下使用,即不要使用file

PHP Media Library with VLC bas

1. INTRODUCTION MeLiVi is a Media Library Browsing and Indexing tool across multiple distributed sources, with VOD, Streaming and Broadcast capabilities though VLC (http://www.videolan.org/vlc/). 2. LI

这是一个简单的记账应用,用于帮助用户记录个

记账 这是一个简单的记账应用,用于帮助用户记录个人支出和收入。 功能特性 用户可以输入金额、类别和描述来创建一条记账记录。所有的记账记录都会

A todo-list website that allow

todo-list A todo-list website that allows users to log in and create/read/update/delete prioritized tasks within a task board. Uses HTML, CSS, Javascript, and PHP backend. Created for ITP 303 final pro

Mocking utility for PHP functi

README Brain Monkey Brain Monkey is a tests utility for PHP. It provides two set of helpers : the first are framework-agnostic tools that allow to mock (or monkey patch ) and to test behavior of any PH

A trait to dynamically add met

A trait to dynamically add methods to a class This package provides a trait that, when applied to a class, makes it possible to add methods to that class at runtime. Here's a quick example: $myClass =