Scoop framework and orm for php 7+ and apache 2.4+

v0.5.1 2016-05-05 17:57 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:20:21 UTC


README

Build Status Coverage Status

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

Wiki