Download the PHP package nubitio/api-platform without Composer
On this page you can find all versions of the php package nubitio/api-platform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nubitio/api-platform
More information about nubitio/api-platform
Files in nubitio/api-platform
Download nubitio/api-platform
More information about nubitio/api-platform
Files in nubitio/api-platform
Vendor nubitio
Package api-platform
Short Description API Platform bridge for the Nubit admin stack: data-grid filter (sort/filter/searchValue), translated OpenAPI docs with x-crud hints for @nubitio/hydra, pagination headers, and entity traits.
License MIT
Homepage https://github.com/nubitio/nubit-symfony/tree/main/packages/api-platform
Package api-platform
Short Description API Platform bridge for the Nubit admin stack: data-grid filter (sort/filter/searchValue), translated OpenAPI docs with x-crud hints for @nubitio/hydra, pagination headers, and entity traits.
License MIT
Homepage https://github.com/nubitio/nubit-symfony/tree/main/packages/api-platform
Please rate this library. Is it a good library?
Informations about the package api-platform
nubitio/api-platform
API Platform bridge for the Nubit admin stack: everything a Symfony backend needs so @nubitio/react-admin can auto-generate CRUD screens from your API docs.
What's inside
DataGridFilter— implements the grid query contract (sort,filter,searchValue) that@nubitio/coreserializes. Add#[ApiFilter(DataGridFilter::class)]to a resource and the React datagrid's filtering/sorting/search work end to end.GridVirtualFieldInterface— extension point for computed/joined fields with no ORM mapping. Tag implementations withnubit.api_platform.grid_virtual_field;GridFilterHelperprovides the operator/parameter utilities.TranslatedDocumentationNormalizer— translatesApiPropertydescription i18n keys into the Hydra/OpenAPI docs and forwardsx-crudhints that@nubitio/hydraturns into field definitions.ApiResponseListener— addsX-Total-Count,X-Total-Pages,X-Current-Pageheaders to collection responses.ExceptionListener— mapsNubit\Platform\Exception\*to consistent JSON error responses (422 with violations forValidationException, etc.).BaseController— thinAbstractControllerwith theApiResponseenvelope helpers.- Entity traits —
TimestampableTrait,SoftDeletableTrait.
Service registration
Until the admin bundle ships, register the services in your config/services.yaml
(the listeners carry #[AsEventListener], they just need to exist as services):
License
MIT
All versions of api-platform with dependencies
PHP Build Version
Package Version
Requires
api-platform/core Version
^4.3.12
doctrine/orm Version ^3.0
doctrine/persistence Version ^4.0
nubitio/platform Version ^1.0
php Version >=8.3
psr/log Version ^3.0
symfony/dependency-injection Version ^7.4 || ^8.0
symfony/event-dispatcher Version ^7.4 || ^8.0
symfony/framework-bundle Version ^7.4 || ^8.0
symfony/http-foundation Version ^7.4 || ^8.0
symfony/http-kernel Version ^7.4 || ^8.0
symfony/security-core Version ^7.4 || ^8.0
symfony/serializer Version ^7.4 || ^8.0
symfony/translation-contracts Version ^3.0
doctrine/orm Version ^3.0
doctrine/persistence Version ^4.0
nubitio/platform Version ^1.0
php Version >=8.3
psr/log Version ^3.0
symfony/dependency-injection Version ^7.4 || ^8.0
symfony/event-dispatcher Version ^7.4 || ^8.0
symfony/framework-bundle Version ^7.4 || ^8.0
symfony/http-foundation Version ^7.4 || ^8.0
symfony/http-kernel Version ^7.4 || ^8.0
symfony/security-core Version ^7.4 || ^8.0
symfony/serializer Version ^7.4 || ^8.0
symfony/translation-contracts Version ^3.0
The package nubitio/api-platform contains the following files
Loading the files please wait ...