2.1.0
Released on
Added
Add Support For Reactivity
Introduce reactivity support in Prisma PHP, enabling seamless management of frontend state through dynamic variables.
2.0.13
Released on
Added
Implement AbortController for request cancellation
Add support for aborting previous requests using AbortController in pphp.fetch and pphp.fetchFunction by passing the argument abortPrevious set to true, enabling easier cancellation of ongoing requests in the app
2.0.12
Released on
Added
Prisma PHP Stable Version
Prisma PHP stable version released
1.28.0
Released on
Added
Add support for ordering by related model fields in Prisma PHP ORM
Add support for ordering by related model fields in Prisma PHP ORM to allow for easier access to related model fields in the app
1.27.3
Released on
Added
Merge PHPX to Main branch
Merged PHPX into the main branch to enable component usage within the app