PHPackages                             dakala/phpedu-project - 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. dakala/phpedu-project

ActiveProject[Framework](/categories/framework)

dakala/phpedu-project
=====================

Project template for Drupal 8 sites built with the PhpEdu distribution.

8.x-dev(5y ago)032GPL-2.0+CI failing

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dakala/phpedu-project)[ Packagist](https://packagist.org/packages/dakala/phpedu-project)[ RSS](/packages/dakala-phpedu-project/feed)WikiDiscussions master Synced 4w ago

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

This is a Composer-based installer for the [PhpEdu](https://www.drupal.org/project/phpedu_profile) Drupal distribution.

Get Started
-----------

[](#get-started)

You will need the following installed:

- [Composer](https://getcomposer.org), obviously
- [Node](https://nodejs.org), which includes the NPM package manager

When you have those, run this command:

```
$ composer create-project dakala/phpedu-project:8.x-dev MY_PROJECT --no-interaction

```

Composer will create a new directory called MY\_PROJECT containing a `docroot` directory with a full PhpEdu code base therein. You can then install it like you would any other Drupal site.

Maintenance
-----------

[](#maintenance)

Use this table as your guide to maintaining your code base with Composer:

TaskComposerInstalling a contrib project (latest version)`composer require drupal/PROJECT:8.*`Installing a contrib project (specific version)`composer require drupal/PROJECT:8.1.0-beta3`Updating all contrib projects and Drupal core`composer update`Updating a single contrib project`composer update drupal/PROJECT`Updating Drupal core`composer update drupal/core`Composer is a *dependency manager*. If module `foo-8.x-1.0` depends on `baz-8.x-3.2`, Composer will not let you update baz to `8.x-3.3` (or downgrade it to `8.x-3.1`, for that matter).

**Composer is only responsible for maintaining the code base**.

Source Control
--------------

[](#source-control)

If you peek at the `.gitignore` we provide, you'll see that certain directories, including all directories containing contributed projects, are excluded from source control. This might be a bit disconcerting if you're newly arrived from Planet Drush, but in a Composer-based project like this one, **you SHOULD NOT commit your installed dependencies to source control**.

When you set up the project, Composer will create a file called `composer.lock`, which is a list of which dependencies were installed, and in which versions. **Commit `composer.lock` to source control!** Then, when your colleagues want to spin up their own copies of the project, all they'll have to do is run `composer install`, which will install the correct versions of everything in `composer.lock`.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

1912d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/285543?v=4)[Deji Akala](/maintainers/dakala)[@dakala](https://github.com/dakala)

---

Top Contributors

[![dakala](https://avatars.githubusercontent.com/u/285543?v=4)](https://github.com/dakala "dakala (14 commits)")

### Embed Badge

![Health badge](/badges/dakala-phpedu-project/health.svg)

```
[![Health](https://phpackages.com/badges/dakala-phpedu-project/health.svg)](https://phpackages.com/packages/dakala-phpedu-project)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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