Download the PHP package arts/utilities without Composer

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

ArtsUtilities

A comprehensive collection of utility methods for WordPress theme and plugin development, with a focus on Elementor integration.

Latest Version on Packagist Total Downloads Buy Me A Coffee

Installation

You can install the package via Composer:

Basic Usage

The package provides a main Utilities class that incorporates all traits:

Or you can use individual traits in your own classes:

Documentation

Elementor Utilities

Controls

Methods for working with Elementor controls and settings.

Document

Working with Elementor documents and document settings.

Kit

Work with Elementor kits and global settings.

Responsive Controls

Handle Elementor responsive controls and breakpoints.

Theme Builder

Work with Elementor Theme Builder templates.

Plugin

Check Elementor plugin status and settings.

WordPress Utilities

ACF

Work with Advanced Custom Fields.

Blog

Blog-related utilities.

Conditions

Check various WordPress conditions.

Fonts

Font-related utilities.

Frontend

Frontend asset management utilities.

Images

Image utilities.

LoopedPosts

Adjacent-post lookup that wraps around at the boundaries — the post after the last entry is the first entry, and vice versa.

Markup

Generate HTML markup and handle attributes.

Query

WordPress query utilities.

Shortcodes

Custom shortcode utilities.

Strings

String manipulation utilities.

Taxonomies

Taxonomy and term utilities.

Theme

Theme utilities.

URL

URL utilities.

WooCommerce

WooCommerce utilities.

License

GPL-3.0-or-later - Compatible with WordPress. Please see License File for more information.

This library is licensed under GPL-3.0-or-later to ensure compatibility with WordPress and GPL-licensed plugins.

💖 Support

If you find this package useful, consider buying me a coffee:

Buy Me A Coffee


Made with ❤️ by Artem Semkin


All versions of utilities with dependencies

PHP Build Version
Package Version
Requires php Version >=8.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 arts/utilities contains the following files

Loading the files please wait ...