DEV Community

Cover image for CodeSkate
STNDC
STNDC

Posted on

CodeSkate

After a lot of time and work with PHP, I never felt comfortable with frameworks.
It was the reason I made mine. My little minimalist framework.
I went against the MVC model
CodeSkate is based on a model of classes that interact with themes. And the connection to the database is instantiated from the class in the library container.
For each class that is created, its theme must be created and that's it.

Skater in the command client which at the moment allows you to create the files from the terminal.

Image description

Example: php skater -class classname

I don't know if anyone wants to use it, I don't care about that for now, but I'm going to share my work.

https://github.com/stndc/codeskate

Top comments (0)