Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-EasyRdf | Distribution: Unknown |
Version: 0.9.0 | Vendor: Remi Collet |
Release: 8.el7.remi | Build date: Thu Nov 2 15:57:44 2017 |
Group: Development/Libraries | Build host: 10d60f5636e4423eb186a01b23377a3d |
Size: 540418 | Source RPM: php-EasyRdf-0.9.0-8.el7.remi.src.rpm |
Packager: https://blog.remirepo.net/ | |
Url: http://www.easyrdf.org | |
Summary: A PHP library designed to make it easy to consume and produce RDF |
EasyRdf is a PHP library designed to make it easy to consume and produce RDF (http://en.wikipedia.org/wiki/Resource_Description_Framework). It was designed for use in mixed teams of experienced and inexperienced RDF developers. It is written in Object Oriented PHP and has been tested extensively using PHPUnit. After parsing EasyRdf builds up a graph of PHP objects that can then be walked around to get the data to be placed on the page. Dump methods are available to inspect what data is available during development. Data is typically loaded into a EasyRdf_Graph object from source RDF documents, loaded from the web via HTTP. The EasyRdf_GraphStore class simplifies loading and saving data to a SPARQL 1.1 Graph Store. SPARQL queries can be made over HTTP to a Triplestore using the EasyRdf_Sparql_Client class. SELECT and ASK queries will return an EasyRdf_Sparql_Result object and CONSTRUCT and DESCRIBE queries will return an EasyRdf_Graph object. Autoloader: /usr/share/php/EasyRdf/autoload.php
BSD
* Thu Nov 02 2017 Remi Collet <remi@remirepo.net> - 0.9.0-8 - add upstream patch for PHP 7.1 - add upstream patch for PHP 7.2 * Wed Feb 22 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-6 - Fix FTBS in rawhide (RHBZ #1424061) - Skip tests known to fail since PHP 7.1 (see https://github.com/njh/easyrdf/issues/276) - Add SCL tests if available - Use php-composer(fedora/autoloader) - Move optional dependencies from description to weak dependencies (Suggests) * Sun Oct 09 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-4 - No Redland support for Fedora 25+ (RHBZ #1350621) * Sun Jun 28 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-1 - Updated to 0.9.0 (RHBZ #1163321) - Added autoloader * Tue Nov 18 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-5 - Modified raptor and redland logic * Fri Nov 14 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-4 - No raptor or redland for el7 * Thu Nov 13 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-3 - Added php-composer(easyrdf/easyrdf) virtual provide - Added option to build without tests ("--without tests") - Reduce PHP min version from 5.3.3 to 5.2.8 (per composer.json) - %license usage * Fri Jan 03 2014 Remi Collet <remi@fedoraproject.org> - 0.8.0-1 - backport 0.8.0 for remi repo. * Thu Jan 02 2014 Shawn Iwinski <shawn.iwinski@gmail.com> 0.8.0-1 - Updated to 0.8.0 - Updated PHP min version from 5.2.8 to 5.3.3 - Added php-[libxml,mbstring,reflection,simplexml] requires - Removed pre-0.8.0 fixes - Updated %check to use PHPUnit directly and skip tests that sometimes cause timeout exceptions * Fri Nov 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.7.2-5 - Removed test sub-package - php-common => php(language) * Thu Feb 07 2013 Remi Collet <remi@fedoraproject.org> - 0.7.2-3 - backport 0.7.2 for remi repo. - disable tests on RHEL-5 (requires raptor 1.4.17) * Mon Feb 04 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.7.2-3 - Added note in %description about optional dependencies - Temporarily skip "EasyRdf_Serialiser_GraphVizTest::testSerialiseSvg" test for Fedora > 18 * Mon Jan 28 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.7.2-2 - Tests run by default (i.e. without "--with tests") - Fixes for tests - Removed Mac files - Separated docs into sub-package * Sun Jan 27 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.7.2-1 - Initial package
/usr/share/doc/php-EasyRdf-0.9.0 /usr/share/doc/php-EasyRdf-0.9.0/CHANGELOG.md /usr/share/doc/php-EasyRdf-0.9.0/README.md /usr/share/doc/php-EasyRdf-0.9.0/composer.json /usr/share/doc/php-EasyRdf-0.9.0/doap.rdf /usr/share/licenses/php-EasyRdf-0.9.0 /usr/share/licenses/php-EasyRdf-0.9.0/LICENSE.md /usr/share/php/EasyRdf /usr/share/php/EasyRdf.php /usr/share/php/EasyRdf/Collection.php /usr/share/php/EasyRdf/Container.php /usr/share/php/EasyRdf/Exception.php /usr/share/php/EasyRdf/Format.php /usr/share/php/EasyRdf/Graph.php /usr/share/php/EasyRdf/GraphStore.php /usr/share/php/EasyRdf/Http /usr/share/php/EasyRdf/Http.php /usr/share/php/EasyRdf/Http/Client.php /usr/share/php/EasyRdf/Http/Exception.php /usr/share/php/EasyRdf/Http/Response.php /usr/share/php/EasyRdf/Isomorphic.php /usr/share/php/EasyRdf/Literal /usr/share/php/EasyRdf/Literal.php /usr/share/php/EasyRdf/Literal/Boolean.php /usr/share/php/EasyRdf/Literal/Date.php /usr/share/php/EasyRdf/Literal/DateTime.php /usr/share/php/EasyRdf/Literal/Decimal.php /usr/share/php/EasyRdf/Literal/HTML.php /usr/share/php/EasyRdf/Literal/HexBinary.php /usr/share/php/EasyRdf/Literal/Integer.php /usr/share/php/EasyRdf/Literal/XML.php /usr/share/php/EasyRdf/Namespace.php /usr/share/php/EasyRdf/ParsedUri.php /usr/share/php/EasyRdf/Parser /usr/share/php/EasyRdf/Parser.php /usr/share/php/EasyRdf/Parser/Arc.php /usr/share/php/EasyRdf/Parser/Exception.php /usr/share/php/EasyRdf/Parser/Json.php /usr/share/php/EasyRdf/Parser/JsonLd.php /usr/share/php/EasyRdf/Parser/JsonLdImplementation.php /usr/share/php/EasyRdf/Parser/Ntriples.php /usr/share/php/EasyRdf/Parser/Rapper.php /usr/share/php/EasyRdf/Parser/RdfPhp.php /usr/share/php/EasyRdf/Parser/RdfXml.php /usr/share/php/EasyRdf/Parser/Rdfa.php /usr/share/php/EasyRdf/Parser/Redland.php /usr/share/php/EasyRdf/Parser/Turtle.php /usr/share/php/EasyRdf/Resource.php /usr/share/php/EasyRdf/Serialiser /usr/share/php/EasyRdf/Serialiser.php /usr/share/php/EasyRdf/Serialiser/Arc.php /usr/share/php/EasyRdf/Serialiser/GraphViz.php /usr/share/php/EasyRdf/Serialiser/Json.php /usr/share/php/EasyRdf/Serialiser/JsonLd.php /usr/share/php/EasyRdf/Serialiser/JsonLd_real.php /usr/share/php/EasyRdf/Serialiser/Ntriples.php /usr/share/php/EasyRdf/Serialiser/Rapper.php /usr/share/php/EasyRdf/Serialiser/RdfPhp.php /usr/share/php/EasyRdf/Serialiser/RdfXml.php /usr/share/php/EasyRdf/Serialiser/Turtle.php /usr/share/php/EasyRdf/Sparql /usr/share/php/EasyRdf/Sparql/Client.php /usr/share/php/EasyRdf/Sparql/Result.php /usr/share/php/EasyRdf/TypeMapper.php /usr/share/php/EasyRdf/Utils.php /usr/share/php/EasyRdf/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:20:33 2024