blob: 300612dd62f987491afb5e50eb10515f47589ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# interesting projects
projects for brainstorming
## php ORM projects
* [riverside\php-orm](https://github.com/riverside/php-orm) seems the lightest and most promissing
* https://github.com/mareimorsy/DB
* https://propelorm.org/
* https://redbeanphp.com/index.php?p=/download
* you can find more in a [related github topic](https://github.com/topics/php-orm)
Thoughts:
create a DatabaseModel class (??) based on the riverside\php-orm then use it in anom framerok
## php micro-framework
* [riverside\php-express](https://github.com/riverside/php-express) seems quite interesting
|