PHPackages                             authbucket/framework-standard-edition - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. authbucket/framework-standard-edition

ActiveProject[Framework](/categories/framework)

authbucket/framework-standard-edition
=====================================

The "AuthBucket Standard Edition" distribution

8.4.0-alpha1(8y ago)03GPL-2.0+PHP

Since Jun 22Pushed 8y ago3 watchersCompare

[ Source](https://github.com/authbucket/authbucket-standard)[ Packagist](https://packagist.org/packages/authbucket/framework-standard-edition)[ RSS](/packages/authbucket-framework-standard-edition/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (49)Versions (2)Used By (0)

AuthBucket Standard Edition
===========================

[](#authbucket-standard-edition)

[![Build Status](https://camo.githubusercontent.com/14cee85c6de95cae78de10d366394ab29f6d061175bd8b0cc438532c2ebf05ed/68747470733a2f2f7472617669732d63692e6f72672f617574686275636b65742f617574686275636b65742d7374616e646172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/authbucket/authbucket-standard)[![Latest Stable Version](https://camo.githubusercontent.com/768db1fedb8a33c554d135d8ec418bbf020ce8a3f5769452aecf967cc80a3385/68747470733a2f2f706f7365722e707567782e6f72672f617574686275636b65742f6672616d65776f726b2d7374616e646172642d65646974696f6e2f762f737461626c652e737667)](https://packagist.org/packages/authbucket/framework-standard-edition)[![Total Downloads](https://camo.githubusercontent.com/076624168d7c4609942b2c67efd228dbe2134733d11451fbe5e23b232c1599bd/68747470733a2f2f706f7365722e707567782e6f72672f617574686275636b65742f6672616d65776f726b2d7374616e646172642d65646974696f6e2f646f776e6c6f6164732e737667)](https://packagist.org/packages/authbucket/framework-standard-edition)[![License](https://camo.githubusercontent.com/ae666d5fe8b6e8003bf213c358c55e817b2581d31ea696852e79826dec89825e/68747470733a2f2f706f7365722e707567782e6f72672f617574686275636b65742f6672616d65776f726b2d7374616e646172642d65646974696f6e2f6c6963656e73652e737667)](https://packagist.org/packages/authbucket/framework-standard-edition)

Welcome to the AuthBucket Standard Edition - a fully-functional Drupal application that you can use as the skeleton for your new applications.

This project template will managing your site dependencies with [Composer](https://getcomposer.org/). If you want to know how to use it as replacement for [Drush Make](https://github.com/drush-ops/drush/blob/master/docs/make.md) visit the [Documentation on drupal.org](https://www.drupal.org/node/2471553).

Usage
-----

[](#usage)

First you need to [install composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).

After that you can create the project:

```
composer create-project authbucket/framework-standard-edition:^8.4.0 MYPROJECT --no-interaction

```

With `composer require ...` you can download new dependencies to your installation.

```
composer require drupal/devel:~1.0

```

The `composer create-project` command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.

What does the template do?
--------------------------

[](#what-does-the-template-do)

When installing the given `composer.json` some tasks are taken care of:

- Drupal will be installed in the `web`-directory.
- Autoloader is implemented to use the generated composer autoloader in `vendor/autoload.php`, instead of the one provided by Drupal (`web/vendor/autoload.php`).
- Modules (packages of type `drupal-module`) will be placed in `web/modules/contrib/`
- Theme (packages of type `drupal-theme`) will be placed in `web/themes/contrib/`
- Profiles (packages of type `drupal-profile`) will be placed in `web/profiles/`
- Creates default writable versions of `settings.php` and `services.yml`.
- Creates `sites/default/files`-directory.
- Latest version of drush is installed locally for use at `vendor/bin/drush`.
- Latest version of DrupalConsole is installed locally for use at `vendor/bin/drupal`.

License
-------

[](#license)

- Code released under [GPL-2.0+](https://github.com/authbucket/authbucket-standard/blob/master/LICENSE)
- Docs released under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)

Author Information
------------------

[](#author-information)

- Wong Hoi Sing Edison
    -
    -

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc67be71c6d9a9242bfe0db8d0293a7a0731c35f6f9d6ae72ab13ba90af519f?d=identicon)[hswong3i](/maintainers/hswong3i)

---

Top Contributors

[![hswong3i](https://avatars.githubusercontent.com/u/780562?v=4)](https://github.com/hswong3i "hswong3i (24 commits)")

### Embed Badge

![Health badge](/badges/authbucket-framework-standard-edition/health.svg)

```
[![Health](https://phpackages.com/badges/authbucket-framework-standard-edition/health.svg)](https://phpackages.com/packages/authbucket-framework-standard-edition)
```

###  Alternatives

[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1019.7k](/packages/voidagency-vactory-starter-kit)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
