承接 bahjaat/daisycon 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bahjaat/daisycon

Composer 安装命令:

composer require bahjaat/daisycon

包简介

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

README 文档

README

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

Installation

First install the package via Composer:

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

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

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

Migrate the database

php artisan migrate

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 >= 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

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

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

  • Writing tests

Last words

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

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.

统计信息

  • 总下载量: 159
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-09-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固