Download the PHP package pixelated-au/streamline without Composer

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

Streamline: Self-update your Laravel deployment

This specialised tool is designed to help you self-update your Laravel deployment directly from GitHub.

Unlike other tools, this project assumes your package includes all built assets and composer vendor packages.

Using artisan, you can update the package via the CLI or a tool such as Laravel Envoy.

Installation

You can install the package via composer:

You can publish the config file with:

Events

This library emits two events for hooking into updates:

Artisan Console

There are several Artisan commands that you can interact with:

Common Questions

Why is does this project assume all front-end assets will be pre-compiled? : To bypass any potential compilation needs. Building a release of a project using something like CI or doing it locally ensures that when it's deployed, there are no post-processing requirements. For example, you don't need to have NPM or Node installed. You don't need to worry about the version of Node that's installed either. It simplifies updates

Does this need Composer installed? OR How do I run Composer to install dependencies? : Whilst technically you can utilise Composer after an update, this package doesn't support it. The reasoning being the same as the previous answer on front-end-assets. When we don't depend on Composer as part of the installation process, we won't get build errors during an upgrade.

Who is this for? : First up, it's not for all projects! It was built so that a project could be deployed on single-instance machines, not unlike upgrading a WordPress instance. It's designed to simplify deployment - moving the build/dependency mechanics into a centralised place such as CI. For example, this could be used inside a cPanel hosting environment.

Who's it not for? : If you have a project being deployed onto virtual machines inside of dedicated environments, other 'updater' projects may suit your needs more than this project. That said, this project was designed with extensibility in mind. As such, if you're keen to extend it, you can eiter do a pull request or extend it locally in your project.

What other whizzbang features does this have? : Unlike other updater projects available (which are excellent by the way), this runs an update by calling an external PHP script/class. This ensures that during the update, the only classes loaded into memory are directly attached to this project.

: As part of its optimisation techniques, Laravel (and potentially child libraries) doesn't load all classes into memory. This is great except when after an update, Laravel may try to load said classes. Again, not a problem... except if those classes have been removed/deprecated! If that happens, the deployment will halt/fail and will require manual work. Not good if you want a self-maintainable product!

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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


All versions of streamline with dependencies

PHP Build Version
Package Version
No informations.
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 pixelated-au/streamline contains the following files

Loading the files please wait ....