Download the PHP package fivefifteen/basis without Composer

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

![Basis](./assets/basis.png) # Basis A WordPress boilerplate. Get a local dockerized WordPress project up and running complete with secrets encryption, dependency management/compilation, and more by running a single command. [![packagist package version](https://img.shields.io/packagist/v/fivefifteen/basis.svg?style=flat-square)](https://packagist.org/packages/fivefifteen/basis) [![packagist package downloads](https://img.shields.io/packagist/dt/fivefifteen/basis.svg?style=flat-square)](https://packagist.org/packages/fivefifteen/basis) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fivefifteen/basis?style=flat-square)](https://github.com/fivefifteen/basis) [![license](https://img.shields.io/github/license/fivefifteen/basis.svg?style=flat-square)](https://github.com/fivefifteen/basis/blob/main/license.md)
A Five Fifteen Project

Table of Contents

Features

Requirements

Usage

Run the following command (replacing "my-new-website" with your website's slug):

The setup script will ask you a few questions (feel free to mash enter and leave everything with default values) and when it's finished the URL to the local version of your new website will be displayed.

Visiting that URL will show you the WordPress setup screen where you can create your admin user account and then log in to the WordPress dashboard.

See your site's newly generated readme.md on what to do from there.

Configuration

The default values for any of the questions that are asked by the setup script can be configured by setting an environment variable with the BASIS_ prefix:

Development

To create a project for testing using the latest development versions of both Basis and Primer, use the following command:

Related Projects

License Information

GPL-2.0 (See the license.md file for more info)


All versions of basis with dependencies

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

Loading the files please wait ...