A. API Features
1. Introduction
So. I'm too lazy to learn new things. That is the main motive behind this.
I also tried to create many things with Wordpress, Laravel, Python, Go, React, Angular, ASP.Net...
I created Wordpress themes, Wordpress plugins, I even applied for a job at Wordpress...
They all have terrible caveats that people tend to accept and walk around it, and when asked say it's OK.
Most people tend to defend tools that help them and not look to improve them, or search for an alternative.
And almost none, go the lengths to CREATE AN ALTERNATIVE, they don't want to make a fool out of themselves. Well, I don't care.
- Genes.PHP is Vanilla PHP, created from scratch.
- (Only exception is PHPMailer, you can't beat that. It's crazy. It's like voodoo magic. You have to use it.)
- There are downloads, as PHP is a backend language, but no compiles, no command prompts.
- It is pure PHP without any additional libraries or frameworks.
- I hate CLI and Command Prompts, I don't know why people decided they are cool, and make you feel like a hacker. They are just plain laziness and a lack of proper UI. I started coding with a PC-XT and DOS 3.1. I'm also a Linux SysAdmin, and I can use command prompt well. But, when people had the first chance to create a UI, they did! It's like creating fire with rubbing two sticks together, instead of a lighter, or just using electricity and a lamp. Primeval.
- Extremely fast render time, load time, as it is a must.
- Almost everything is a CRUD application if you simplify it. But when you over simplify it you also tend to find unnatural workarounds. That's not cool.
- So Genes was built with flexibility in mind. It is not just a blog that you're forcing to act as a sales website.
- It is a basic core starting point, as a gene is, that allows you to genetically modify it, and clone it, to act as you would like it to act.
- Current frameworks can be bloated and slow, with steep learning curves and complex syntax.
- Genes.PHP offers a lightweight and straightforward alternative for developers looking for simplicity and speed.
You want to use single DB for all clones?
You want to use multiple DBs for single clone?
You want very simple internationalization?
You want a landing page, a blog, an api backend, a community platform?
You want page-speed, quick render and stablity?
You easy themes, easy mods and plugins?
You to just upload your files and run?
All of these do not have to be impossible to find!
Please check the submenu items on the left.