Download the PHP package soluble/normalist without Composer
On this page you can find all versions of the php package soluble/normalist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soluble/normalist
More information about soluble/normalist
Files in soluble/normalist
Package normalist
Short Description Normalist ORM
License MIT
Homepage https://github.com/belgattitude/soluble-normalist
Informations about the package normalist
Soluble/Normalist
Introduction
Normalist is an opensource zero configuration ORM for PHP 5.3+.
Normalist has been designed to provide an alternative to standard ORM's by allowing models to be dynamically guessed from your database structure, which make them usable without previous definition. Its beautiful API is inspired by Doctrine, Laravel Eloquent and Zend Framework 2, offers simple and intuitive methods to play with your database.
Features
- Automatic models and synthetic tables
- Elegant and intuitive API
- Secure, automatic protection against SQL injections
- Comprehensive error reporting
- Modernize your existing code
- Easily integrable into every new or existing PHP project
- Support custom table prefix
- Well documented
- Stable 100% unit tested, PSR-2 compliant
- PHP 5.3+ namespaced
- MIT licensed
Requirements
Normalist is written in PHP 5.3 and currently supports MySQL/MariaDb 5.1+ (PDO_Mysql or MySQLi extensions).
Installation
Soluble\Normalist can be installed via composer. For composer documentation, please refer to getcomposer.org.
The recommended way to install Normalist is through Composer <https://getcomposer.org/>
_.
Just add soluble/normalist in your composer.json file as described below
Documentation
Documentation is hosted on Read the docs
Contributing
All versions of normalist with dependencies
soluble/db Version self.version
ramsey/array_column Version ~1.1
zendframework/zend-config Version 2.*