Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Apr 16, 2023
1 parent ab2584a commit 5b3d5bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Gacela Router

A minimalistic HTTP router ideal for your proof-of-concept projects.

A minimalistic HTTP router, ideal for your proof-of-concept projects and decoupled controllers.

<p align="center">
<a href="https://github.com/c/actions">
Expand All @@ -21,15 +20,21 @@ A minimalistic HTTP router ideal for your proof-of-concept projects.
</a>
</p>

## Why?
### Why?

There are many other routers out there. Eg: using Symfony Framework, Laravel, etc... however, these are really rich in features which means they add a lot of accidental complexity and dependencies to your vendor, that you might want to avoid. At least for your proof-of-concept project.

Gacela Router doesn't aim to be the best router that can do everything, but a light router to have the bare minimum code, ideal for your simple ideas to emerge.

For a POC, we value simplicity over a rich-feature library.

## Example
### Installation

```bash
composer require gacela-project/router
```

### Example

Start the example local server:
```bash
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "gacela-project/router",
"type": "library",
"license": "MIT",
"require": {
"php": ">=8.0.2",
"gacela-project/resolver": "^0.1"
Expand Down

0 comments on commit 5b3d5bd

Please sign in to comment.