mikhailkozlov / rets-laravel
There is no license information available for the latest version (dev-master) of this package.
dev-master
2016-08-24 21:50 UTC
Requires
- php: >=5.4.0
- guzzle/guzzle: >=3.7.0,<=3.9.9
- illuminate/support: 4.2.*
- jenssegers/mongodb: 2.0.5
This package is not auto-updated.
Last update: 2023-05-24 10:08:08 UTC
README
Laravel obstruction for flexmls and other RETS compatible MLS systems
Feature (aka The Plan)
- Cache API structure for easy re-use
- Generate schema based on API response
- Provide tool for initial download
- Provide tool for keeping data up to date
- Provide tool for easy purging
- Build basic model for searching and filtering
Components
- Connection
- Repo/Interface
- Schema Generator
- Helper schema for API information
- Commands ** rets:install ** rets:setup ** rets:update
php artisan config:publish package="mikhailkozlov/rets-laravel"