2017 © Pedro Peláez
 

library spider

Simple and flexible graph database abstraction.

image

spider/spider

Simple and flexible graph database abstraction.

  • Tuesday, July 31, 2018
  • by chrismichaels84
  • Repository
  • 8 Watchers
  • 25 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 22 Open issues
  • 11 Versions
  • 13 % Grown

The README.md

Spider Graphs

This project and organization are abandond. If you want to take this over or want github username, open an issue.

Managed with ZenHub! Join the chat at https://gitter.im/spider/spider Latest Version Software License Build Status Coverage Status Scrutinizer Code Quality Total Downloads, (*1)

SensioLabsInsight, (*2)

A simple, flexible, and beautiful graph-data abstraction for php., (*3)

Why "Spider?" Because spiders crawl over webs, and webs look like graphs. Walk your data., (*4)

This readme is very limited. See the full documentation for a guidebook., (*5)

Current Version

Spider is still under active development. All releases are well-tested and stable, though maybe not ready for production yet. The current version is v0.3.0 - which includes a basic command builder, connections, and drivers. For a roadmap see the full documentation. Please use spider anywhere you can and open issues around bugs or edge cases., (*6)

Goals

  • Framework agnostic, community-driven with best practices.
  • Made specifically for highly-relational data.
  • An easy transition from SQL or Mongo.
  • Simple, fluent, and consistent API.
  • Simple drivers to connect to specific graph databases or other datastores.
  • Extensible and configurable.

Current Features

Upcoming Features

  • Fluent traversals through the query and command builder.
  • Database agnostic Schema Builder.
  • Simple yet powerful Models and Object Graph Mappers
  • Graph data utilities (algorithms, etc.).
  • SSL support, data-binding, filters, validation, caching, logging, and more.
  • Extensible so you can use your own loggers, cachers, etc.

Setup and Basic Usage

Install via Composer ``` bash $ composer require spider/spider, (*7)


The `master` branch contains stable code, though not necessarily ready for production. The `develop` branch is a step ahead and may me unstable right now. The simplest thing to do from there is use the query builder ```php $connection = new Connection([ 'driver' => 'neo4j' 'hostname' => 'localhost' 'port' => 7474, 'username' => 'root', 'password' => 'root' ]); $query = new Spider\Commands\Query($connection); $characters = $query ->select('name, position, catch_phrase') ->from('characters') ->where('show', 'Firefly') ->orderBy('name') ->all(); foreach ($characters as $character) { $character->name; // Wash $character->position; // Pilot $character->catch_phrase; // "I am a leaf on the wind." }

Of course, there's a lot more you can do. Check out the full documentation., (*8)

Inspired By

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details., (*9)

Security

If you discover any security related issues, please email spiderogm@gmail.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

31/07 2018

dev-master

9999999-dev https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

06/06 2016

dev-develop

dev-develop https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

06/06 2016

dev-spider-api-and-integrations

dev-spider-api-and-integrations https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

06/06 2016

dev-multiple-operations

dev-multiple-operations https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

06/06 2016

dev-docker-gremlin

dev-docker-gremlin https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

08/10 2015

v0.3.2

0.3.2.0 https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

01/09 2015

v0.3.1

0.3.1.0 https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

23/08 2015

v0.3.0

0.3.0.0 https://github.com/spider/spider

Simple and flexible graph database abstraction.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database neo4j graphs orientdb gremlin ogm tinkerpop

09/07 2015

v0.2.1

0.2.1.0 https://github.com/chrismichaels84/spider-graph

Simple, flexible graph database abstraction. IN DEVELOPMENT.

  Sources   Download

MIT

The Requires

 

The Development Requires

database graphs tinkerpop

28/06 2015

v0.2.0

0.2.0.0 https://github.com/chrismichaels84/spider-graph

Simple, flexible graph database abstraction. IN DEVELOPMENT.

  Sources   Download

MIT

The Requires

 

The Development Requires

database graphs tinkerpop

28/04 2015

v0.1.0

0.1.0.0 https://github.com/chrismichaels84/spider-graph

Simple, flexible graph database abstraction. IN DEVELOPMENT.

  Sources   Download

MIT

The Requires

 

The Development Requires

database graphs tinkerpop