Download the PHP package pbxg33k/php-info-base without Composer

On this page you can find all versions of the php package pbxg33k/php-info-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-info-base

PBX_g33k's Info Library Skeleton

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

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:

Installation

Using Composer (recommended)

Add the music-info package to your composer.json file.

Or via the command line in the root of your project's installation.

This will install the latest stable version.

To try the latest features, add master-dev as version. But be warned, this branch is unstable and not intended for production use. During this development stage master-dev will have the latest stable development version untill 1.0.0 has been released

Without composer

  1. Download this repository as a zip file.
  2. Extract the content of the zip file to a directory in your application
  3. 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

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.


All versions of php-info-base with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
guzzlehttp/guzzle Version ^6.0
symfony/dependency-injection Version ^3.1|^4.0
symfony/http-foundation Version ^3.1|^4.0
symfony/http-kernel Version ^3.1|^4.0
symfony/config Version ^3.0|^4.0
symfony/yaml Version ^3.0|^4.0
doctrine/collections Version ^1.3
pbxg33k/pbxg33k-traits Version ^1.0
symfony/console Version ^4.0
guzzlehttp/psr7 Version ^1.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pbxg33k/php-info-base contains the following files

Loading the files please wait ....