快递100 PHP SDK

安装 composer require harriescc/kuaidi100 实现功能 - 实时查询- 智能查询 (不推荐使用)- 订阅推送- 云打印 开始准备 快递100接口文档 实时查询 use HarriesCCKuaidi100Tr
PHP Wrapper for KuaiDi100, 快递1

KuaiDi100 PHP Wrapper for KuaiDi100. Installing require library composer require xu42/kuaidi100 Usage GeCode KuaiDi100::getCode('12303940284'); Track KuaiDi100::track('yunda', '12303940284'); License M
Grocery CRUD is a PHP Codeigni

Grocery CRUD Grocery CRUD is a PHP and Codeigniter Framework library that creates a full functional CRUD system without the need to customise JavaScript or CSS. For more information, visit http://www.g
PHP快递单号跟踪类

PHP快递单号跟踪类 V1.0 调用http://www.kuaidi100.com 完全模拟提交,自动识别快递单号所在快递公司,无需选择快递公司快速追踪单号当前所在地与是否已签收查
今日收银PHP SDK

今日收银PHP SDK 使用说明 实例化收银对象 $ak = "你的appid";$private_key = file_get_contents("私钥路径");$shouyin = new Cashier($ak, $private_key);
销售办公系统软件v0.1 with php using ze

README======This directory should be used to place project specfic documentation includingbut not limited to project notes, generated API/phpdoc documentation, ormanual files generated or hand written.
Registers environment variable

Dotenv Component Symfony Dotenv parses .env files to make environment variables stored in themaccessible via $_SERVER or $_ENV . Getting Started $ composer require symfony/dotenv use SymfonyComponentDo
Register advanced custom field

Extended ACF Register advanced custom fields with object-oriented PHP. Extended ACF provides an object-oriented API to register groups and fields with ACF. If you register fields in your theme, you can
A Q&A and Forum PHP platform

Phanbook Phanbook is the next-generation QA and Forum software that makes online discussion, question and answer sitefor professional and enthusiast people. Also the name Phanbook is mean - Phan(Phalco
laravel框架开发的前后端分离的微信登录,根据访

wechat-auth 2018-11-13,升级到 laravel5.7 easyWeChat 的4.0版本 基于 EasyWeChat进行微信登录的封装 laravel-5.7 前后端分离的微信登录,demo是同域的前端工程,token存Co