Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowhand/latitude
A SQL query builder with zero dependencies
https://github.com/shadowhand/latitude
php php7 query-builder sql
Last synced: 3 days ago
JSON representation
A SQL query builder with zero dependencies
- Host: GitHub
- URL: https://github.com/shadowhand/latitude
- Owner: shadowhand
- License: mit
- Created: 2017-01-24T20:24:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T21:21:06.000Z (5 months ago)
- Last Synced: 2025-01-04T02:16:05.464Z (8 days ago)
- Topics: php, php7, query-builder, sql
- Language: PHP
- Homepage: https://latitude.shadowhand.com/
- Size: 414 KB
- Stars: 623
- Watchers: 23
- Forks: 52
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- php-awesome - Latitude - SQL 语句构建工具 (类库 / 数据库)
README
Latitude Query Builder
======================[![Become a Supporter](https://img.shields.io/badge/patreon-sponsor%20me-e6461a.svg)](https://www.patreon.com/shadowhand)
[![Latest Stable Version](https://img.shields.io/packagist/v/latitude/latitude.svg)](https://packagist.org/packages/latitude/latitude)
[![License](https://img.shields.io/packagist/l/latitude/latitude.svg)](https://github.com/shadowhand/latitude/blob/master/LICENSE)
[![Build Status](https://img.shields.io/github/workflow/status/shadowhand/latitude/tests)](https://github.com/shadowhand/latitude)A SQL query builder with zero dependencies. Attempts to be [PSR-1](http://www.php-fig.org/psr/psr-1/),
[PSR-2](http://www.php-fig.org/psr/psr-2/), and [PSR-4](http://www.php-fig.org/psr/psr-4/) compliant.## Install
```
composer require latitude/latitude
```## Documentation
The latest stable documentation is [available online](https://latitude.shadowhand.com/)
and can be found in the [docs/](docs/) directory.## License
Latitude is licensed under [MIT](LICENSE.md) and can be used for any personal or
commercial project. If you really like it, feel free to buy me a beer sometime!