yokai/safe-delete

Analyze objects relation. Ensure that objects can be deleted using introspection.

dev-master / 0.x-dev 2019-01-20 21:19 UTC

This package is auto-updated.

Last update: 2024-04-21 19:49:08 UTC


README

Build Status

todo badges

Introduction

This library aims to provide a way to check whether or not it is safe to delete resources in any PHP application.

This goal is achieved by checking if the resource is used by any other resource.

Documentation

Start reading the library documentation.

Learn more about core components.

Or jump to integrations.

Require Purpose Documentation
doctrine/orm Check for usages between entities using metadata introspection here
symfony/translation Describe usages with translation here
symfony/property-access Describe resources with property path here
symfony/framework-bundle Framework integration here

If you did not find what you was looking for ? Have a look to the recipes.

MIT License

License can be found here.

Authors

The library was originally created by Yann Eugoné. See the list of contributors.

Thank's to Prestaconcept for supporting this library.