willow icon indicating copy to clipboard operation
willow copied to clipboard

Willow Framework for quickly creating ORM/RESTful APIs

Results 10 willow issues
Sort by recently updated
recently updated
newest added

- Willow now requires PHP 8 as it uses attributes for validation :policeman: and rule enforcement - The entire framework is now a one-way framework (meaning that building the project...

Update better describes what the action is. `POST` is used to write the data but the operation can be both an Insert and an Update.

Short answer is simplicity. See: https://dev.to/mehmehmehlol/put-vs-patch-put-vs-post-56i9

See: https://github.com/chubbyphp/chubbyphp-cors

See: https://php-di.org/doc/frameworks/slim.html Possibility of using DI for response_body attribute injection via the constructor.

Example: ```php /** * @property integer $Id * @property integer $ResidentId * @property string $Drug * @property string $Strength * @property string $Barcode * @property string $Directions * @property string...

- SearchActionBase - [ ] [Additional where clauses such as WhereBetween](https://laravel.com/docs/8.x/queries#where-clauses) - [ ] [Validate ORDER BY](https://laravel.com/docs/8.x/queries#ordering-grouping-limit-and-offset]) - [ ] Validate limit - [ ] Validate [joins](https://laravel.com/docs/8.x/queries#joins) - [ ]...

- [ ] DeleteAction - [ ] RestoreAction - [ ] SearchAction - [ ] WriteAction

In theory the following databases are supported (by Eloquent ORM): - [x] MySQL/MariaDB - [ ] MS SQL - [x] SQLite - [ ] Postgres Need some help testing these.

help wanted