Craft is an architecture,
a software design philosophy,
a bundle which cuts away all the complexity and let's you focus on your API development.
If you like Simplicity, Standardization, Separation of concerns,
Decoupling, Black Box Abstraction
then you are in the right place.
Compared to other architectures and common development practices, Craft's priority is to avoid framework coupling,
encourage modularity and to achieve Conceptual Compression of the elements required to ship a professional API.
Current status is Beta/ish; work still needs to be done in the following spots:
- documentation
- code generators
composer require atompulse/craft
Paseto based authentication with robust system for authorization.
HTTP request/response standardization for modern API development
Data structure definitions and pragmatic data handling utilities
Standardized service oriented messaging components
Everything packed in a nice Symfony Bundle, ready to be configured and used to eliminate common boiler plate associated with bootstraping new projects.