justin-robinson / scoop
Scoop framework and orm for php 7+ and apache 2.4+
v0.5.1
2016-05-05 17:57 UTC
Requires
- php: >=7.0.0
- filp/whoops: 2.*
- justin-robinson/lrucache: dev-master
- kevinlebrun/colors.php: 0.4.1
This package is not auto-updated.
Last update: 2025-01-04 20:04:17 UTC
README
Scoop
Multi site php 7 framework and orm for mysql
Note: still a work in progress and only for php7. There is a php56 branch for php 5.6.
Features
- Built for speed and efficiency
- Mysqli based and caches prepared statements
- All classes are autoloaded based on the full namespace, so no messy autoload config files
- Only two classes per table, one for core functionality and another for you to add to
- Properly documented for all that modern ide helper magic
- One installation can manage and segregate multiple code bases and db connections
- All configs are in php ( configs/db.php is the only one you'll need to touch )
- DB file generation just works ( bin/scoop --action generate_db_model )
- You can override any class or config option on a global or per site basis