- https://insight.symfony.com/
- https://github.com/Roave/Dont
- https://github.com/Roave/you-are-using-it-wrong
- https://github.com/vimeo/psalm
- https://github.com/hirak/prestissimo
- https://github.com/rectorphp/rector
- https://github.com/thephpleague/pipeline
- https://github.com/lstrojny/functional-php
- https://github.com/ziadoz/awesome-php/blob/master/README.md#testing (Testing Tools: PHPUnit preferred)
- https://github.com/ziadoz/awesome-php/blob/master/README.md#continuous-integration (CI Tools: Travis preferred)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b8db4ad0bc572974cbe3b5cf47287f1bb37c218b Mon Sep 17 00:00:00 2001 From: DENG Qingfang [email protected] Date: Mon, 18 May 2020 16:38:12 +0800 Subject: [PATCH] ramips: add support for TP-Link Archer C5 v4 | |
TP-Link Archer C5 v4 is a dual band router with 5 GbE ports Advertised as AC1200 for its 867Mbps (2x2) 5GHz band and 300 Mbps (2x2) 2.4GHz band. | |
Specs: | |
SoC: MediaTek MT7620A | |
Ethernet: 5x GbE ports (Realtek RTL8367S) | |
Wireless 2.4GHz: MediaTek MT7620A | |
Wireless 5GHz: MediaTek MT7612E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: PayPal Sandbox IPN Tester | |
* Description: Pings the IPN endpoint to see if your server can connect. Just head to <a href="/?ipn-test=1">yoursite.com/?ipn-test=1</a> whilst logged in as admin. | |
* Version: 1.0.0 | |
* Author: WooThemes | |
* Requires at least: 4.1 | |
* Tested up to: 4.3 | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |