Download the PHP package flyingwhale/poc without Composer

On this page you can find all versions of the php package flyingwhale/poc. 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 poc

POC

Build Status Coverage Status

This is the root directory of the POC that stands for PHP Output Caching.

Description

The aim of this project is to create an easy to use but really flexible generic Caching component that also has got a great implementation for PHP output caching too. This ramework is plugin based, so it is really easy to extend and utilize it's implemented features.

Features

Even more features are coming, so stay tuned.

Examples

You can download/see the https://github.com/flyingwhale/poc-sandbox project and install to your web directory (composer is your friend there as well:) ).

Installation

The project uses the composer to download it's dependencies and we already added a script what you can execute by typing ./bin/get_composer scrip. It downloads the composer.

As the projet is psr-0 compliant it is really easy to map it to your project. To download the dependencies please run the "./bin/get_composer" file from the root of the project or download the composer.phar for yourself. After run "bin/composer.phar install" script.

If you want to run unittests or want to improve or extend the framework then use the following command: "bin/composer.phar install --dev"

Key-Value databases

Of course you are not forced to use any external key-value databases, because it also supports the file system caching. But to make your application more scalable you can user some more scalable solutions.

For instance You can install the redis-server, also mongod (Mongodb) or of course Memcached server to your environment and the PHP module as well.

SQL

At the moment we only support Mysql, for the tagging feature, but as we implemented it in Doctrine2 this is really likely that we will add more sql DBs To this list in the close future. So Install Mysql for the tagging feature.

Unittesting

The Project already have got 96% code coverage. The unittests can be nice source of examples. For instance this is highly recommended to check out the PocTest.php file to get more insight on the POC.

Shortcuts

The project also contains a recent version of the PHPUnit framework. So you don't need to prepare your environment to be suitable for this. By executing the vendor/bin/phpunit file you can run the tests.

Configuration

All PHPUnit configuration data can be found at the phpunit.xml.dist file. The Mysql Database specific information also resides here for the tests If you want to specify your own database. just copy this file to the phpunit.xml and modify the database specific parts.

COPYRIGHT

Copyright [2015] [Imre Toth ]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License


All versions of poc with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
monolog/monolog Version 1.*
pimple/pimple Version 1.*
symfony/class-loader Version 2.1.*
doctrine/orm Version >=2.2.3,>2.5-dev
symfony/event-dispatcher Version 2.*
predis/predis Version 0.7.3
optionable/optionable Version 0.5.*
symfony/console Version 2.*
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 flyingwhale/poc contains the following files

Loading the files please wait ....