cdyweb / php-active-resource
port of RoR ActiveResource library to php 5.5
Installs: 173
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/cdyweb/php-active-resource
Requires
- php: >=5.3
- cdyweb/http-adapter: >=0.2.1
Requires (Dev)
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2025-10-25 23:48:00 UTC
README
Active Resource connects business objects and Representational State Transfer (REST) web services. It implements object-relational mapping for REST web services to provide transparent proxying capabilities between a client (ActiveResource) and a RESTful service.
Contributors
- everzet (lead): http://github.com/everzet
- Erwin Kooi : http://github.com/CDyWeb
ARes is maintained by Ruby on Rails community http://github.com/rails/rails/tree/master/activeresource/