Download the PHP package asmbs/thunderpress without Composer

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

Thunderpress

A slim WordPress stack inspired heavily by Bedrock.

Features

Requirements

Installation

  1. Clone this repo, or download a release.
  2. Run composer install.
  3. Copy .env.example to .env and modify your config parameters (see below).
  4. Add any bespoke plugins/themes (be sure to update your .gitignore so they'll be tracked).
  5. Set your host's document root to /path/to/vhost/web (or /path/to/vhost/current/web if you're using Mina for deploys).
  6. Go!

Your site's WP Admin will be available at http://example.com/wp/wp-admin.

Environment Variables

Note: Never track your .env file in git!

Site Environment

Database

Keys/Salts
You can generate these automatically with composer run-script salts.

Optional Settings

Deploying

Make sure mina is installed before continuing:

  1. Edit config/deploy.rb to set up global parameters.

  2. To configure a target, copy the example environment.rb.example file to <target>.rb, where <target> is the name of the environment you want to deploy to. You can have as many target environments as you want.

  3. Set up the deploy directory on the server:

  4. You can deploy to an environment using any branch, commit or tag:

Other Stuff

Google Analytics

Thunderpress includes a built-in plugin (not must-use, you have to activate it) that will automatically add your Google Analytics tracking script. To use it:

  1. Activate the plugin
  2. Set the GA_PROPERTY_ID environment variable in .env
  3. That's it—the script will be added to your pages automatically.

Note: The tracking script will not be added if you're logged in with admin/editing capabilities.


All versions of thunderpress with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
johnpbloch/wordpress Version ^4.4
composer/installers Version ^1.0
vlucas/phpdotenv Version ^2.2
asmbs/wp-ip Version ^1.0
asmbs/wp-unblog Version ^1.1
friartuck6000/wp-parsedown Version ^1.0
wpackagist-plugin/wordpress-https Version ^3.3
wpackagist-plugin/wp-mail-smtp Version ^0.9
wpackagist-plugin/members Version ^1.1
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 asmbs/thunderpress contains the following files

Loading the files please wait ....