Skip to content

Commit

Permalink
docs: Quick tweak of a README about the state of package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Dec 11, 2023
1 parent 0a06287 commit d7912fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
![](.github/banner.png)

> We aim to make set of futures to allow **easier dev life** without loosing **type safe and testable code.** in Laravel ecosystem.
> Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.
![img](https://img.shields.io/badge/PHPStan-8-blue)
![php](https://img.shields.io/badge/PHP-8.1-B0B3D6)
![laravel](https://img.shields.io/badge/Laravel-9-fb503b)
![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/pionl/8eeaf1185a65b196e8bbb06c1b103154/raw/coverage.json)
[![CI](https://github.com/wrk-flow/larastrict/actions/workflows/release.yml/badge.svg)](https://github.com/wrk-flow/larastrict/actions/workflows/release.yml)

__Current version is under development.__
__Current version is under development. Project will be moved to larastrict organization__

```bash
composer require wrkflow/larastrict
```

I've created this project as part of my mission to create `work flow` tools / libraries to make my (and yours) **dev life easier and more enjoyable**.

Want more tools or want to help? Check [wrk-flow.com](https://wrk-flow.com) or [CONTRIBUTE](CONTRIBUTION.md) (I need help with the documentation, new features, tests).

## Main mission

- Follows Domain Driven Development
- Takes the good stuff from Domain Driven Development
- Make the code more testable via Unit tests (for faster tests)
- Make database queries reusable and testable -> `Queries`
- Make caching more reusable and testable -> `CacheMeService`
Expand Down

0 comments on commit d7912fb

Please sign in to comment.