* Added basic http facade
* Updated build rules
This commit is contained in:
2022-01-06 17:20:40 +01:00
parent 63aae2a504
commit 7c4ca953f6
4 changed files with 31 additions and 7 deletions
+4 -1
View File
@@ -11,5 +11,8 @@
- Rewritten script runner with proper variable substitution.
- Added utility libraries for HTTP requests (Guzzle), templating (Twig) and dotenv
support (symfony/dotenv, activates with environment).
- PHP REPL; execute PHP code interactively.
- Development mode; script the startup and shutdown of your projects development
environment, and have it start and stop with the dedicated project shell.
- Plugins in beta: com.noccy.pdo, com.noccy.pdo.shell, com.noccy.watcher.
- Plugins in alpha: com.noccy.apiclient.
- Plugins in alpha: com.noccy.apiclient, com.noccy.todo.