Download the PHP package xgenious/installer without Composer

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

Xgenious Installer

A Laravel package for installing xgenious script easily with a visual installer

image

Installation

Require this package with composer:

Publish the configuration file::

Add Midleware in fle

\Xgenious\Installer\Http\Middleware\InstallerMiddleware::class `

Config Value Explanation

Migrate from old Installer

remove install folder, and remove install folder redirection from the root index.phpfile

Minimal .env File Required

here is example of minimal .env file.

Running Tests

To run the test suite for this package, follow these steps:

Ensure you have the package and its dependencies installed:

Copy the package's phpunit.xml.dist file to phpunit.xml:

Run the tests using PHPUnit:

Or, if you've set up the Composer script, you can use:

For a coverage report, run:

This will generate an HTML coverage report in the coverage directory.

Notes:

The tests use an in-memory SQLite database by default. If you need to use a different database for testing, update the phpunit.xml file accordingly.

Some tests may require specific environment variables to be set. Check the phpunit.xml file and set any necessary variables in your local environment or in the phpunit.xml file.

If you encounter any issues running the tests, ensure that all dependencies are properly installed and that your PHP environment meets the package requirements.

Writing New Tests

When adding new features or fixing bugs, please add corresponding test cases. Place new test files in the tests directory, following the existing structure:

Unit tests go in tests/Unit Feature tests go in tests/Feature

Ensure that your test class extends Xgenious\Installer\Tests\TestCase.

If you need to add new test dependencies, add them to the require-dev section of the composer.json file.

Usages

When the .env file is not found in your Laravel application, this package will automatically display the installation wizard.


All versions of installer with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/framework Version ^10.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 xgenious/installer contains the following files

Loading the files please wait ....