Skip to content

Releases: codefyphp/codefy

v1.0.6

31 Oct 02:42
v1.0.6
Compare
Choose a tag to compare
  • feature: Set base middlewares in config/app.php
  • fix: Visibility and permissions for filesystem

v2.0.0-BETA1

31 Oct 02:48
v2.0.0-BETA1
fed0116
Compare
Choose a tag to compare
v2.0.0-BETA1 Pre-release
Pre-release
  • feature - Public properties to enhance rapid development
  • feature - Static class Codefy.php
  • feature - SMTP service provider

v1.0.5

17 Oct 14:29
v1.0.5
50f8439
Compare
Choose a tag to compare
  • Breaking change in the BaseController to fix caching issue and for injection to work correctly.

v1.0.4

17 Oct 07:34
v1.0.4
Compare
Choose a tag to compare
  • Added SessionService as a dependency to BaseController

v1.0.3

16 Oct 22:10
v1.0.3
Compare
Choose a tag to compare
  • Added cookie and session to Injector
  • Added HttpSession dependency to BaseController
  • Added SapiEmitter to dispatchRouter method.

v1.0.2

11 Oct 01:39
v1.0.2
Compare
Choose a tag to compare
  • Added Application::APP_VERSION to ConsoleApplication.php
  • Added a few shared aliases to Application.php

v1.0.1

22 Sep 17:36
Compare
Choose a tag to compare
  • Added Uuid command to generate a random Uuid string
  • Added Ulid command to generate a random Ulid string
  • Updated documentation link in the readme
  • Updated the logo in the readme

Eric Evans - v1.0.0

10 Sep 15:56
Compare
Choose a tag to compare

Welcome to the first release of the CodefyPHP Framework. The first release of the framework is dedicated to Eric Evans, the founder and thought leader of Domain Language and author of Domain-Driven Design. Codefy was developed to help ease the development for domain-driven projects. Nevertheless, you can use Codefy for non domain-driven projects as well.

Features

  • Contracts and abstractions for building domain driven projects
  • Dual template engines
  • Dual query builders with migrations
  • Native console commands
  • Native service providers
  • Robust routing
  • A powerful routing engine
  • Robust dependency injector for bootstrapping
  • Multiple PSR implementations