Download the PHP package ceytek-labs/54grad-de-services-lite without Composer
On this page you can find all versions of the php package ceytek-labs/54grad-de-services-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ceytek-labs/54grad-de-services-lite
More information about ceytek-labs/54grad-de-services-lite
Files in ceytek-labs/54grad-de-services-lite
Package 54grad-de-services-lite
Short Description A PHP library for integrating 54grad.de's vehicle labeling services.
License MIT
Homepage https://github.com/ceytek-labs/54grad-de-services-lite
Informations about the package 54grad-de-services-lite
54grad.de Services Lite
54grad.de is a company that offers vehicle labeling, customer management, and software solutions.
This package is designed to integrate the services provided by 54grad.de into PHP projects, allowing for seamless use of vehicle labeling data and other related functionalities within a PHP-based environment.
Disclaimer: This package is not an official product of 54grad.de. The developers accept no responsibility for any issues, discrepancies, or damages that may arise from its use.
Requirements
- PHP 7.0 or higher
Installation
You can add this package to your projects via Composer:
Services
- PKW Label
- PKW Label Electric
- PKW Label Fuel
- PKW Label Hybrid
- PKW Label Hydrogen
- PKW Label Outdated
PKW Label
The PKW Label allows car dealerships to automate the calculation and generation of vehicle labels required by the EnVKV (German Energy Consumption Labeling Ordinance for Passenger Cars). This API is designed to simplify the process of creating standardized labels that display important vehicle information such as fuel consumption and CO2 emissions, ensuring compliance with regulatory standards.
In essence, it streamlines the creation of these labels, reducing manual work and ensuring accuracy.
⬆ Back to services
PKW Label Electric
The PKW Label Electric allows users to generate energy labels for electric vehicles, including key information such as electric consumption, driving range, and vehicle identification numbers (FIN). It automates the process of creating legally required labels under the EnVKV (German Energy Consumption Labeling Ordinance), making it easier for dealerships and vehicle manufacturers to comply with regulations.
Example Usage
Here are a few examples of how you can use the PKWLabelElectric class in your PHP projects to generate and display electric vehicle labels.
⬆ Back to services
1. Generate Filename
This example generates the filename for the PDF without creating the actual file:
⬆ Back to services
2. Generate Filename with Path
If you want to include the output directory in the filename:
⬆ Back to services
3. Create PDF
This example shows how to create the PDF and save it to the output directory:
⬆ Back to services
4. Create and Display PDF
This example creates the PDF and displays it directly in the browser:
⬆ Back to services
5. Display Already Created PDF
If the PDF is already created, you can directly display it:
⬆ Back to services
6. Ensure PDF Exists and Print
This function checks if the PDF already exists. If not, it generates the PDF and displays it:
⬆ Back to services
PKW Label Fuel
The PKW Label Fuel is designed to automate the creation of energy labels for fuel-powered vehicles. This API supports the generation of standardized labels that display essential vehicle details, such as fuel consumption, CO2 emissions, and engine capacity. The labels created by this API comply with the EnVKV (German Energy Consumption Labeling Ordinance), making it easier for car dealerships and manufacturers to meet regulatory requirements.
By automating the generation of these labels, the API reduces manual effort and ensures accuracy for fuel-powered vehicles.
Example Usage
Here are a few examples of how you can use the PKWLabelFuel class in your PHP projects to generate and display electric vehicle labels.
⬆ Back to services
1. Generate Filename
This example generates the filename for the PDF without creating the actual file:
⬆ Back to services
2. Generate Filename with Path
If you want to include the output directory in the filename:
⬆ Back to services
3. Create PDF
This example shows how to create the PDF and save it to the output directory:
⬆ Back to services
4. Create and Display PDF
This example creates the PDF and displays it directly in the browser:
⬆ Back to services
5. Display Already Created PDF
If the PDF is already created, you can directly display it:
⬆ Back to services
6. Ensure PDF Exists and Print
This function checks if the PDF already exists. If not, it generates the PDF and displays it:
⬆ Back to services
PKW Label Hybrid
The PKW Label Hybrid allows for automated generation of energy labels for hybrid vehicles. It provides comprehensive details, including fuel consumption, electric consumption, CO2 emissions, and driving range. The generated labels meet the requirements set by the EnVKV (German Energy Consumption Labeling Ordinance), making it easier for car dealerships and manufacturers to comply with regulatory standards.
This API reduces the need for manual label creation, ensuring accuracy and consistency for hybrid vehicle data.
Example Usage
Here are a few examples of how you can use the PKWLabelHybrid class in your PHP projects to generate and display electric vehicle labels.
⬆ Back to services
1. Generate Filename
This example generates the filename for the PDF without creating the actual file:
⬆ Back to services
2. Generate Filename with Path
If you want to include the output directory in the filename:
⬆ Back to services
3. Create PDF
This example shows how to create the PDF and save it to the output directory:
⬆ Back to services
4. Create and Display PDF
This example creates the PDF and displays it directly in the browser:
⬆ Back to services
5. Display Already Created PDF
If the PDF is already created, you can directly display it:
⬆ Back to services
6. Ensure PDF Exists and Print
This function checks if the PDF already exists. If not, it generates the PDF and displays it:
⬆ Back to services
PKW Label Hydrogen
The PKW Label Hydrogen enables the automatic creation of energy labels for hydrogen-powered vehicles. This API is designed to provide critical information, including fuel consumption across various driving conditions (such as city, suburban, rural, and highway), along with other essential details like vehicle identification (FIN). This labeling functionality is tailored to meet the EnVKV (German Energy Consumption Labeling Ordinance) requirements, simplifying regulatory compliance for dealerships and vehicle manufacturers.
This tool allows you to efficiently create accurate and standardized labels for hydrogen vehicles with minimal manual intervention.
Example Usage
Here are a few examples of how you can use the PKWLabelHydrogen class in your PHP projects to generate and display electric vehicle labels.
⬆ Back to services
1. Generate Filename
This example generates the filename for the PDF without creating the actual file:
⬆ Back to services
2. Generate Filename with Path
If you want to include the output directory in the filename:
⬆ Back to services
3. Create PDF
This example shows how to create the PDF and save it to the output directory:
⬆ Back to services
4. Create and Display PDF
This example creates the PDF and displays it directly in the browser:
⬆ Back to services
5. Display Already Created PDF
If the PDF is already created, you can directly display it:
⬆ Back to services
6. Ensure PDF Exists and Print
This function checks if the PDF already exists. If not, it generates the PDF and displays it:
⬆ Back to services
PKW Label Outdated
The European Union updated its energy label system on March 1, 2021, moving from the complex A+, A++, and A+++ ratings to a simpler A-to-G scale. This change aimed to make energy efficiency classifications clearer for consumers, aligning with the EU's sustainability and transparency goals. The new scale improves the understanding of energy consumption and supports the transition to greener technologies by promoting clarity for both consumers and manufacturers.
The PKW Label Outdated enables the generation of vehicle labels based on the former EU energy classification system, including ratings like A+, A++, and A+++. This class is intended for projects that still require these legacy labels, providing compatibility with the older EU scale where applicable.
Example Usage
Here are a few examples of how you can use the PKWLabelOutdated class in your PHP projects to generate and display electric vehicle labels.
⬆ Back to services
1. Generate Filename
This example generates the filename for the PDF without creating the actual file:
⬆ Back to services
2. Generate Filename with Path
If you want to include the output directory in the filename:
⬆ Back to services
3. Create PDF
This example shows how to create the PDF and save it to the output directory:
⬆ Back to services
4. Create and Display PDF
This example creates the PDF and displays it directly in the browser:
⬆ Back to services
5. Display Already Created PDF
If the PDF is already created, you can directly display it:
⬆ Back to services
6. Ensure PDF Exists and Print
This function checks if the PDF already exists. If not, it generates the PDF and displays it:
Contributing
Feel free to submit a pull request or report an issue. Any contributions and feedback are highly appreciated!
License
This project is licensed under the MIT License.