Download the PHP package skywalker-labs/toolkit without Composer
On this page you can find all versions of the php package skywalker-labs/toolkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download skywalker-labs/toolkit
More information about skywalker-labs/toolkit
Files in skywalker-labs/toolkit
Package toolkit
Short Description A comprehensive toolkit for Laravel package and application development.
License MIT
Homepage https://github.com/skywalker-labs/toolkit
Informations about the package toolkit
🌐 Broad System Compatibility
The Toolkit is engineered to be a drop-in foundation that just works. No strict type conflicts, no version lock-ins.
- PHP Support:
^7.0 | ^8.0 | ^9.0 - Laravel Support:
^6.20.45 | ^7.x | ^8.x | ^9.x | ^10.x | ^11.x | ^12.x
🏗️ The Core Pillars
1. Robust Foundation Classes
Design complex systems with a consistent base. Use Action, Dto, and Service to enforce clean boundaries.
2. Prefixed Architecture (PrefixedModel)
Prevent database collision in multi-package environments. The PrefixedModel allows you to isolate table names dynamically.
3. Advanced I/O & Profiling (Command)
Console commands designed for production. Integrated framing and structured output for professional DX.
4. Zero-Friction Filesystem & Validation Helpers
Standardized access to core Laravel features with enhanced utility via global helpers and injectables.
5. Enterprise Security Foundation
The Aether Security Suite provides the bedrock for all Skywalker security packages. It includes a universal Zero-Trust engine and strictly typed validation protocols.
🛠️ Developmental Standards
Skywalker Toolkit is built with the highest engineering standards:
- Broad Typing: Purposely stripped of strict typing (
declare(strict_types=1)) to ensure native compilation in PHP 7.0 environments. - Static Analysis: Verified by PHPStan.
- Automated CI: GitHub Actions integration.
- Deep Testing: Powered by a modernized PHPUnit suite guaranteeing 100% operational success across architectures.
🩺 Integrated Package Map & HealthCheck
Monitor your entire vault of Skywalker packages with a single call.
📄 Documentation Suite
- Changelog - Stay updated with the latest releases.
- Contributing - Guidelines for elite contributions.
- Security - Reporting vulnerabilities correctly.
- License - MIT Open Source License.
- Maintainers - The team behind the foundation.
- Code of Conduct - Our community standards.
Created & Maintained by Skywalker-Labs. The foundation for excellence.
All versions of toolkit with dependencies
illuminate/cache Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
illuminate/console Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
illuminate/contracts Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
illuminate/database Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
illuminate/filesystem Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
illuminate/support Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
illuminate/validation Version ^6.20.45|^7.30.7|^8.83.28|^9.52.17|^10.48.29|^11.44.1|^12.1.1
symfony/console Version ^3.0|^4.0|^5.0|^6.0|^7.0