Download the PHP package pinecone-dot-website/aitch-ref without Composer

On this page you can find all versions of the php package pinecone-dot-website/aitch-ref. 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 aitch-ref

=== aitch ref! === Contributors: postpostmodern, pinecone-dot-io Donate link: https://cash.me/$EricEaglstun Tags: url, href Requires at least: 4.0 Tested up to: 4.8 Stable tag: trunk

Remove most absolute urls in your html. Useful for switching between development / staging / production environments and painless deployment. Requires PHP >= 5.3

== Description == Useful for switching between different development environments. Attempts to replace any absolute urls, whether generated though Wordpress option like 'siteurl' or 'home', or through hardcoded urls in posts.

== Installation ==

  1. Place entire /aitch-ref/ directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Enter all possible site urls in the text box, each on a new line. Example could be http://wordpress.org/ , http://dev.wordpress.org/, http://dev.wordpress. Note - subdirectories to not currently work, so http://127.0.0.1/~wordpress/ would give you bad results
  4. Important if SSL is used on site - each record needs an entry for ssl. For example, if your dev environment is http://dev.wordpress you will need to enter https://dev.wordpress as well even if it does not exist.
  5. Look at your source, now back to me. Now back to your source.

== Changelog == = 0.9.8 = allow AITCH_REF_SERVER_URL constant, back compat

= 0.9.7 = major refactor, require php 5.4

= .91 = fixed typo in absolute filter, fix absolute check with offsite https links

= .9 = refactor to namespace

= .86 = moving to github

= .85 = fixed short tags, escape textarea

= .8 = better MU functionality

= .75 = added SSL support - for now you must add additional entries for each environment even if a dev ssl does not exist added filter for stylesheet_uri

= .71 = added filter for login_url

= .70 = removed DIR for php 5.2 compat

= .69 = removes duplicates from url list in admin

= .68 = added filter for wp_get_attachment_url

= .66 = pre_post_link changed to not use absolute link, was causing double http:// on some sites

= .65 = added aitch() helper function

= .62 = force baseurl in absolute filter

= .61 = added filter for term_link

= 0.6 = added filter for style_loader_src

= 0.59 = added filter for content_url

= 0.58 = admin_url uses absolute url filter now

= 0.55 = fixed bug affecting 'upload_dir' filter

= 0.53 = added filter for admin scripts

= 0.51 = fixed deprecated argument in add_options_page()

= 0.5 = discovered incompatibility in wordpress 2.x, bumped minimum version to 3.0 - no new functionality

= 0.49 = fixed bug in self::$path, discrepancies on $_SERVER['DOCUMENT_ROOT'] on certain environments

= 0.42 = fixed bug in updating options on a multiuser install

= 0.3 = better handling of mu / single blog installs. MU uses blog #1 for all options db storage

= 0.2 = minor code cleanups, using json_encode for options db storage, fancy graphic

= 0.15 = minor code cleanups

= 0.1 = yes, its here

== Screenshots ==

  1. time out for you /trunk/screenshot-1.jpg

All versions of aitch-ref with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
composer/installers Version ~1.0
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 pinecone-dot-website/aitch-ref contains the following files

Loading the files please wait ....