YorCreative Profile Banner
YorCreative Profile
YorCreative

@YorCreative

Followers
10
Following
152
Media
25
Statuses
156

YorCreative focuses on package development for the #laravel community.

United States
Joined August 2022
Don't wanna be here? Send us removal request.
@YorCreative
YorCreative
3 months
🚨 RELEASE ALERT! 🚨. DataValidation v1.0.0 is LIVE! 🎉 . Blazing-fast PHP validation for enterprise-grade apps. Up to 61.8x faster than the Illuminate validation library! . No dependencies, wildcard support, and a clean API. Let’s dive into the goodness! 👇 #PHP #DataValidation.
1
0
0
@YorCreative
YorCreative
3 months
📊 Benchmarks (5K items, PHP 8.4, M1):. Valid Data: 1.5 s vs 7.7 s (Illuminate) – 5.2x faster!. Invalid Data: 1.5 s vs 92.8 s (Illuminate) – 61.8x faster!. Memory: 10MB vs 25.5MB (Illuminate). Scales to 100K items in ~9min! 🏎️ #PHP #Performance.
1
0
0
@YorCreative
YorCreative
3 months
🔥 Features:. ✅ Wildcard validation for nested data. ✅ Custom rules via closures/classes. ✅ Stop-on-first-error for low latency. ✅ 30+ rules: required, email, uuid, regex, etc. ✅ PSR-12 compliant, zero dependencies. Ready to level up? 🚀 #PHP #Validation #DevTools.
1
0
0
@YorCreative
YorCreative
3 months
💡 Why choose DataValidation? . ⚡ Validates 5K items in 1.5s (vs Illuminate's 7.7s for valid data, 92.8s for invalid!). 🤏 Uses just 10MB memory vs 25.5MB for 5k items. 🤪 Handles nested arrays with wildcards like users.*.email. Built for scale! 💪 #PHP #Performance.
1
0
0
@YorCreative
YorCreative
4 months
🥳 v1.1.0 Change Log:. - Adds Dependency Injection support to ArgonautAssembler.- Adds fromClassName to ArgonautAssembler.- Adds technical documentation to ArgonautDTO and ArgonautAssembler. Full change log 👇.
Tweet card summary image
github.com
What's Changed 🚀 New Assembler Features (DI and from) and Documentation by @yordadev in #2 New Contributors @yordadev made their first contribution in #2 Full Changelog: v1.0.0...v1.1.0
0
0
0
@YorCreative
YorCreative
4 months
The Argonaut package is a lightweight Data Transfer Object (DTO) library supporting nested casting, recursive serialization, and built-in validation. Ideal for service layers, APIs, and clean architecture workflows. 💪🎨.
1
0
0
@YorCreative
YorCreative
4 months
🌟 Heartfelt gratitude to every Laravel-Scrubber user out there! 🎉 Your incredible feedback and the tireless work of our open-source contributors have powered this journey. Thrilled to celebrate 30k installs, a true milestone! 🏆 Cheers to pushing forward! 🚀#Laravel #ThankYou.
0
0
0
@YorCreative
YorCreative
4 months
🥳 V3.3.0 Change Log:. * Add pattern exclusion support for wildcard regex loading. * General package maintenance to Dockerfile and PHPunit tests. You can see the full change log here 👇.
Tweet card summary image
github.com
What's Changed Add pattern exclusion support for wildcard regex loading by @yordadev in #58 General package maintenance to Dockerfile and PHPunit tests. Full Changelog: v3.2.0...v3.3.0
0
0
0
@YorCreative
YorCreative
4 months
Laravel-Scrubber is a php package that helps protect sensitive information by scrubbing it from logs and applications, preventing accidental leaks. The latest release, version 3.3.0, brings updates to excluding regex collections when using the wild card regex loader.
1
0
0
@YorCreative
YorCreative
4 months
🚨 Release Alert 🚨. Released v3.3.0 of #laravel scrubber 🫧🧼🧹. See 🧵🪡 for details 👇.
1
0
0
@YorCreative
YorCreative
4 months
🖖 Try It for Clarity. If you’re skeptical, spin up a small Laravel project and try Argonaut for an API endpoint with nested data. Compare it to using Eloquent or arrays. You’ll likely notice cleaner code, fewer bugs, and reusable DTOs. Check it out: .
Tweet card summary image
github.com
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and cl...
0
0
0
@YorCreative
YorCreative
4 months
🧠 Why It’s Not Redundant. Laravel lacks a native DTO system. Argonaut DTO adds:. 🎯 Type-safe, validated DTOs for any context. 🎯 Deeply nested casting and serialization for complex data. 🎯 Assemblers for clean transformations. complements Laravel’s tools, adding precision.
1
0
0
@YorCreative
YorCreative
4 months
👉 Is It Overkill?. For simple apps, Laravel’s tools (Form Requests, Eloquent) suffice. Argonaut DTOs adds complexity but shines in complex APIs or microservices, with type safety and reusability that save time and bugs. 🥳.
1
0
0
@YorCreative
YorCreative
4 months
👉 Why Argonaut Saves APIs. E.g, an API with users and orders risks Eloquent’s query overhead, even with hidden fields, or arrays skipping validation. Argonaut’s DTOs deliver type-safe, validated, serialized data, streamlining complex APIs vs. Laravel’s fixes.
1
0
0
@YorCreative
YorCreative
4 months
👉 When Laravel Falls Short. Complex APIs with nested data (e.g., users, orders) trip up Eloquent (DB leaks), arrays (no validation), and Form Requests (HTTP-only). Argonaut’s DTOs unify casting, validation, and serialization for clean, safe data handling.
1
0
0
@YorCreative
YorCreative
4 months
👉 Clean Architecture. Laravel’s flexibility can lead to messy code (e.g., fat controllers). Argonaut DTO promotes clean architecture by isolating data transfer logic in DTOs and assemblers. This keeps controllers thin, services focused, and data consistent across layers.
1
0
0
@YorCreative
YorCreative
4 months
👉 Serialization for APIs. Laravel’s toArray() or API Resources struggle with nested data. Argonaut’s recursive serialization handles nested DTOs (e.g., UserDTO with AddressDTO) cleanly for JSON APIs, unlike Laravel’s verbose defaults.
1
0
0
@YorCreative
YorCreative
4 months
👉 Why Not Just Use Arrays?. Arrays in Laravel lack type safety and validation, risking errors like typos. Argonaut DTOs enforce structure, validate data, and offer IDE autocompletion, cutting bugs and boosting clarity over raw arrays.
1
0
0