Simple Modulized PHP framework
___| ___| | ___| | _ __| | |/ |___ | ( |__ | | | | ____|___/ ____/____|_| _|_____/ About CosCMS is a simple modular framework for building web application or shell applications. Modules are distrubuted
用来学习PHP项目开发,用thinkPHP5框架进行开发,
my_php_file_manage_system 用来学习PHP项目开发,用thinkPHP5框架进行开发,文件管理系统,可以创建文件,上传文件,等等,以后可能扩展的更多功能!
Laravel Docker Easy Starter Ki
Laravel Docker Starter Kit Laravel v10.xPHP v8.2.xMySQL v8.1MariaDB v10.11phpMyAdmin v5.2.1Mailpit v1.8.4Node.js v18.17.1NPM v10.1.0Yarn v1.22.19Vite v4.4.9 Requirements Stable version of DockerCompati
This is a JavaScript library t
dyCalendarJS This is a JavaScript library to create Calendar. Status Getting StartedDownload the latest release of the project.Clone the repo: git clone https://github.com/yusufshakeel/dyCalendarJS.git
A pure AngularJS responsive ca
ui-rCalendar directive A pure AngularJS responsive calendar directive You could also check https://github.com/twinssbc/Angular-Customizable-Calendar for the Angular version. If you want to only use it
React.js Calendar Component (n
react-calendar React calendar component inspired byCLNDR.js. $ npm install react-calendar-component Note: the npm name is react-calendar-component ! This is a low-level component for rendering monthly
一个php版中国阴历转换工具
Plunar 一个PHP版中国阴历转换工具,用于将阳历日期转换为中国阴历日期。 安装 使用 Composer 安装: composer require youhujun/plunar 在入口文件引入 Composer 启动脚
易宝支付 for PHP SDK
PHP Package 易宝支付 SDK for PHP. Installing $ composer require hedeqiang/yeepay -vvv Usage 下单 $private_key ="MIIEowIBAAKCAQEAkB8lyP3rcSCJJ4QUM4E4yrmp5ZwAMjR+w5n8H98r6VuonD0wQMjNZFsNk497Nt7QSNS
PHP+DBシンプルな商品管理アプリ
php-db-app PHP+DBでシンプルな商品管理アプリ GitHub https://github.com/bunon0/php-db-app 環境 MAMPPHPHeroku
纯原生PHP代码实现Oauth2.0,设计了应用、临时凭证
php_oAuth2 介绍 纯原生PHP代码实现Oauth2.0的业务逻辑 使用说明 文件说明 authorize.php //获取codeaccess_token.php //获取access_token接口getUserInfo.php //获取用户信息接口