Download the PHP package jerry58321/api-transform without Composer
On this page you can find all versions of the php package jerry58321/api-transform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jerry58321/api-transform
More information about jerry58321/api-transform
Files in jerry58321/api-transform
Download jerry58321/api-transform
More information about jerry58321/api-transform
Files in jerry58321/api-transform
Please rate this library. Is it a good library?
Informations about the package api-transform
安裝方式
composer require jerry58321/api-transform
php artisan vendor:publish --provider="jerry58321\ApiTransform\TransformServiceProvider"
概念
在 Transforms 路徑下,應該會有2大主要類別,分別為Models、Features。
Models (Transform)
:定義已存在的Table Schema,可以被Features引用或者作為其它Models類的關聯引用。
Features (Transform)
:為每一個API功能定義回傳的內容,在職責分明、低耦合度的情況下,Features類可以作為其它Features類的引用。
使用方法及範例
All versions of api-transform with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
symfony/http-foundation Version ^5.0|^6.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0
illuminate/pagination Version ^7.0|^8.0|^9.0|^10.0
symfony/http-foundation Version ^5.0|^6.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0
illuminate/pagination Version ^7.0|^8.0|^9.0|^10.0
The package jerry58321/api-transform contains the following files
Loading the files please wait ....