Download the PHP package silverback/wp-website without Composer

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

Silverback Wordpress Website Boilerplate

This bolerplate is based on Bedrock, a modern WordPress stack that helps you get started with the best development tools and project structure.

Features

Requirements

Installation

  1. Create a new project:

  2. Update environment variables in the .env file:
    • Database variables
    • DB_NAME - Database name
    • DB_USER - Database user
    • DB_PASSWORD - Database password
    • DB_HOST - Database host
    • Optionally, you can define DATABASE_URL for using a DSN instead of using the variables above (e.g. mysql://user:[email protected]:3306/db_name)
    • WP_ENV - Set to environment (development, staging, production)
    • WP_HOME - Full URL to WordPress home (https://localhost)
    • WP_SITEURL - Full URL to WordPress including /wp subdirectory (https://localhost/wp)
    • AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT
    • Generate with wp-cli-dotenv-command
    • Generate with Roots.io WordPress salts generator
  3. Add theme(s) via composer require
  4. Set the document root on your webserver to app web folder: /path/to/site/web/
  5. Access WordPress admin at https://localhost/wp/wp-admin/

Development Environment with Docker

This boliperplate contains a pre-configured Docker environment with dedicated WP and MySQL containers. You can find a Visual Studio Code development guide in the docker-compose.yaml file.

Google App Engine

This boilerlate is made to be deployed to Google App Engine. Please read the GAE_DEPLOY guide.

Bedrock

Bedrock documentation is available at https://roots.io/bedrock/docs/.


All versions of wp-website with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
composer/installers Version ^1.7
google/cloud-error-reporting Version ^0.14.5
monolog/monolog Version ^1.23
oscarotero/env Version ^1.2.0
roots/wordpress Version ^5.3.0
roots/wp-config Version ~1.0.0
roots/wp-password-bcrypt Version ~1.0.0
silverback/wp-helpers Version ^5.2.0
silverbackstudio/wp-log Version ^1.0
vlucas/phpdotenv Version ^3.4.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 silverback/wp-website contains the following files

Loading the files please wait ....