Download the PHP package appaydin/pd-api without Composer
On this page you can find all versions of the php package appaydin/pd-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download appaydin/pd-api
More information about appaydin/pd-api
Files in appaydin/pd-api
Package pd-api
Short Description Symfony Restful Api Bundle
License MIT
Homepage https://github.com/appaydin/pd-api
Informations about the package pd-api
pdApi Bundle
Symfony 5 Restful Api Bundle
- Supports XML and JSON response
- Error messages are collected under a single format.
- Language translation is applied to all error messages.
- Request body Transformer (JSON-XML) has been added.
- Normalizer has been added for form errors.
- Normalizer has been added for KnpPaginator.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
With Symfony 5, the package will be activated automatically. But if something goes wrong, you can install it manually.
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Step 3: Settings Bundle
Step 4: Settings Security.yaml
Step 5 (Optional): Create Login Endpoint
Create API
All versions of pd-api with dependencies
lexik/jwt-authentication-bundle Version 2.*
symfony/serializer Version 5.*