Skip to content

First release

Compare
Choose a tag to compare
@v1p3r75 v1p3r75 released this 07 Mar 14:48
· 9 commits to master since this release
683894d

Features:

  • Attribute Annotations: Define entity properties using expressive annotations, making it easy to map database columns to PHP properties.
  • Relationships: Define and work with relationships between entities using straightforward annotations.
  • Models : Provide a foundation for representing and managing data objects within the application.
  • Simplified Query Building: Construct database queries effortlessly with a simple and intuitive query builder.
  • Auto-Migration: NexaORM includes an auto-migration feature that simplifies the process of updating the database schema to match changes in entity definitions.
  • Flexible Configuration: NexaORM is designed with flexibility in mind, allowing developers to adapt the library to their specific project requirements.