Download the PHP package finesse/wired without Composer
On this page you can find all versions of the php package finesse/wired. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download finesse/wired
More information about finesse/wired
Files in finesse/wired
Download finesse/wired
More information about finesse/wired
Files in finesse/wired
Vendor finesse
Package wired
Short Description Light standalone ORM with a query builder and no external configuration
License MIT
Homepage https://github.com/Finesse/Wired
Package wired
Short Description Light standalone ORM with a query builder and no external configuration
License MIT
Homepage https://github.com/Finesse/Wired
Please rate this library. Is it a good library?
Informations about the package wired
Wired
Wired is an ORM for PHP.
Key features:
- Simple configuration and usage. Only a database connection data (host, login, etc.) and models classes are required.
- Light itself, uses light dependencies that can be used separately (e.g. query builder, database connector).
- Not a part of a framework.
- Supports table prefixes.
- No static facades, only explicit delivery using dependency injection.
- Has a query builder with powerful features like nested queries.
- Exceptions on errors.
Supported DBMSs:
- MySQL
- SQLite
- PostrgeSQL (partially, see the issue)
If you need a new database system support please implement it there and there using pull requests.
Documentation
The documentation is available at wired-orm.readthedocs.io.
Also all the classes, methods and properties has a PHPDoc comment in the code.
Versions compatibility
The project follows the Semantic Versioning.
License
MIT. See the LICENSE file for details.
All versions of wired with dependencies
PHP Build Version
Package Version
The package finesse/wired contains the following files
Loading the files please wait ....