PHPackages                             bahjaat/daisycon - 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. [API Development](/categories/api)
4. /
5. bahjaat/daisycon

ActiveLibrary[API Development](/categories/api)

bahjaat/daisycon
================

Laravel package to import data via Daisycon Rest API (affiliates)

2.0.7(8y ago)11592PHPPHP &gt;=5.4

Since Nov 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bahjaat/daisycon)[ Packagist](https://packagist.org/packages/bahjaat/daisycon)[ RSS](/packages/bahjaat-daisycon/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (10)Versions (13)Used By (0)

Daisycon
========

[](#daisycon)

Laravel package to import data via Daisycon Rest API (affiliates)

Installation
------------

[](#installation)

First install the package via [Composer](http://getcomposer.org):

```
composer require "bahjaat/daisycon":"^2.0"

```

Or manually include it into your composer.json file

```
{
    "require": {
        "bahjaat/daisycon": "^2.0"
    }
}
```

and run `composer update` after that.

Setup
-----

[](#setup)

*Skip this step when using Laravel 5.5 or above.*

Edit your `config/app.php` file, to include the service provider:

`Bahjaat\Daisycon\DaisyconServiceProvider::class`

### Publishing config files

[](#publishing-config-files)

```
php artisan vendor:publish --provider="Bahjaat\Daisycon\DaisyconServiceProvider" --tag="config"
php artisan vendor:publish --provider="Cviebrock\EloquentSluggable\ServiceProvider"
```

### Migrate the database

[](#migrate-the-database)

`php artisan migrate`

Configuration
-------------

[](#configuration)

After setting up you have to configure your Daisycon settings at `app/config/daisycon.php`Really important attribute are:

- username
- password
- media\_id
- publisher\_id

When using &gt;= v2.0.6 you can also set your `.env` file with the following variables:

```
DAISYCON_USERNAME
DAISYCON_PASSWORD
DAISYCON_MEDIA_ID
DAISYCON_PUBLISHER_ID

```

Seeding database
----------------

[](#seeding-database)

For your convenience there are some database seed classes provided with the package.

- The first one is adding some country(codes) into the databse.
- The second one is adding some active programs.

Just run these commands:

- `php artisan db:seed --class=CountrycodesTableSeeder`
- `php artisan db:seed --class=ActiveProgramTableSeeder`

Artisan
=======

[](#artisan)

After all, you can import your programs, feeds and subscriptions into you own database. Go hit the road!

```
php artisan daisycon:get-programs
php artisan daisycon:get-subscriptions
php artisan daisycon:get-feeds
php artisan daisycon:get-products
```

Todo
====

[](#todo)

- Writing tests

Last words
==========

[](#last-words)

Need some adjustments? Please create a pull-request and we will make this package a better one together.

LICENSE
=======

[](#license)

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details or LICENSE.txt distributed with this class.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~99 days

Recently: every ~2 days

Total

11

Last Release

3208d ago

Major Versions

1.x-dev → 2.x-dev2015-03-13

1.0.0 → 2.0.02017-07-25

PHP version history (2 changes)1.x-devPHP &gt;=5.4.0

2.0.5PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c22ed46b17ecbf4436bc43d9b1fbbf417eb313d0b7a6ef56a47c8a7e1d046e5?d=identicon)[bahjaat](/maintainers/bahjaat)

---

Top Contributors

[![edwinheij](https://avatars.githubusercontent.com/u/1799101?v=4)](https://github.com/edwinheij "edwinheij (124 commits)")

---

Tags

laravelaffiliatesDaisycon

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bahjaat-daisycon/health.svg)

```
[![Health](https://phpackages.com/badges/bahjaat-daisycon/health.svg)](https://phpackages.com/packages/bahjaat-daisycon)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[laravel-freelancer-nl/laravel-index-now

Alert search engines of content changes.

5212.1k](/packages/laravel-freelancer-nl-laravel-index-now)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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