h4kuna / larastrict

We aim to make set of futures to allow easier dev life without loosing type safe and testable code in Laravel ecosystem.

Home Page:https://larastrict.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.

img php laravel coverage CI

Current version is under development. Project will be moved to larastrict organization

composer require wrkflow/larastrict

Want more tools or want to help? Check wrk-flow.com or CONTRIBUTE (I need help with the documentation, new features, tests).

Main mission

  • 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
  • Move business logic to Actions or Services
  • Setup Laravel for great docker experience.

About

We aim to make set of futures to allow easier dev life without loosing type safe and testable code in Laravel ecosystem.

https://larastrict.com

License:MIT License


Languages

Language:PHP 100.0%Language:Blade 0.0%