Artisan SDK
Pinned repositories
Repositories
-
ratelimiter
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
-
bench
A set of testing and package development tools for the developer work bench.
-
event
Utilities for wrapping and dispatching framework events as domain events.
-
contract
Contracts (interfaces) for framework extensions included in Artisan SDK.
-
cqrs
A foundational package for Command Query Responsibility Segregation (CQRS) compatible with Laravel.
-
blueprint
A renderer for API Blueprints compatible with Laravel.
-
skeleton
The starting skeleton for an Artisan SDK package.
-
support
Supporting functions, classes, helpers and code for other Artisan SDK packages.
-
laravel
The starting boilerplate for a Laravel application built with Artisan SDK packages.
-
srp
A client and server-side implementation in PHP of the Secure Remote Password (SRP-6a) protocol.
-
machine
A collection of machine learning algorithms to predict and classify.
-
value
A collection of value objects that are useful for building more complex domain models.
-
controller
An extension of the framework HTTP layer that includes CQRS and API calling within UI controllers.
-
api
An extension of the framework HTTP layer that includes CQRS support within API controllers.
-
console
An extension of the framework console commands including CQRS support.
-
command
An object-oriented approach to organizing, building, and executing domain logic as commands.
-
query
An object-oriented approach to organizing, building, and executing data queries for the domain.
-
model
A collection of useful traits for models that are compatible with the Eloquent ORM.
-
server
A service-based, Laravel PHP implementation of an async, realtime, WebSocket server.
-
generic
A PHP-based implementation of generics (templated classes) to aid with stricter type consistency.