pbxg33k / php-info-base
Installs: 1 316
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 11
Requires
- php: ^7.1
- doctrine/collections: ^1.3
- guzzlehttp/guzzle: ^6.0
- guzzlehttp/psr7: ^1.4
- pbxg33k/pbxg33k-traits: ^1.0
- symfony/config: ^3.0|^4.0
- symfony/console: ^4.0
- symfony/dependency-injection: ^3.1|^4.0
- symfony/http-foundation: ^3.1|^4.0
- symfony/http-kernel: ^3.1|^4.0
- symfony/yaml: ^3.0|^4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- satooshi/php-coveralls: ^2.0
- symfony/debug: ^3.2|^4.0
- dev-master
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/phpunit/phpunit-8.2.5
- dev-dependabot/composer/guzzlehttp/psr7-1.6.1
- dev-dependabot/composer/symfony/console-4.2.10
- dev-dependabot/composer/symfony/config-4.3.2
- dev-dependabot/composer/symfony/yaml-4.3.2
- dev-dependabot/composer/doctrine/collections-1.6.2
- dev-dependabot/composer/satooshi/php-coveralls-2.1.0
- dev-dependabot/composer/symfony/http-foundation-4.0.15
- dev-dependabot/composer/symfony/dependency-injection-4.0.15
- dev-dependabot/composer/symfony/http-kernel-4.0.11
This package is auto-updated.
Last update: 2024-10-29 05:22:32 UTC
README
This is the core of PBX_g33k's various libraries which aggregate/search data from various sources. This library is intended as a base and should not be used directly.
Projects build on this library
- PHPMusicInfo
- PHPJAVInfo (unreleased as of yet)
Requirements
Libraries build upon this library have the following minimal requirements. Please note that additional requirements might be met.
In order to use this library your environment MUST meet the following criteria:
- PHP 5.6 (or later)
- curl extension
Installation
Using Composer (recommended)
Add the music-info package to your composer.json
file.
{ "require": { "pbxg33k/php-base-info": "dev-master" } }
Or via the command line in the root of your project's installation.
$ composer require "pbxg33k/php-base-info"
This will install the latest stable version.
To try the latest features, add During this development stage master-dev will have the latest stable development version untill 1.0.0 has been releasedmaster-dev
as version. But be warned, this branch is unstable and not intended for production use.
Without composer
- Download this repository as a zip file.
- Extract the content of the zip file to a directory in your application
- Add files to your project
- Map
pbxg33k/php-base-info
to this directory if your autoloader is PSR-4 compatible - Include
autoloader.php
to your project bootstrap if either you don't have an autoloader or your autoloader is not PSR-4 compatible
- Map
Todo
ADD TODO AND INSTRUCTIONS
License
Copyright (c) 2016-2017 Oguzhan Uysal 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/.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.