Download the PHP package jmrashed/php-installer without Composer

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

PHP Installer Package

License: MIT PHP Version GitHub release

A professional, reusable web installer for any PHP application. Simplify your deployment process with an intuitive step-by-step installation wizard.

✨ Features

🚀 Quick Start

Installation

Integration

  1. Copy the php-installer folder to your project root
  2. Create your database schema file at database/db.sql
  3. Configure installer settings in config/installer.php
  4. Access via browser: http://yourdomain.com/php-installer/

📋 Requirements

🛠️ Configuration

Screenshot

Basic Setup

Edit config/installer.php:

Database Schema

Option 1: SQL Schema File

Place your SQL schema in database/db.sql:

Option 2: PHP Migrations (Recommended)

Create PHP migration files in database/migrations/:

Seeders

Create seeder files in database/seeders/:

📁 Directory Structure

🎯 Usage Example

For Laravel Projects

For Custom PHP Projects

Installation Options

During the database import step, users can choose:

  1. Run database migrations & seeders (Recommended)

    • Executes PHP migration files
    • Runs seeder files after migrations
    • Provides detailed logging
  2. Use default database schema

    • Imports from database/db.sql
    • Traditional SQL file approach
  3. Upload custom SQL file
    • Allows custom .sql or .zip uploads
    • Useful for existing database schemas

🔧 Customization

Debug Control

Control debug output using your application's .env file:

Alternatively, add ?debug=1 to any installer URL for temporary debugging.

Custom Installation Steps

Extend the installer by modifying src/Core/Installer.php:

Migration and Seeder Integration

The installer automatically detects and runs:

Custom Templates

Create custom config templates in src/Templates/:

📋 Changelog

See CHANGELOG.md for a detailed list of changes and version history.

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👨‍💻 Author

Md Rasheduzzaman
Full-Stack Engineer & Technical Project Manager

🙏 Acknowledgments

📊 Stats

GitHub stars GitHub forks GitHub issues


Star this repository if it helped you!


All versions of php-installer with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-pdo Version *
ext-mbstring Version *
ext-curl Version *
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 jmrashed/php-installer contains the following files

Loading the files please wait ...