Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.19 KB

README.md

File metadata and controls

64 lines (36 loc) · 2.19 KB

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.