Download the PHP package eighteen73/satellite without Composer

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

Satellite

Satellite applies a collection of developer tools for WordPress projects. It is only designed to be used in development environments and should not be installed in live environments at all.

The plugin is unapologetically opinionated to fit the needs and preferences of our web agency. We feel the choices we've made are sensible and pragmatic for the kinds of websites we work on. We understand not everyone will agree with the choices we have made.

Installation

These instructions assume you are using Nebula. That is a not a requirement (e.g. it has also been tested in Bedrock) but the configuration may need to be altered if you are not using it.

To install the plugin run the following command:

Satellite will be installed as a must-use plugin, so it is automatically enabled.

Configuration

The plugin loads configuration from environment settings. There is no UI and settings are not stored in the website's database.

You may store config in your website's environment settings file (e.g. config/environments/development.php) if you want to share it with orther developers, or in your .env file to keep it private. If config is stored in both places your .env file will take precedence.

This file's examples show configuration in .env format but it can be adjusted as follows of putting it into a evironment settings file. I.e. SATELLITE_PRODUCTION_URL=example.com would be changed to Config::define( 'SATELLITE_PRODUCTION_URL', 'website.example.com' ).

Feature specific configuration is mentioned in their descriptions below.

Features


Feature: Use remote files

Purpose

This plugin will remote-load uploaded files without having to sync them to your development environment. Note this only works when wp_get_environment_type() = local|development and will silently deactivate when that is not the case, or when the following config is not in place.

Config

Usage

There are no special instructions for use.


Feature: Mail catcher

Purpose

As a safety precaution to save developers from accidentally sending emails to real users, this plugin tries to override mail settings so all emails will be directed to a mail catcher instead.

You should always veryify that functionality works as expected in case you are using another email plugin that is especially aggressive at applying it's own settings.

Config

Usage

There are no special instructions for use.

Note that is plugin automatically disables some commonly used mail plugins, notably:


All versions of satellite with dependencies

PHP Build Version
Package Version
Requires php Version >=8.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 eighteen73/satellite contains the following files

Loading the files please wait ....