glados vpn自动签到脚本(php版本)

使用说明 登陆glados。 查看 cookie 。 修改脚本里的 cookie 。 定时任务每天执行脚本(php5.3~php7.4,其它版本没有测试)。 0 1 * * * php /home/deploy/shell/qiandao_gla
PHP版本蘑菇丁上下班自动签到

【PHP版】蘑菇钉自动签到 顾名思义,蘑菇钉自动上下班签到 使用方法 有 PHP 环境,安装了 PHP-Curl 扩展,对 PHP 有一定的了解 1. 配置 config.php 文件 2. 运行
php编写的一个爬虫类。支持多代理,重连。

爬虫类 php写的一个爬虫类。采用TDD编写,主要功能是支持: 多个代理切换失败重连失败切换代理可测试 反反爬虫的思路 伪装useragent减低请求速度使用代理
include PHP,HTML,css,js,ajax,

web-project include PHP,HTML,css,js,ajax technology etc. sendEmail folder --send email UsersSystem folder --include login,logout,register,password back --Common user and administrator ident
PHP 短信基础服务适配项目

php-brawl-sms PHP 短信基础服务适配项目 使用说明 此包为抽象包,使用时加载具体实现包: 腾讯云 composer require nece001/php-brawl-sms-tencent 阿里云 composer require
用echarts和php代码分析xdebug跟踪文件, 生成

PHP-xdubge 效率分析 用echarts和php代码分析xdebug跟踪文件, 生成PHP运行效率的折线图, 简单明了, 信息丰富 用xdebug生成trace文件(不是profiler)将文件名改为aaa.xt,
GOJEK CREATOR X REDEEM VOUCHER

vocgofood GOJEK CREATOR X REDEEM VOUCHERhttps://github.com/Bukansaya18/vocgofood/blob/master/gojek.php
The symfony 2 bundle to easily

Updates 2012-12-06 Added support for Salesforce.com API Version 26.0 (beta) featuresNow supports GEOLOCATION(), DISTANCE() SOQL functionsNo supports conditional SELECT fieldlist statements (SELECT [...
A lightweight PHP 5.3 OOP libr

GravatarLib GravatarLib is a small library intended to provide easy integration of gravatar-provided avatars. copyright (c) 2011 emberlabs.org license This library is licensed under the MIT license; yo
Example of a ChatGPT on PHP an

ChatGPT PHP Example A simple example of using the GPT-3 API , GPT-3.5-turbo API , and the unofficial API from chat.openai.com (GPT-3.5 and GPT-4) . This example displays a chat in the browser where you
基于phplint、phpcs对php代码进行语法检测、代码

介绍 PHP code style check 利用git hook、phplint、phpcs在git commit的时候对php代码进行语法检测、代码风格检查,如果有问题,不允许提交。 前置要求 Git已安装PHP安