Releases: a19836/php-spring-lib
Releases · a19836/php-spring-lib
PHP Spring Lib - v1
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.