Download the PHP package vormiaphp/vormia without Composer

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

Vormia - Laravel Package

Packagist GitHub

Introduction

A comprehensive Laravel development package that streamlines media handling, notifications, and role management with a modular, maintainable approach.

VormiaPHP offers robust tools for handling media, managing notifications, and implementing essential features like user roles and permissions. The package is designed with a modular structure, separating concerns through dedicated namespaces for models, services, middleware, and traits.

Features

Installation

Before installing Vormia, ensure you have Laravel installed. Note: Inertia is not yet supported.

Step 1: Install Laravel

OR Using Laravel Installer

Step 2: Install Vormia

Step 3: Run Vormia Installation

  1. If you see a message like:

then open bootstrap/app.php and add the above lines to the appropriate arrays.

open bootstrap/providers.php and add the above lines to the appropriate arrays.

  1. Configure your .env file as needed.

  2. Run migrations:

🟢 Introducing api first vormia verion Due to need of making vormia easier to bootstrap your small to medium sized projects, we have introduced new command.

Uninstallation

  1. Run the uninstall command:

  2. Note: The uninstall process does not rollback or undo the Vormia (vrm_) migrations. To remove Vormia tables, you must manually run:

or manually drop the tables from your database.

  1. If you see a message about manual cleanup for middleware aliases or providers, remove those lines from bootstrap/app.php as well.

Additional Notes

🟢 Run composer update to update your autoloader

🔴 FAILURE TO DO SO WILL CAUSE AN ERROR IN THE NEXT COMMAND.

Supported Laravel Versions

✅ Laravel 12

Usage

Vormia helps developers follow structured coding standards without restricting them to a specific framework. It is ideal for teams looking to maintain consistency in their projects while still writing custom implementations.

Roadmap

Links

License

Vormia is open-source and available under the MIT License.

Testing

This package includes basic PHPUnit tests for all main Vormia Artisan commands:

To run the tests:

You can add more tests in the tests/ directory to cover additional functionality.

.gitignore

The .gitignore file is configured to exclude:

User Model Update Safety

When running php artisan vormia:install, the installer will:

Contributing

Contributions are welcome! Please ensure new features include appropriate tests in the tests/ directory. See the Testing section above for details.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature-name)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-name)
  5. Open a pull request

All versions of vormia with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.0
intervention/image Version ^3.11
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 vormiaphp/vormia contains the following files

Loading the files please wait ....