PHPackages                             adamwjtk/some-example-bundles - 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. adamwjtk/some-example-bundles

ActiveBundle

adamwjtk/some-example-bundles
=============================

homework project

1.0.x-dev(7y ago)07MITPHPPHP &gt;=7.1

Since Aug 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/adamwjtk/some-example-bundles)[ Packagist](https://packagist.org/packages/adamwjtk/some-example-bundles)[ RSS](/packages/adamwjtk-some-example-bundles/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (9)Versions (6)Used By (0)

Readme
======

[](#readme)

1 - Install the bundle

```
composer require adamwjtk/some-example-bundles dev-master
```

2 - Enable the bundles in the kernel:

```
    public function registerBundles()
    {
        $bundles = [

            new \AdamwjtkProductBundle\AdamwjtkProductBundle(),
            new \AdamwjtkClientBundle\AdamwjtkClientBundle(),

        ];
```

3 - register the routes

```
# app/config/routing.yml

adamwjtk_client:
    resource: "@AdamwjtkClientBundle/Resources/config/routing.yml"
    prefix: /client

adamwjtk_product:
    resource: "@AdamwjtkProductBundle/Resources/config/routing.yml"
    prefix:   /api/v1/product
```

4 - register services

```
# app/config/services.yml

    AdamwjtkProductBundle\:
        resource: '../../vendor/adamwjtk/some-example-bundles/src/Adamwjtk/ProductBundle/*'
        exclude: '../../vendor/adamwjtk/some-example-bundles/src/Adamwjtk/ProductBundle/{Entity,Repository,Tests}'
```

```
# app/config/config.yml
imports:

    - { resource: "@AdamwjtkProductBundle/Resources/config/services.yml"}
```

5 - move assets from \\vendor\\adamwjtk\\some-example-bundles\\src\\Adamwjtk\\ClientBundle\\Resources\\public to \\web and set up config.yml like this :

```
twig:
    //.....
    form_themes:
      - bootstrap_3_layout.html.twig
```

6 - update db

```
  php bin/console doctrine:schema:update --force
```

7 - run

```
{your.domain}/app_dev.php/client/list
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~2 days

Total

3

Last Release

2881d ago

Major Versions

0.2.x-dev → 1.0.x-dev2018-08-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10620565?v=4)[adamwjtk](/maintainers/adamwjtk)[@adamwjtk](https://github.com/adamwjtk)

---

Top Contributors

[![adamwjtk](https://avatars.githubusercontent.com/u/10620565?v=4)](https://github.com/adamwjtk "adamwjtk (25 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adamwjtk-some-example-bundles/health.svg)

```
[![Health](https://phpackages.com/badges/adamwjtk-some-example-bundles/health.svg)](https://phpackages.com/packages/adamwjtk-some-example-bundles)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[forumify/forumify-platform

122.0k12](/packages/forumify-forumify-platform)

PHPackages © 2026

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