Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artnum/phplibs
- Owner: artnum
- License: other
- Created: 2017-06-06T06:46:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T13:43:37.000Z (over 1 year ago)
- Last Synced: 2024-11-20T18:53:36.277Z (2 months ago)
- Topics: id, idgen, idgenerator, json, json-api, jsonapi, rest-api, rest-client, restful, utility, xattr, xattr-support
- Language: PHP
- Size: 665 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.TXT
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 requestLock.php
--------Very simple locking mechanism. It is designed to work on shared file system that support flock (like OCFS2).