Download the PHP package anahkiasen/isaac-mod-manager without Composer

On this page you can find all versions of the php package anahkiasen/isaac-mod-manager. 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 isaac-mod-manager

Isaac Mod Manager (IMM)

Build Status Latest Stable Version Total Downloads Scrutinizer Quality Score Code Coverage

IMM is a cross-plateform CLI-tool to manage your Workshop mods for Binding of Isaac.

What it does is manually install the mods in the resources/ folder of the game, allowing you to play without achievements being disabled. This allows you to always have your mods up to date and with your latest subscriptions without having to copy and overwrite files by hand every time.

This does not affect your Workshop mods in any way

Installation

Prerequisites

IMM requires a terminal and PHP 7+ in order to work. To check if you have PHP, open your terminal of choice (Powershell per example on Windows or Terminal elsewhere) and run php --version. If nothing is returned or a version inferior to 7 is returned you'll need to install it, otherwise you're good. To install PHP:

Through Composer

Stable version

IMM can be installed through Composer (this requires the OpenSSL extension[1]):

Development version

You can also install the beta version like this:

To switch back to the stable version, simply run the "Stable version" install command right above.

Via the PHAR archive

Alternatively you can use the PHAR archive, which you can download in the Releases page.

Once downloaded, go in your terminal to where the file was downloaded, and you use it as such (per example):

Usage

You can run imm to see a list of possible commands and their description.

Building

To compress the app into a imm.phar archive run:

Testing

To run the test suite, run the following:

Roadmap

You can find the currently planned features in the Milestones page.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

[1]: You can install it by uncommenting the first line containing openssl in C:/tools/php71/php.ini


All versions of isaac-mod-manager with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
cache/filesystem-adapter Version ^0.4.0
cache/simple-cache-bridge Version ^0.1.0
kherge/box Version ^2.7
league/container Version ^2.4
league/flysystem Version ^1.0
league/tactician Version ^1.0
padraic/phar-updater Version ^1.0
symfony/console Version ^3.2
symfony/process Version ^3.2
tightenco/collect Version ^5.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 anahkiasen/isaac-mod-manager contains the following files

Loading the files please wait ....