Download the PHP package attogram/htfaker without Composer

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

htfaker

Latest Stable Version Latest Unstable Version Total Downloads License Code Climate Codacy Badge [CHANGELOG]

htfaker is a router script that emulates Apache .htaccess functionality for the PHP built-in web server.

Install

Example install:

Usage

Example usage:

then open http://localhost:8080/ in your web browser.

Status

htfaker is in the startup stage.

If you're interested in making a working library, please fork and contribute!

htfaker framework status
get document root directory Testing
get current directory in dev
check if request is for a file in dev
check if request is for a directory in dev
get .htaccess files, current to root Testing
parse all found .htaccess files Testing
get all directives to apply in dev
apply directives in dev
shutdown -
core directives status
ErrorDocument in dev
ErrorDocument 400 (Bad Request) -
ErrorDocument 401 (Unauthorized) -
ErrorDocument 402 (Payment Required) -
ErrorDocument 403 (Forbidden) -
ErrorDocument 404 (Not Found) -
ErrorDocument 500 (Internal Server Error) -
ForceType -
Options in dev
Options -Indexes -
Options +Indexes -
mod_access_compat directives status
Allow -
Allow from all -
Allow from host -
Allow from host [host] ... -
Allow from ip -
Allow from ip [ip] ... -
Allow from network/netmask -
Allow from network/nnn-CIDR -
Allow from env= -
Deny -
Deny from all -
Deny from host -
Deny from host [host] ... -
Deny from ip -
Deny from ip [ip] ... -
Deny from network/netmask -
Deny from network/CIDR -
Deny from env= -
Order -
Order Allow,Deny -
Order Deny,Allow -
Satisfy -
Satisfy All -
Satisfy Any -
mod_alias directives status
Redirect -
RedirectPermanent -
RedirectTemp -
RedirectMatch -
mod_dir directives status
DirectoryCheckHandler -
DirectoryIndex in dev
DirectoryIndex local-url -
DirectoryIndex local-url [local-url]... -
DirectoryIndex disabled -
DirectoryIndexRedirect -
DirectorySlash -
FallbackResource in dev
FallbackResource local-url -
FallbackResource disabled -
mod_rewrite directives status
RewriteEngine -
RewriteOptions -
RewriteBase -
RewriteCond -
RewriteRule -
mod_authn_core directives status
Require -
AuthType -
AuthName -
mod_authn_file directives status
AuthUserFile -
mod_authz_groupfile directives status
AuthGroupFile -

License

htfaker is dual licensed under The MIT License or the GNU General Public License, at your choosing.

Read the LICENSE.md file for more info.

TODO


All versions of htfaker with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0 || ^7.0
tivie/htaccess-parser Version dev-master
symfony/http-foundation Version >=3.4.35
monolog/monolog Version ~1.20
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 attogram/htfaker contains the following files

Loading the files please wait ....