Download the PHP package deep-web-solutions/wp-framework-foundations without Composer

On this page you can find all versions of the php package deep-web-solutions/wp-framework-foundations. 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-framework-foundations

DWS WordPress Framework - Foundations

Contributors: Antonius Hegyes, Deep Web Solutions GmbH
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 7.4
Stable tag: 1.7.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Description

GPLv3 License PHP Syntax Errors WordPress Coding Standards Codeception Tests Maintainability

A set of related foundational classes to kick-start WordPress plugin development. This package contains many abstractions useful for building a WordPress plugin.

Documentation

Documentation for this module and the rest of the DWS WP Framework can be found here.

Installation

The package is designed to be installed via Composer. It may work as a stand-alone but that is not officially supported. The package's name is deep-web-solutions/wp-framework-foundations.

If the package will be used outside a composer-based installation, e.g. inside a regular WP plugin, you should install using the --ignore-platform-reqs option. If you don't do that, the bundled DWS WordPress Framework - Bootstrapper package will only be able to perform checks for the WordPress version because composer will throw an error in case of an incompatible PHP version.

Contributing

Contributions both in the form of bug-reports and pull requests are more than welcome!

Frequently Asked Questions

Unfortunately not. PHP 7.3 is close to EOL (March 2021), and we consider 7.4 to provide a few features that are absolutely amazing. Moreover, WP 5.5 introduced a few new features that we really want to use as well, and we consider it to be one of the first versions of WordPress to have packed a more-or-less mature version of Gutenberg.

If you're using older versions of either one, you should really consider upgrading at least for security reasons.

Hopefully yes, probably not. If you found any problems, please raise an issue on Github!

Changelog

1.7.0 (January 13th, 2022)

1.6.0 (November 23rd, 2021)

1.5.4 (November 2nd, 2021)

1.5.0, 1.5.1, 1.5.2, 1.5.3 (October 28th, October 29th, October 30th, 2021)

1.4.1, 1.4.2, 1.4.3, 1.4.4 (April 11th, April 23rd, August 19th, September 29th, 2021)

1.3.1, 1.3.2, 1.4.0 (April 10th, 2021)

1.3.0 (April 9th, 2021)

1.2.1 (April 3rd, 2021)

1.2.0 (April 3rd, 2021)

1.1.1 (April 2nd, 2021)

1.1.0 (April 2nd, 2021)

1.0.0 (April 1st, 2021)


All versions of wp-framework-foundations with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
deep-web-solutions/wp-framework-bootstrapper Version ^1.3.0
deep-web-solutions/wp-framework-helpers Version ^1.7.0
psr/container Version ^1.0 || ^2.0
psr/log Version ^1.0
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 deep-web-solutions/wp-framework-foundations contains the following files

Loading the files please wait ....