Download the PHP package dbout/dendreo-sdk-php without Composer

On this page you can find all versions of the php package dbout/dendreo-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dendreo-sdk-php

Dendreo SDK for PHP

Latest Version Coverage Status Total Downloads Tests status

Click here to read the Dendreo API documentation


[!WARNING] This version is considered a beta release. While we have done our best to ensure stability and functionality, there may still be bugs, incomplete features, or breaking changes in future updates.

The Dendreo SDK for PHP makes it easy for developers to access Dendreo Web Services in their PHP code. You can get started in minutes by installing the SDK through Composer or by downloading a single zip or phar file from our latest release.

Dendreo is developed by a French company, so the majority of the code (models, properties,...) are in French to keep consistency with the API.

Please note that this SDK is developed by a developer who does not work at Dendreo. If you have any questions directly related to Dendreo, please contact support : https://www.dendreo.com/contact.

Resources

Supported API

The library supports all APIs under the following services.

Several APIs are not developed at the moment. If you want to use an API that is not available, you can open an issue.

Service Endpoint Supported
Catégories de Module /api/categories_module.php
Types de produit /api/categories_produit.php
Modules / Produits /api/modules.php
Sessions Permanentes /api/sessions_permanentes.php
Formateurs /api/formateurs.php
Entreprises /api/entreprises.php
Contacts /api/contacts.php
Particuliers /api/contacts.php / /api/particuliers.php
Participants /api/participants.php
Tâches /api/taches.php
Etapes /api/etapes.php
Centres de formation /api/centres_de_formation.php
Salles de formation /api/salles_de_formation.php
Actions de Formation /api/actions_de_formation.php
Créneaux /api/creneaux.php
Inscription d'un participant /api/laps.php

Installation

Requirements

Installation

You can use Composer. Follow the installation instructions if you do not already have composer installed.

composer require dbout/dendreo-sdk-php

In your PHP script, make sure you include the autoloader:

require __DIR__ . '/vendor/autoload.php';

Using the library

Before using a service, you must create a singleton instance of the Client. This instance will then be used by the various services to make requests to Dendreo :

All services work the same way, there is nothing more to know:)

Add proxy

If you want to use a proxy, you can use the Config class in this way :

Getting help/support

This SDK is developed by a developer who does not work at Dendreo. Thus:

Contributing

💕 🦄 We encourage you to contribute to this repository, so everyone can benefit from new features, bug fixes, and any other improvements. Have a look at our contributing guidelines to find out how to raise a pull request.

Licence

Licensed under the MIT license, see LICENSE.


All versions of dendreo-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-ctype Version *
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dbout/dendreo-sdk-php contains the following files

Loading the files please wait ....