cnastasi/hd2f

Hack Domain Driven Framework.

Maintainers

Details

github.com/cnastasi/HD2F

Source

Issues

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Hack

dev-master 2015-10-14 16:07 UTC

This package is auto-updated.

Last update: 2024-04-18 00:58:11 UTC


README

Build Status

HD2F

Hack Domain Driven Framework

Experimental Framework written in Hacklang and DDD (Domain Driven Design) approach.

I'm still studying DDD and Hack, so please help me and give me your contribute if I did something wrong.

As long there's no stable framework written full in hack and that there are a lot of other great php frameworks that works good on HHVM (like Laravel and Symfony), I do not want to rewrite a new one from the scratch and reinventing the wheel.

This why this can be called a "meta framework", a generic and abstract framework written in hack that can be extended using a php full working framework.

Every modern framework have a router, a dependency injection container, some "controller", a serializator. This is basically a standard flow for a rest api.

This framework abstract this flow and allow then to write a full hack code without reimplements a new framework.

Installation

composer require cnastasi/hd2f:dev-master

Usage

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license