Download the PHP package torchline/frest without Composer
On this page you can find all versions of the php package torchline/frest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package frest
Introduction
This framework automatically fits a facade layer around your SQL tables and provides very configurable and powerful API endpoints. Just specify the desired behavior in a json file for each resource and you're ready to go.
Define what is possible to be read back, what is read back by default, how it will look, etc.
Features
- URL routing for resources
- CRUD operations
- unlimited related resource nesting in a single request
- functions on resources for custom behavior
- type checking
- pagination
- conditional searching (>, <, LIKE, etc.)
Installation
Require this package with composer:
composer require torchline/frest
Querying
Function names: gt, gte, lt, lte, in, like
Partial objects:
Miscellaneous:
All versions of frest with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package torchline/frest contains the following files
Loading the files please wait ....