api-platform-ms-bundle

A set of tools to use Api Platform in a microservice context

MIT License

Downloads
24.4K
Stars
66
Committers
5

Bot releases are visible (Hide)

api-platform-ms-bundle - v1.0.0 Latest Release

Published by mtarld over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mtarld/api-platform-ms-bundle/compare/v0.4.0...v1.0.0

api-platform-ms-bundle - v0.4.0

Published by mtarld almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mtarld/api-platform-ms-bundle/compare/v0.3.0...v0.4.0

api-platform-ms-bundle - v0.3.0

Published by mtarld almost 4 years ago

  • Added authentication header providers
  • Added PHP8 support
  • Deprecated findOneByIri, findOneBy, findBy, findAll methods in AbstractMicroserviceHttpRepository
  • Added fetchOneByIri, fetchOneBy, fetchBy, fetchAll methods in AbstractMicroserviceHttpRepository
  • Deprecated PaginatedCollectionIterator::iterateOver
  • Added PaginatedCollectionIterator::iterateItems
  • Added PaginatedCollectionIterator::iteratePages
api-platform-ms-bundle - v0.2.1

Published by mtarld about 4 years ago

  • Fixed PaginatedCollectionIterator service definition
api-platform-ms-bundle - v0.2.0

Published by mtarld about 4 years ago

  • Excluded unneeded files from export
  • Loaded serialization configuration files only when specified in a microservice config
  • Moved services definition from XML to PHP
  • Added classes to preload
  • Added create, update and delete methods in AbstractHttpMicroserviceRepository
  • Allowed to replace nested Symfony HttpClient during runtime thanks to setWrappedHttpClient
  • Removed useless api_platform_ms.http_repository.http_repository service definition
  • Added query params to AbstractHttpMicroserviceRepository
  • Added nested resource denormalization
  • Set lowest symfony/property-access version to 4.4
  • Replaced Travis CI by Github actions
  • Removed PHPCPD QA checks