New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

eloquentjs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eloquentjs

Brings the ORM from Laravel (Eloquent) to the browser

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

EloquentJs client library

API docs Build Status Coverage Status

EloquentJs is a javascript implementation of the Eloquent ORM from Laravel. This repo holds the source for the client-side component which provides the familiar Eloquent API in the browser. For more about EloquentJs, check out parsnick.github.io/eloquentjs.

Relation to other packages

The parsnick/eloquentjs package for Laravel, available via Composer, includes a pre-built copy of this library. If you just want to use EloquentJs, head over to the eloquentjs repo and follow the Quickstart guide.

If you want to contribute, view the source, or customise the build, carry on.

Documentation

API documentation exists at doc.esdoc.org.

User-friendly documentation for usage of this library exists at parsnick.github.io/eloquentjs/client.

Changelog

2.0

  • replaced browserify with rollup for ES6 module consumers
  • simplified Connection interface

Contributing

As a new project, no formal contribution guide exists but feel free to open issues and pull requests. For anything related to the companion PHP package, please use parsnick/eloquentjs.

License

MIT

Keywords

laravel

FAQs

Package last updated on 18 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts