ionzile / ions
The Ion Framework.
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- ext-intl: *
- ext-openssl: *
- ext-pdo: *
- creitive/breadcrumbs: ^3.3.2
- edwinhoksberg/php-fcm: ^1.2
- gabordemooij/redbean: dev-master
- ionzile/core: ^2.0.0
- ionzile/super: ^1.2
- ramsey/uuid: ^4.7.6
- sendgrid/sendgrid: ^8.1.11
- smarty/smarty: ^4.5.5
- symfony/uid: ^6.4.13
- twig/extra-bundle: ^3.20.0
- twig/intl-extra: ^3.20.0
- twig/twig: ^3.20.0
- verot/class.upload.php: ^2.x-dev
Requires (Dev)
- fakerphp/faker: ^1.24.1
- filp/whoops: ^2.18.0
- pestphp/pest: ^v1.23.1
- roave/security-advisories: dev-latest
- spatie/ignition: ^1.15.1
README
Ions 3 is a lightweight and clean PHP framework designed for rapid development of modern web applications. Built with simplicity and power in mind, Ions leverages the flexibility of Composer to provide a streamlined and efficient development experience.
Create clean, simple, and powerful applications with Ions.
Introduction
Ions aims to provide developers with a solid foundation for building web projects without unnecessary bloat. It focuses on core functionalities and best practices, allowing you to structure your applications logically and efficiently. Key features include:
- Lightweight and Fast: Minimal overhead for optimal performance.
- Clean and Intuitive Syntax: Easy to learn and use.
- Composer-Powered: Leverages the power of Composer for dependency management and autoloading.
- Custom Features: Includes unique tools and components developed by the Ions team to enhance your workflow.
- Modular Design: Encourages a well-organized and maintainable codebase.
Key Features
- Elegant Routing System: Define your application's routes with a clean and expressive syntax using closures or dedicated controller classes. Enjoy features like route parameters and named routes.
- Dependency Injection Container: Ions features a simple yet powerful dependency injection container, allowing for easy management of class dependencies and promoting testable code.
- Eloquent-Style ORM (if applicable): Interact with your database using an intuitive and expressive object-relational mapper, making database operations a breeze. Supports relationships, eager loading, and more.
- Twig-like Templating Engine (if applicable): Create dynamic views using a familiar and powerful templating syntax with features like layouts, components, and control structures.
- Ions Console Commands: Utilize the built-in command-line interface to perform common tasks such as generating boilerplate code, running migrations, and clearing cache.
Installation
Install your new Ions project using Composer:
composer create-project ionzile/ions my-project
cd my-project