Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Karmacracy Bundle Laravel Package

cayetanosoriano/karmacracy-bundle

View on GitHub
Deep Wiki
Context7

karmacracyBundle

This Bundle, gives a wrapper to karmacracy-php API lib

Installation

Symfony 2.0.x: vendors

[karmacracyBundle]
    git=http://github.com/CayetanoSoriano/karmacracyBundle.git
    target=/bundles/RaulFraile/Bundle/LadybugBundle

[karmacracy-php]
    git=https://github.com/CayetanoSoriano/karmacracy-php.git
    target=lib/

Symfony 2.1.x: Composer

Composer is a project dependency manager for PHP. You have to list your dependencies in a composer.json file:

{
    "require": {
        "cayetanosoriano/karmacracy-bundle": "dev-master"
    }
}

To actually install in your project, download the composer binary and run it:

wget http://getcomposer.org/composer.phar
# or
curl -O http://getcomposer.org/composer.phar

php composer.phar install

Step 2: Enable the bundle

Finally, enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...

            new cayetanosoriano\KarmacracyBundle\cayetanosorianoKarmacracyBundle(),
    );
}

Configuration

###Add the following to your config.yml

cayetanosoriano_karmacracy:
    keypass: "your_key_pass"
    appkey: "your_app_key"

Then use the service

$kcy = $this->get('kcy');
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle