todo badges
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.
Start reading the library documentation.
- Installation
- Concepts (highly recommended)
- Usage
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.
License can be found here.
The library was originally created by Yann Eugoné. See the list of contributors.
Thank's to Prestaconcept for supporting this library.