Download the PHP package ion/wp-devhelper without Composer

On this page you can find all versions of the php package ion/wp-devhelper. 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-devhelper

License: LGPL v3

WP Devhelper

WP Devhelper is a library of functions that theme and plug-in developers can use to provide a consistent experience to their users, by abstracting as much of the standard WordPress functionality, hooks and settings as possible - resulting in a much simpler and less time-consuming way to develop with WordPress (current WordPress target version is 4.9.2).

WP Devhelper helps developers to stop worrying about WordPress-specific implementation details and gotchas - and to get on with the business of building something awesome!

WP Devhelper can function as:

Features

Getting Started

As an included library, with Composer:

Make sure Composer is installed - if not, you can get it from here.

First, you need to add WP Devhelper as a dependency in your composer.json file.

To use the current stable version, add the following to download it straight from here:

PLEASE NOTE! There is currently no stable version available, WP Devhelper is still under development until version 1.0.0 - this is here for future reference (currently use "ion/wp-devhelper": "dev-default" instead)

To use the bleeding edge (development) version, add the following:

Then run the following in the root directory of your project:

php composer.phar install

As a WordPress plugin (using wordpress.org):

PLEASE NOTE! There is currently no stable version available, WP Devhelper is still under development until version 1.0.0 - this is here for future reference.

Simply log into your WordPress installation, navigate to:

Plugins > Add new

Then search for 'WP Devhelper' and install as you would any other plugin.

As a WordPress plugin (using manual upload):

Download a packaged version (in .ZIP format), here

Log into your WordPress installation and navigate to:

Plugins > Add new > Upload Plugin

Then select the .ZIP and upload.

As an included library, without Composer:

Download a packaged version (in .ZIP format), here

Unzip the package and make sure you include 'include.php,' like so (assuming you unzipped the package into the relative path 'includes/wp-devhelper'):

Prerequisites

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the LGPL-3.0 License - see the LICENSE.md file for details.


All versions of wp-devhelper with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ion/packaging Version ^1.0.0
ion/autoloader Version ^1.0.0
ion/php-helper Version ^0.20.1
psr/log Version ^1.1.4
erusev/parsedown Version ^1.7.4
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 ion/wp-devhelper contains the following files

Loading the files please wait ....