承接 doyoubuzz/api-helper 相关项目开发

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

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

doyoubuzz/api-helper

最新稳定版本:1.0.0

Composer 安装命令:

composer require doyoubuzz/api-helper

包简介

DoYouBuzz API Helper

README 文档

README

If you want to use DoYouBuzz in your PHP project this project can help you.

Install

You can install this library by using Packagist.

Add the following to your composer.json file. Composer will handle the autoloading.

{ "require": { "doyoubuzz/api-helper": "dev-master" } }

Usage

<?php // include your autoloader then : $apiKey = 'XXX'; $apiSecret = 'YYY'; $dyb = new \DoYouBuzz\ApiHelper\DoYouBuzzAPI($apiKey, $apiSecret); $dyb->connect(true); $user = $dyb->getUser(); if ($user) { echo 'Utilisateur : ' . $user->firstname . ' ' . $user->lastname . '<br>'; $mainCv = $dyb->getMainCv(); if ($mainCv) { echo 'Cv : ' . $mainCv->title . '<br>'; } }

Methods

List of methods you can use :

  • getUser : Return a \stdClass with the user's data (and CV with their titles)
  • getMainCv : Return the main CV as \stdClass
  • getCv(:id) : Give an id and get the CV as \stdClass
  • getStatistics : Return user's statistics
  • getEmploymentPreferences : Return user's employment preferences
  • getDisplayOptions(:id, :type) : Return the display option for the given type (web, mobile, print)
  • getAccessToken : Return the access token
  • setAccessToken(:token, :secret): You can set the access token
  • clearAll : remove all data in storage (Session by default)
  • connect(:redirect = false, :callbackUrl) : Will connect your user and get the access token

If you want to know the properties available on \stdClass see json format on our doc.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固