Download the PHP package typisttech/wp-cloudflare-guard without Composer

On this page you can find all versions of the php package typisttech/wp-cloudflare-guard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-cloudflare-guard

WP Cloudflare Guard

WordPress plugin WordPress WordPress rating WordPress Build Status codecov Scrutinizer Code Quality PHP Versions Tested StyleCI Dependency Status License Donate via PayPal Hire Typist Tech

Connecting WordPress with Cloudflare firewall, protect your WordPress site at DNS level. Automatically create firewall rules to block dangerous IPs

This repository is a development version of WP Cloudflare Guard intended to facilitate communication with developers. It is not stable and not intended for installation on production sites.

Bug reports and pull requests are welcome.

If you are not a developer or you'd like to receive the stable release version and automatic updates, install it via WordPress.org instead.

Installation Instructions

If you are not a developer or you'd like to receive the stable release version and automatic updates, install it via WordPress.org instead.

The master branch is not installable. Use the nightly branch instead. See branches.

Via Manually Upload

  1. Download the built archive from nightly branch

  2. Unzip it

  3. Upload it to wp-content/plugins/

  4. Go to the WordPress plugin menu and activate it

Via WP CLI

  1. $ wp plugin install https://github.com/TypistTech/wp-cloudflare-guard/archive/nightly.zip --activate

Developing

Before start hacking, you need composer and yarn installed. See:

To setup a developer workable version you should run these commands:

Build from Source

These commands build the plugin into release/wp-cloudflare-guard.zip.

  1. $ composer build
  2. release/wp-cloudflare-guard.zip

Branches

Master

The master branch is the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release. This is where the nightly branch is built from. Since we built this plugin with composer and grunt, this branch is not installable.

Nightly

The nightly branch is built by TravisCI whenever the master branch is updated. Anything in the nightly branch is installable. See installation instructions.

Support!

Donate via PayPal Donate via PayPal

Love WP Cloudflare Guard? Help me maintain WP Cloudflare Guard, a donation here can help with it.

Why don't you hire me?

Ready to take freelance WordPress jobs. Contact me via the contact form here or, via email [email protected]

Want to help in other way? Want to be a sponsor?

Contact: Tang Rufus

Running the Tests

WP Cloudflare Guard run tests on Codeception and relies wp-browser to provide WordPress integration. Before testing, you have to install WordPress locally and add a codeception.yml file.

See Varying Vagrant Vagrants configuration example.

Actually run the tests:

We also test all PHP files against PSR-2: Coding Style Guide and part of the WordPress coding standard.

Check the code style with $ composer check-style and fix it with $ composer fix-style.

Feedback

Please provide feedback! We want to make this library useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.

Change log

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Contributing

Please see CODE_OF_CONDUCT for details.

Credits

WP Cloudflare Guard is a Typist Tech project and maintained by Tang Rufus, freelance developer for hire.

Full list of contributors can be found here.

License

WP Cloudflare Guard is licensed under the GPLv2 (or later) from the Free Software Foundation. Please see License File for more information.


All versions of wp-cloudflare-guard with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
cloudflare/cf-ip-rewrite Version ^1.0
league/container Version ^2.4
typisttech/cloudflare-wp-api Version ^0.3.0
typisttech/imposter-plugin Version ^0.2.5
typisttech/wp-better-settings Version ^0.11.0
typisttech/wp-contained-hook Version ^0.1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package typisttech/wp-cloudflare-guard contains the following files

Loading the files please wait ....