diff --git a/README.md b/README.md index 42d768de..24189e66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](.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) @@ -8,19 +8,17 @@ ![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`