Download the PHP package codesoup/acf-admin-categories without Composer

On this page you can find all versions of the php package codesoup/acf-admin-categories. 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 acf-admin-categories

CodeSoup ACF Admin Categories

CodeSoup ACF Admin Categories extends the Advanced Custom Fields plugin by adding a custom taxonomy system that allows you to categorize and organize your field groups. This makes it easier to manage large numbers of field groups by providing filtering, sorting, and visual organization tools.

Use Cases

Requirements

Installation

Via WordPress Admin (Recommended)

  1. Download the plugin ZIP file from the releases page
  2. Navigate to Plugins > Add New > Upload Plugin
  3. Choose the downloaded ZIP file and click Install Now
  4. Activate the plugin through the Plugins menu

No additional configuration required. The plugin includes a built-in autoloader and works out of the box.

Via Composer (Theme Integration)

Load the plugin from your theme's functions.php:

Note: The plugin automatically uses your theme's Composer autoloader when available, or falls back to its own PSR-4 autoloader.

Manual Installation

  1. Download the plugin files
  2. Upload the acf-admin-categories folder to your /wp-content/plugins/ directory
  3. Activate the plugin through the Plugins menu in WordPress

Usage

Creating Field Categories

  1. Navigate to Custom Fields > Field Categories in your WordPress admin
  2. Click Add New Category
  3. Enter a name and optional description for your category
  4. Click Add New Category to save

Assigning Categories to Field Groups

  1. Edit any ACF Field Group
  2. Click the Field Category tab in the field group settings
  3. Check the categories you want to assign to this field group
  4. Save the field group

Filtering and Sorting Field Groups

  1. Go to Custom Fields > Field Groups
  2. Use the category dropdown filter above the list to filter by specific categories
  3. Click on any category name in the Category column to filter by that category
  4. Click the Category column header to sort field groups alphabetically by category name

Managing Categories

Features

Screenshots

  1. Filter and Sort Field Groups - Filter field groups by category using dropdown, click category names to filter, and sort alphabetically by clicking column header

  2. Category Assignment - Assign categories directly from field group settings using the Field Category tab

  3. Category Management - Create and manage your field group categories with hierarchical support

Changelog

See CHANGELOG.md for detailed version history.

Support

Please use GitHub Issues to submit any bugs or feature requests.

License

This project is licensed under the GPL v3 or later - see the LICENSE.txt file for details.


All versions of acf-admin-categories with dependencies

PHP Build Version
Package Version
Requires php Version >=8.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 codesoup/acf-admin-categories contains the following files

Loading the files please wait ...