Skip to content

PHP Spring Lib - v1

Latest

Choose a tag to compare

@a19836 a19836 released this 11 Dec 09:22
· 5 commits to main since this release

PHP Spring Lib is a library that brings core concepts of the Java Spring ecosystem into PHP, using XML-based bean configuration.
It includes ODI (Object Dependency Injection), iBatis-style SQL mapping, and Hibernate-inspired ORM, all configured through XML files.
With this XML-style library, you can create your own XML bean definitions that map directly to PHP classes and other things.

The goal of this library is to provide a PHP architecture similar to Java Spring, enriched with Beans-style ODI, iBatis-style query mappings and Hibernate-like ORM behavior, enabling PHP developers to create decoupled, modular, and scalable applications.