Download the PHP package codivores/laravel-ocpi-emsp without Composer
On this page you can find all versions of the php package codivores/laravel-ocpi-emsp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codivores/laravel-ocpi-emsp
More information about codivores/laravel-ocpi-emsp
Files in codivores/laravel-ocpi-emsp
Package laravel-ocpi-emsp
Short Description A Laravel package for OCPI (Open Charge Point Interface) protocol as eMSP (e-Mobility Service Provider).
License proprietary
Homepage https://github.com/Codivores/Laravel-OCPI-eMSP
Informations about the package laravel-ocpi-emsp
Laravel OCPI eMSP
Laravel package for OCPI (Open Charge Point Interface) protocol as eMSP (e-Mobility Service Provider).
Key Features:
- OCPI version: 2.1.1
- OCPI Modules:
- CDRs
- Commands
- Credentials & Registration
- Locations
- Sessions
- Versions
Version support
- PHP:
8.2
,8.3
- Laravel:
11.0
Installation
You can install the package via composer:
If you want to customize the eMSP configuration (party information, versions and available modules), you can publish the dedicated config file:
This is the content of the published config file:
If you want to customize the package configuration, you can publish the config file:
This is the content of the published config file:
Getting started
Define the eMSP information environment variables:
Initialize a new "Sender" Party to start credentials exchange:
Run credentials exchange with a new "Sender" Party:
Other commands
Update credentials and versions with a Party:
Synchronize locations of all or a specific Party:
License
The DBAD License (DBAD). Please see License File for more information.
All versions of laravel-ocpi-emsp with dependencies
illuminate/contracts Version ^11.0
saloonphp/laravel-plugin Version ^3.0
saloonphp/saloon Version ^3.0