Skip to content

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

License

Notifications You must be signed in to change notification settings

yokai-php/safe-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yokai Safe Delete

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages