Skip to content

Commit

Permalink
Add @Release 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ut4 committed Nov 14, 2021
1 parent 3fb278b commit 62b3f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Pike logo](https://ut4.github.io/img/pike-logo.png)

Minimalistic but not entirely useless php application framework. Does not self-roll everything, but uses existing, high-quality (and bloat-free) libraries for heavy lifting. Relatively low-level, extremely lightweight.
Low-level toolkit for depeloping fast and testable php applications. A mixture of php's own APIs (pdo, sessions), existing libraries (routing, di), and self-rolled stuff (auth, data validation).

# Dependencies

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ut4/pike",
"description": "A minimalistic application framework.",
"description": "A low-level application toolkit.",
"type": "library",
"license": "Apache-2.0",
"require": {
Expand Down

0 comments on commit 62b3f9c

Please sign in to comment.