Download the PHP package startap/sail-podman without Composer

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

⛵ Podman Sail

This is just a simple fork from Laravel Sail project, aimed to provide compatibility with Podman and Podman Composer. All we did was tweak some binaries to be able to recognize Podman instead of Docker when running Sail. All the rest of source code was left untouched for now.


🛡️ Can I rely on this package? Why not Sail?

Well, Sail it's very good. But they do not have plans to support Podman (see #83 and this comment from #198). We already use Podman and made a change locally on Sail binary, inside vendor folder.

That change got away with every new Sail update. So, to keep in track with Sail upstream changes and provide a compatibility layer with Podman, we create this package and change a few things in bin/sail file to be able to recnognize Podman/Podman Compose as executable.

For now, these changes are hardcoded, but we can improve it later.


🤔 What's Laravel Sail?

Sail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience.

📜 You can read more about it on laravel.com/docs/sail or Laravel Sail GitHub repository.


📦 How to install?

You can use this package right from Packagist repository with Composer.

⚠️ Compatibility note

Don't forget: if you already have Laravel Sail installed, it's required that you remove it first. You can do it with Composer too:


🎯 Roadmap

We want to make this project active and maintaned. So a few future improvements are planned, and you can follow it's implementation here:

If you want to contribute, suggest a feature to our roadmap or report a bug, be welcome. It's all in this repository: issues, discussions and pull requests.


All versions of sail-podman with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/console Version ^9.52.16|^10.0|^11.0
illuminate/contracts Version ^9.52.16|^10.0|^11.0
illuminate/support Version ^9.52.16|^10.0|^11.0
symfony/console Version ^6.0|^7.0
symfony/yaml Version ^6.0|^7.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 startap/sail-podman contains the following files

Loading the files please wait ....