Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artnum/phplibs

Various resources for projects
https://github.com/artnum/phplibs

id idgen idgenerator json json-api jsonapi rest-api rest-client restful utility xattr xattr-support

Last synced: 2 days ago
JSON representation

Various resources for projects

Awesome Lists containing this project

README

        

artnum/phplibs
--------------

Various resources for PHP project.

Files
-----

- autoload.php -> a SPL loader
- id.php -> Generate ID to use as filename, resource ID, ...
- JRestClient.php -> cURL based JSON/Rest client
- xattr.php -> Extended attribute on linux
- SQL.php -> PDO utility class
- JServerStore.php -> a json rest store, server side
- HTTPJsonRequest.php -> parse a json http request

Lock.php
--------

Very simple locking mechanism. It is designed to work on shared file system that support flock (like OCFS2).