Giter Site home page Giter Site logo

composer-bocal-account-manager's Introduction

composer-bocal-account-manager

Wrapper PHP pour l'interaction avec l'API de console bocal

Installation

composer require etna/bocal-account-manager

Registering dans l'appli

Lors de la configuration de l'application silex il suffit de faire :

$app->register(new ETNA\Silex\Provider\BocalAccounts\BocalAccountsManagerProvider());

Le provider va se baser sur 3 variables d'environnement :

  • BOCAL_API_URL Qui est l'url de base de l'API bocal
  • BOCAL_API_KEY Le token bearer pour l'autorisation
  • BOCAL_READ_ONLY A mettre explicitement à false pour pouvoir persister des données, à ne mettre qu'en prod

Utilisation dans l'appli

Le wrapper est désormais disponible dans $app["bam"] et expose les méthodes suivantes

  • listAccounts() Va chercher la liste complète des comptes
  • getAccount($account_id) Va chercher les informations concernant un compte donné
  • getAccountTelephone($account_id) Va chercher le téléphone lié au compte donné
  • createAccount($firstname, $lastname, $group, $email_etna) Crée un compte avec les informations données en paramètre
  • updateAccount($account_id, $account_data) Modifie les informations du compte donné

composer-bocal-account-manager's People

Contributors

leosten avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

gdubost mesratn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.