Download the PHP package localgovdrupal/localgov-project without Composer

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

LocalGov Drupal Composer project template

Tests

A Composer-based installer for the LocalGov Drupal distribution.

This project template should provide a kickstart for managing your site dependencies with Composer.

Usage

For guidance on installing see:

composer.json and composer.lock

We expect most projects using this package will start with the composer.json in this package, committing it to your own project repository as your own root composer.json. You can then extend composer.json, requiring other Drupal and composer packages and evolve your codebase as needed.

Once you have run a composer create-project command, it is usually desirable to commit the composer.lock file to your project repository and use this lock file to control the specific version of packages that you deploy to dev, test and ultimately production hosting environments.

Gitpod

Gitpod allows you to run a virtual development environment in the cloud in your browser.

This can be very useful for testing functionality, reviewing pull requests, or working on features.

Before you start

You will need an account on Gitpod.

If you authenticate with your Github account, you will be able to push commits back to the repository you are working on.

Sign up for gitpod.io, if you haven't already.

Spin up LocalGov Drupal with

Click on the "Open in Gitpod" button below

Open in Gitpod

Maintainers

This project is currently maintained by:


All versions of localgov-project with dependencies

PHP Build Version
Package Version
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 localgovdrupal/localgov-project contains the following files

Loading the files please wait ....