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.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui