2017 © Pedro Peláez
 

library chullo

A PHP client for interacting with a Fedora 4 server.

image

islandora/chullo

A PHP client for interacting with a Fedora 4 server.

  • Monday, July 24, 2017
  • by ruebot
  • Repository
  • 7 Watchers
  • 4 Stars
  • 5,576 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 12 Versions
  • 13 % Grown

The README.md

Chullo Chullo

Latest Stable Version Minimum PHP Version Downloads Build Status Contribution Guidelines LICENSE codecov, (*1)

Introduction

Chullo is a PHP client for Fedora built using Guzzle and EasyRdf., (*2)

Requirements

This module requires the following modules/libraries:, (*3)

Installation

  1. git clone git@github.com:Islandora/chullo.git
  2. cd chullo
  3. php composer.phar install

You can also install with composer by pointing to your local clone. Just add these relevant bits to your composer.json:, (*4)

{
    "repositories": [
        {
            "type": "vcs",
            "url": "/path/to/chullo"
        }
    ],
    "require": {
        "islandora/chullo": "^1"
    }
}

Then just php composer.phar install as usual., (*5)

Usage

use Islandora\Chullo\Chullo;

// Instantiated with static factory
$chullo = FedoraApi::create('http://localhost:8080/fcrepo/rest');

// Create a new resource
$uri = $chullo->createResource(); // http://localhost:8080/fcrepo/rest/0b/0b/6c/68/0b0b6c68-30d8-410c-8a0e-154d0fd4ca20

// Parse resource as an EasyRdf Graph
$graph = $chullo->getGraph($uri);

// Set the resource's title
$graph->set($uri, 'dc:title', 'My Sweet Title');

// Save the graph to Fedora
$chullo->saveGraph($uri, $graph);

Documentation

Further documentation for this module is available on the Islandora 8 documentation site., (*6)

Troubleshooting/Issues

Having problems or solved a problem? Check out the Islandora google groups for a solution., (*7)

Maintainers/Sponsors

Current maintainers:, (*8)

Development

If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!, (*9)

If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributors pages on Islandora.ca for more information. islandora-playbook to get started. If you want to pull down the submodules for development, don't forget to run git submodule update --init --recursive after cloning., (*10)

License

MIT, (*11)

The Versions

24/07 2017

dev-master

9999999-dev https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

21/04 2017

0.2.0

0.2.0.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

12/04 2017

0.1.1

0.1.1.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

03/04 2017

0.1.0

0.1.0.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

01/08 2016

0.0.8

0.0.8.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

22/07 2016

0.0.7

0.0.7.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

24/06 2016

0.0.6

0.0.6.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

19/05 2016

0.0.5

0.0.5.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

29/04 2016

0.0.4

0.0.4.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

23/03 2016

0.0.3

0.0.3.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

10/02 2016

0.0.2

0.0.2.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb

07/12 2015

0.0.1

0.0.1.0 https://github.com/islandora-claw/chullo

A PHP client for interacting with a Fedora 4 server.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

by Islandora Foundation
by Nick Ruest
by Daniel Lamb