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
Requires
- php: ^7.1
Suggests
- doctrine/orm: Analyze entities metadata and prevent database errors.
- symfony/framework-bundle: Register automatically some useful services
- symfony/property-access: Describe objects by targeting properties.
- symfony/translation: Use translator to describe usages.
This package is auto-updated.
Last update: 2024-10-21 20:55:07 UTC
README
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.
- Installation
- Concepts (highly recommended)
- Usage
Learn more about core components.
Or jump to integrations.
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.