Download the PHP package phlo/tech without Composer

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

Phlo

A transpile-to-PHP web framework with its own .phlo language, a built-in SPA runtime, the Phlo Control Center (built-in dev panel), and first-class introspection for AI agents. Zero runtime dependencies.

That file transpiles to a PHP class, a route, an HTML page, and (with a <style>/<script> block) a CSS and JS bundle. One .phlo file is one class; the build writes plain PHP you can read, lint and source-map back to the line you wrote.

Why Phlo

Phlo is opinionated on purpose. The bets it makes:

If you want a large ecosystem, a package for everything, and a team-standard hiring pool, reach for Laravel or Symfony. If you want a small, legible full-stack engine that one person (or one agent) can hold in their head, Phlo is for you.

One platform, four layers

The language is the bottom layer of one continuous system; each layer is built with the previous one, in the same syntax:

  1. Language: .phlo source transpiles to readable PHP, CSS and JS.
  2. Application: backend resources (ORM, sessions, security, AI) plus the phlo.js SPA engine and the apply() protocol; Phlo CMS adds a schema-driven CRUD and admin layer on top.
  3. Server: production on FrankenPHP in worker mode, with the Phlo Daemon for warm workers, realtime and scheduled tasks.
  4. Operations: the Phlo Dashboard manages apps and servers as a fleet: uptime, domains, databases, notifications.

The full story, guide, tutorial and reference live at phlo.tech; machine-readable docs at phlo.tech/llms.txt.

Quick start

Requirements: PHP >= 8.3. Optional extensions per resource (pdo_mysql, sodium, gd).

The installer asks for a name, host, purpose and which resources to enable, writes a buildable skeleton (app.phlo, www/app.php, data/app.json, data/app.md), and runs the build so the app is verified before you start.

Serve it with FrankenPHP, Docker, PHP-FPM or, for a quick look:

See docs/deploy.md for FrankenPHP (incl. worker mode), Docker and nginx setups.

The development loop

With build: true set in www/app.php, the app rebuilds changed .phlo files on request. Two CLI namespaces drive everything:

With build and debug on (dev only), the Phlo Control Center auto-mounts at /phlo and offers home, config, source, build, release and error views. Move it with the optional control: key or set control: false to disable.

Documentation

Editor support

Syntax highlighting under editor/: a VS Code extension (TextMate grammar, reusable in Sublime/JetBrains/Zed) and a Notepad++ user-defined language with a function-list parser.

License

MIT. See LICENSE.


All versions of tech with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
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 phlo/tech contains the following files

Loading the files please wait ...