thefox / storage
Storage Systems
Requires
- php: ^7.0
- symfony/yaml: ^3.3
Requires (Dev)
- phpstan/phpstan: ^0.7
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2024-10-24 07:03:48 UTC
README
Features
- Yaml File Storage
Project Outlines
The project outlines as described in my blog post about Open Source Software Collaboration.
- 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 and Composer. Run the following command to install the package and add it as a requirement to composer.json:
composer require thefox/storage
License
Copyright (C) 2017 Christian Mayer https://fox21.at
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 http://www.gnu.org/licenses/.