https://github.com/php-module/kery
A SQL query builder for php
https://github.com/php-module/kery
Last synced: 10 months ago
JSON representation
A SQL query builder for php
- Host: GitHub
- URL: https://github.com/php-module/kery
- Owner: php-module
- License: mit
- Created: 2021-07-23T08:59:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T18:26:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T09:16:48.853Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GOGUE Transpiler | Capsule
__
Transpile a capsule (.cap) file to covert it
into a pure php file for the V feature of the
application flux.
## Todos
-
### 21/06/2020 22:06
- Decode whole the do blocks in the code include the nesteds
- Decode blocks for array and php blocks {}
- Read whole the interpolations and symbols
## Flux
-
## MVP
-
```php
use Sammy\Packs;
class App extends AppComponent {
}
```