Laravel-Parse

_images/laravel-parse.png

Laravel-Parse provides an Eloquent way to use the Parse-SDK within your Laravel application. It takes the yawn out of writing queries, by using the good old Eloquent and Collection features. Couple your application with Parse and enjoy all the goodies, like the authentication service and many more ready to use straight out of box.

Features

  • Instant use of the Parse-SDK without initializing;
  • Use Eloquent features, in order to interact with your Parse driver;
  • Use Laravel’s relationship in combination with your Parse driver;
  • Use Laravel’s authentication service using username and password verification;
  • Communicate between Laravel’s and Parse’s session storage;
  • Artisan command to create new ObjectModels (Parse classes).