ionzile/ions

The Ion Framework.

4.0.0 2025-03-29 02:09 UTC

README

Latest Stable Version License Total Downloads

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