Download the PHP package shebaoting/dependency-collector without Composer

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

Dependency Collector

License Latest Stable Version Total Downloads

Dependency Collector is a Flarum extension for building a curated, community-powered directory of products, libraries, tools, links, projects, or any other resources your forum wants to collect.

It was originally designed for collecting technical dependencies, but the extension is intentionally generic: users submit entries, moderators review them, categories keep the directory organized, and the forum frontend presents approved entries in a searchable card grid.

Read the Chinese documentation

Dependency Collector demo

Demo: https://wyz.xyz/dependencies

Requirements

Features

Common Use Cases

Installation

Run this command in your Flarum root directory:

Then enable the extension in the Flarum admin dashboard.

Updating

Run:

If your forum still requires the old package name, switch the Composer requirement first:

If you are upgrading from the Flarum 1.x version, keep your existing database data in place. The Flarum 2.x version is designed to continue using the extension's existing tables while updating the API and frontend integration.

Usage

1. Enable the Extension

Go to the Flarum admin dashboard, open the extension list, and enable Dependency Collector.

2. Configure Permissions

Open the permissions page and configure the Dependency Collector permissions:

Typical setup:

3. Create Categories

Open the Dependency Collector settings page in the admin dashboard and create categories.

Each category supports:

The icon field accepts Font Awesome class names such as fas fa-code, fas fa-cube, or fas fa-layer-group. You can also pick an icon from the built-in selector, which fills the input for you.

4. Submit Items

Users with submit permission can open the forum directory page and click Submit Dependency.

Each item includes:

New items are not shown publicly until approved.

5. Review Items

Moderators can review pending items from the admin page. They can approve, edit, reject, or delete entries.

6. Browse the Directory

Approved items are shown on the forum frontend. Users can:

Frontend Route

The extension registers this forum route:

For example:

Development

Install frontend dependencies and build assets from the js directory:

During development you can use:

After PHP or frontend changes, clear the Flarum cache from your Flarum root:

Links

Contact

For custom Flarum extension development or collaboration:

Email: [email protected]

License

This extension is open-sourced software licensed under the MIT license.


All versions of dependency-collector with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
flarum/core Version ^2.0.0-beta
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 shebaoting/dependency-collector contains the following files

Loading the files please wait ...