I’ll start from the beginning. I wrote a php script for sending newsletters a few years ago. Then there was https://www.opiner.me also in PHP. When I finished it, I realized that I could create a very simple https://phpframework.eeqsoft.com/ based on it. It was created in 2 days based on these previous applications. Now I’m writing on forums to get to know the opinions of experts on it. I would like to ask for comments if something needs to be improved/changed…
Well first thought was wow my browser zoom’s way too high.
Then i realized its at 100% and you’re literally filling my screen with a garbage code header image.
And then i realized there’s actually no actual information on the website. You dont even use as many words on that page as you did in the spam post above.
Even the github doesnt have a descriptor, just setup instructions.
Something that needs to be improved/changed: Try actually describing what your ‘framework’ actually does on the page you’re trying to spam people into visiting. I’m not interested in code-diving a random script with no lead-in.
As I said before, I created this framework because I realized that it is possible. I based it on the Symfony framework, which I have been learning since 2015. I have already written on a few Polish forums and people had no problem understanding my intentions. They gave me some good advice, which I implemented.
BTW: The https://phpframework.eeqsoft.com/ website leads to the https://github.com/EEQSOFT/framework.eeq. There is the application code there, which was created recently and will be improved.
BTW2: I’m still learning and this framework is more for my own use. I treat it more educationally.
https://www.opiner.me/ is an example website written in this framework. But this framework was created after it (based on it)… This framework is free (under the MIT license).
Admittedly this isn’t my area of expertise, but I am still none the wiser @eerie. All you have done is provide the same links and it does have a whiff of ‘link dropping’ to it.
This maybe a fantastic framework, but apart from a setup guide there is no documentation.
Here is a guide that might be worth looking into.
Having had a quick look at the code in your source folder I see there is no documentation for that either.
Here is an introduction guide to documenting your code.
In my opinion it is worth taking the time to do this.
Tell us What. It. Does.
No links, no vague waving at an example that isnt an example. Describe what it DOES (“Its a framework” does not describe this. That’s a meaningless word.)
Well to be honest it does say something. It is structure or foundation of code that you can build something on vs a library which a collection of tools.
I think what @eerie is showing here is nothing more than your run of the mill MVC framework they used to build a few websites. It has some of the basic things you would find… csrf token creation, injection of variables into your typical view templates and such. I wouldn’t call it a complete framework by any means but perhaps given enough time and investment it can turn into something useable.
The real question is, do we need another framework for PHP? Don’t we have enough in the world?