Phecto
That project consists in create a Changeset before all risky operations in database like: insert, update or delete.
Improvements
The project is in development and the next updates will be these tasks:
- Create the Changeset Core Class
- Core PDO Class as Repository
- Create a Structure class to serve as Model
💻
Requirements
- Installed
PHP 8.x
- PDO and theirs extensions
pdo-sqlite; pdo-pgsql; pdo-mysql
🚀
Installing Phecto
composer require phecto/phecto
☕
Usage
echo("Soon");
?>
📫
Contribute
To contribute with Phecto, follow this:
- Fork that repository.
- Create a branch:
git checkout -b
. - Do your changes and commit them:
git commit -m '
' - Send to original branch:
git push origin phecto /
- Create a pull request.
As alternative, go to Github documentation in how to create a pull request.
📝
License
That project is under license. Read the file LICENSE for more details