Download the PHP package brightflair/php.gt without Composer

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

Rapid development engine.

PHP.Gt logo

Welcome to PHP.Gt webengine — an application development toolkit aimed at streamlining development and respecting web technologies.

Web frameworks offer many features, but often come with steep learning curves or imposing rules. The motivation behind this project is the belief that what a framework can offer can be achieved by eliminating code rather than adding more.

Head over to the Github Wiki for documentation.


PHP.Gt build status

PHP.Gt code coverage

PHP.Gt code quality

PHP.Gt Composer version

PHP.Gt download stats

PHP.Gt Website

Features at a glance

Essential concepts

Static first

To increase development speed and lower the barrier to getting an idea prototyped, the technique of developing a static prototype first is promoted, dropping in logic when and where necessary to turn prototypes into fully functional production code with as few steps as possible.

Build using tech you already know

The main idea is to provide a platform where you can get as much done, using standard tech you've already learnt. Technologies that make up the world wide web, such as HTML and HTTP, are respected and enhanced by bringing useful tools and techniques to you, the developer.

Drop in tools without any fuss

There are a lot of useful tools included as standard, such as SCSS parsing, HTML templating and CSRF handling, but the highly modularised architecture keeps compatibility high. Packages from Packagist can be installed and loaded with zero configuration.

Develop locally or virtually

Preconfigured scripts are available to automatically set up local servers or virtualisation environments to get you going as quickly as possible, without having to change existing computer configuration.

Community of blueprints

To get projects going with full momentum, blueprint projects are available to base your projects off. Blueprints come with just enough level of design and functionality to get a prototype out the door as quickly as possible, without prescribing anything.

Getting started

Getting started developing WebEngine applications

If you are new to WebEngine development, check out the Quick Start guide in the documentation, or jump straight into the tutorials.

Getting started contributing to WebEngine

If you are looking to contribute to WebEngine itself, please read the Contribution guidelines document.

How to get help

Submit an issue

The Github issue tracker is used to submit bug reports, feature requests or certain types of technical support requests. If you think something is not working correctly, or the documentation doesn't cover your issue, feel free to open a new issue, describing what you have tried, what you expect, and what went wrong.

Ask on Stack Overflow

If you have more of a "How do I do X in WebEngine?" question, it is preferred to ask this publically on Stack Overflow. If you tag your question with phpgt-webengine, or the area of PHP.Gt that the question referrs to, a WebEngine contributor will answer your question as soon as possible.


All versions of php.gt with dependencies

PHP Build Version
Package Version
Requires ext-dom Version *
ext-json Version *
php Version >=8.1
phpgt/config Version ^1.1
phpgt/csrf Version ^v1.9
phpgt/dom Version ^v4.1
phpgt/domtemplate Version dev-470-component-binder as v3.3.0
phpgt/database Version ^1.4
phpgt/http Version ^1.2
phpgt/logger Version ^1.0
phpgt/protectedglobal Version ^v1.1
phpgt/routing Version ^1.1
phpgt/servicecontainer Version dev-140-extra-args as v1.4.0
phpgt/session Version ^1.1
phpgt/sync Version ^1.3
phpgt/ulid Version ^1.0
phpgt/gtcommand Version ^1.0
psr/http-server-middleware Version ^1.0
willdurand/negotiation Version ^3.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 brightflair/php.gt contains the following files

Loading the files please wait ....