https://github.com/thefox/storage
PHP Storage Systems
https://github.com/thefox/storage
file mit-license php php-library php7 storage yaml
Last synced: about 2 months ago
JSON representation
PHP Storage Systems
- Host: GitHub
- URL: https://github.com/thefox/storage
- Owner: TheFox
- License: mit
- Created: 2017-06-14T23:16:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T19:55:46.000Z (over 6 years ago)
- Last Synced: 2025-07-26T01:27:09.748Z (11 months ago)
- Topics: file, mit-license, php, php-library, php7, storage, yaml
- Language: PHP
- Homepage: https://fox21.at
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-v0.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Storage
## Features
- Yaml File Storage
## Project Outlines
The project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).
- The main purpose of this library is to provide common interfaces to storage functionalities.
- This list is open. Feel free to request features.
## Installation
The preferred method of installation is via [Packagist](https://packagist.org/packages/thefox/assembly) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:
```bash
composer require thefox/storage
```
## License
Copyright (C) 2017 Christian Mayer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .