Download the PHP package maiorano84/bedrock-project without Composer

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

Bedrock Project

A local project scaffold for getting up and running quickly with a Roots/Bedrock project over Docker Compose

Requirements

NOTE: composer commands can also be substituted for the official Composer Docker Image.

All commands in this README assume that Composer is installed natively on your system

Basic Usage

All references to <project-name> can be replaced with the name of your project.

  1. Run composer create-project maiorano84/bedrock-project <project-name> && cd <project-name>
  2. Replace any variables in the .env file with your own configuration
  3. Run docker-compose up -d

Once complete, your Bedrock site will be available at http://localhost

Pretty URLs

A separate configuration has been provided to enable pretty URLs through Traefik

If you would like to use custom URLs, then you will need to prepare an external Docker Network and ensure that no other services are running on your host's Port 80 (ie: NGINX, Apache, etc.).

Preparing the Traefik network is only necessary once. Once these commands are complete, any subsequent Bedrock projects running the Traefik configuration will automatically be served over that network.

Once the network and the Traefik container are both up and running, you can run the project with the following: docker-compose -f traefik.yml up -d

Once complete, your Bedrock site will be available at http://${NGINX_SERVER_NAME}

Setting up Traefik

The provided commands will get you quickly set up with a simple base installation that should cover most of your needs. For additional options, see the Static Configuration Documentation

Network

Container

Once running, you may also access the Traefik Dashboard by navigating to http://localhost:8080

CLI Tools

Some command line tools are available as Compose services to make life a little easier:

To run a CLI command as a service, simply run the following:

docker-compose -f cli.yml run --rm <service>...


All versions of bedrock-project 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 maiorano84/bedrock-project contains the following files

Loading the files please wait ....