All Projects → shabbyrobe → amiss

shabbyrobe / amiss

Licence: MIT license
PHP Data Mapper and Active Record implementation for MySQL and SQLite

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Amiss - Stupid, Simple, Fast!

Amiss is a Data Mapper and Active Record implementation for MySQL and PHP 5.6 or greater.

Amiss does not try to be a fully-fledged ORM that cooks you breakfast, walks the dog and gives your schema its daily back massage, it only tries to take the monotony and repetition out of retrieving simple objects and simple relationships from a database that already exists.

Its not the fanciest ORM on the block, but its brutal simplicity may make it a better candidate for your next throwaway project or prototype than PHP's premier ORM behemoth Doctrine, the dated interface of Propel, or the tight coupling of your favourite framework's own model layer.

It is unapologetic about being stupid, simple and fast.

Documentation

See the doc/ folder for more info, or the example/ folder for some quickstarts. Visit http://k3jw.com/code/amiss/ for HTML docs and PDF downloads.

License

Amiss is licensed under the MIT License. See LICENSE for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].