mikhailkozlov / rets-laravel
Installs: 81
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/mikhailkozlov/rets-laravel
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-12-06 12:26:58 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"