contentful-management.php

Official PHP SDK for the Content Management API

MIT License

Downloads
328K
Stars
8
Committers
12

Bot releases are visible (Hide)

contentful-management.php - Latest Release

Published by Sebb767 5 months ago

  • Readded support for Symfony 4
contentful-management.php - 4.1.1

Published by Sebb767 8 months ago

  • Bumped depency versions
  • Fixed code generation
  • Minor CI and code smell cleanup
contentful-management.php - 4.1.0

Published by Sebb767 over 1 year ago

  • Added support for contentful/core v4.
  • Fixed documentation for Upload::asAssetFile()
  • Fixed code generation
  • Minor CI and code smell cleanup
contentful-management.php - 4.0.0

Published by Sebb767 over 2 years ago

Added

  • Support for Symfony Version 6
  • Breaking change The range validator now uses floats instead of integers to be in line with the API. See #165 for details. Thanks @emsyzz !

Removed

  • Breaking change Support for PHP 7.2 and 7.3 was dropped, since they are now end-of-life. You can continue to use version 3.2.0 or install it with --ignore-platform-reqs, but compatibility will no longer be checked explicitely. Version 3 will still be maintained in case of security issues for the forseeable future.

Internal

  • Minor fixes to CI
contentful-management.php -

Published by pgrigoruta about 4 years ago

Added

  • Prohibit regexp validations
contentful-management.php -

Published by pgrigoruta about 4 years ago

Added

  • Upgraded code to allow passing the latest PHPCS validation
contentful-management.php -

Published by pgrigoruta over 4 years ago

Added

  • documentation on how to add existing assets
  • add documentation step in the internal build process
  • new PHP CS validations
contentful-management.php -

Published by pgrigoruta over 4 years ago

Changed

  • Replace Travis build badge with CircleCI
contentful-management.php -

Published by pgrigoruta over 4 years ago

Added

  • stubs for new validators
  • allow genertaing richtext fields
contentful-management.php -

Published by pgrigoruta over 4 years ago

Changed

Upgraded symfony/console component

contentful-management.php -

Published by pgrigoruta over 4 years ago

Changed

Added support for PHP 7.4. Removed support for PHP 7.0 & 7.1. Updated dependencies.

contentful-management.php -

Published by pgrigoruta over 4 years ago

Added

Stub for NodesValidation to fix edge case when getting rich content types with validators threw errors

contentful-management.php -

Published by pgrigoruta over 4 years ago

Added

Feature to allow retrying throttled API calls

Fixed

Refactored code for branching environments

contentful-management.php - 2.1.0

Published by matthew-contentful almost 5 years ago

Added

Support for Environment Cloning

contentful-management.php -

Published by dborsatto over 5 years ago

Fixed

  • Entries with rich text fields could serialize to JSON in an incorrect manner, causing an exception. This should now be fixed.
contentful-management.php -

Published by dborsatto over 5 years ago

ATTENTION: This release contains breaking changes. Please take extra care when updating to this version. See the upgrade guide for more.

Added

  • DeliveryApiKey and PreviewApiKey now expose the environments property.
  • Added support for role constraint PathsConstraint.
  • Extensions can now be configured with installation or instance parameters, using the Contentful\Management\Resource\Extension\Parameter class.
  • Webhooks can now define filters, see classes defined in the Contentful\Management\Resource\Webhook namespace for more.
  • Webhooks now accept a transformations array, see the documentation for more.
  • Field type Contentful\Management\Resource\ContentType\Field\RichText was added.

Changed

  • Link resolution is now delegated to the Contentful\Management\LinkResolver class.
  • The SDK now uses version 2 of the contentful/core package. [BREAKING]
  • System properties are no longer handled by a single class for all resources. Now each resource will have its own corresponding class. For instance, Contentful\Management\Resource\ContentType::getSystemProperties() will return an object of class Contentful\Management\SystemProperties\ContentType which will contain only appropriate methods. [BREAKING]

Removed

  • BaseMapper::hydrate() has been removed. Use $this->hydrator->hydrate() instead. [BREAKING]
contentful-management.php -

Published by dborsatto over 6 years ago

This is the first stable release of this SDK 🎉 🎉 🎉

Please refer to the official documentation on the Contentful website:
https://www.contentful.com/developers/docs/php/tutorials/

API reference is available at:
https://contentful.github.io/contentful-management.php/api/1.0.0/index.html

contentful-management.php -

Published by dborsatto over 6 years ago

Changed

  • The way that the client interacts with the API was overhauled, and the proxy system was replaced by client extension traits. Please refer to the documentation for how to interact with the SDK. [BREAKING]

Added

  • The SDK now fully supports handling of space environments.
contentful-management.php -

Published by dborsatto about 7 years ago

contentful-management.php -

Published by dborsatto about 7 years ago

Package Rankings
Top 8.8% on Packagist.org
Badges
Extracted from project README
Packagist PHP version Packagist CircleCI
Related Projects