atompulse / craft
Atompulse Craft
Requires
- php: ^7.2
- ext-intl: *
- ext-json: *
- paragonie/paseto: ^1.0
- symfony/config: 4.4.*
- symfony/dependency-injection: 4.4.*
- symfony/expression-language: 4.4.*
- symfony/http-foundation: 4.4.*
- symfony/routing: 4.4.*
- symfony/security: ^4.4
- symfony/validator: 4.4.*
- symfony/yaml: 4.4.*
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 05:47:40 UTC
README
Revolutionary API development on Symfony
What is Craft
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.
Is this for me
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.
What's the status
Current status is Beta/ish; work still needs to be done in the following spots:
- documentation
- code generators
Installation
composer require atompulse/craft
Main Components && Concerns
Security
Paseto based authentication with robust system for authorization.
Http
HTTP request/response standardization for modern API development
Data
Data structure definitions and pragmatic data handling utilities
Messaging
Standardized service oriented messaging components
CraftBundle
Everything packed in a nice Symfony Bundle, ready to be configured and used to eliminate common boiler plate associated with bootstraping new projects.